mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-17 14:46:00 +08:00
24 lines
381 B
SCSS
24 lines
381 B
SCSS
|
// scss-lint:disable SelectorDepth NestingDepth IdSelector
|
||
|
|
||
|
#experiment-canvas {
|
||
|
[data-view-mode="archived"] {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.toolbar-row {
|
||
|
align-items: center;
|
||
|
display: flex;
|
||
|
margin: 10px 0;
|
||
|
|
||
|
.toolbar-right-block {
|
||
|
align-items: center;
|
||
|
display: flex;
|
||
|
margin-left: auto;
|
||
|
}
|
||
|
|
||
|
.zoom-text {
|
||
|
margin-right: .5em;
|
||
|
}
|
||
|
}
|
||
|
}
|