scinote-web/app/assets/stylesheets/themes/projects.scss
2018-12-04 11:21:54 +01:00

19 lines
257 B
SCSS

@import "constants";
// Projects overview table
.projects-overview-table {
.fas {
color: $color-silver-chalice;
margin-right: 5px;
}
.archived {
background-color: $color-concrete;
}
tbody tr td:last-child {
height: 34px;
}
}