| @import '../themes/themes.scss'; |
| |
| explore-multi-sk { |
| explore-simple-sk { |
| #plot { |
| height: 300px; |
| } |
| } |
| #menu { |
| margin: 1em; |
| } |
| |
| #pagination { |
| margin: 1em; |
| } |
| |
| label > span.prefix { |
| display: inline-block; |
| width: 100px; |
| } |
| |
| label > input { |
| color: var(--on-surface); |
| background: var(--surface-1dp); |
| width: 64px; |
| } |
| #test-picker.hidden { |
| display: none; |
| } |
| #add-graph-button.hidden { |
| display: none; |
| } |
| .progress-container { |
| align-items: center; |
| display: flex; |
| |
| .progress { |
| color: var(--outline); |
| font-style: italic; |
| margin-left: 0.5em; |
| } |
| } |
| } |