mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 23:15:34 +08:00
15 lines
207 B
SCSS
15 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;
|
||
|
}
|
||
|
}
|