mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
14 lines
207 B
SCSS
14 lines
207 B
SCSS
@import "constants";
|
|
|
|
// Projects overview table
|
|
|
|
.projects-overview-table {
|
|
.fas {
|
|
color: $color-silver-chalice;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.archived {
|
|
background-color: $color-concrete;
|
|
}
|
|
}
|