scinote-web/app/assets/stylesheets/themes/projects.scss

19 lines
257 B
SCSS
Raw Normal View History

@import "constants";
// Projects overview table
.projects-overview-table {
.fas {
color: $color-silver-chalice;
margin-right: 5px;
}
.archived {
background-color: $color-concrete;
}
2018-11-27 19:37:10 +08:00
2018-12-04 18:21:54 +08:00
tbody tr td:last-child {
height: 34px;
2018-11-27 19:37:10 +08:00
}
}