Files
expense/vendor/almasaeed2010/adminlte/build/scss/pages/_projects.scss
T
fiqhpratama 453d9bb470 new commit
2024-11-27 11:17:17 +07:00

27 lines
319 B
SCSS
Vendored

//
// Pages: Projects
//
.projects {
td {
vertical-align: middle;
}
.list-inline {
margin-bottom: 0;
}
// table avatar
img.table-avatar,
.table-avatar img {
border-radius: 50%;
display: inline;
width: 2.5rem;
}
// project state
.project-state {
text-align: center;
}
}