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

15 lines
207 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;
}
}