iclop_v1/public/lte/build/scss/pages/_projects.scss
2022-08-17 19:44:54 +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;
}
}