mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 13:16:28 +08:00
18 lines
237 B
SCSS
18 lines
237 B
SCSS
|
|
|
|
// 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;
|
|
}
|
|
}
|