mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-15 13:45:25 +08:00
23 lines
420 B
SCSS
23 lines
420 B
SCSS
// scss-lint:disable SelectorDepth NestingDepth IdSelector
|
|
|
|
#experimentTable {
|
|
--content-header-size: 5em;
|
|
--toolbar-height: 4.5em;
|
|
position: relative;
|
|
|
|
.title-row {
|
|
.header-actions {
|
|
&.experiment-header {
|
|
column-gap: .25em;
|
|
}
|
|
|
|
.sort-task-menu {
|
|
&:not(.archived) {
|
|
[data-view-mode="archived"] {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|