mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 23:12:23 +00:00
366ec3d516
Original issue: https://github.jpl.nasa.gov/MissionControl/vista/issues/30 New CSS and symbols to support tabular views; Required by JPL branch vista30 (https://github.jpl.nasa.gov/MissionControl/vista/tree/vista30)
21 lines
309 B
SCSS
21 lines
309 B
SCSS
/* Styles for sub-dividing views generically */
|
|
|
|
.l-view-section {
|
|
@include absPosDefault(0);
|
|
font-size: 0.8rem;
|
|
h2 {
|
|
color: #fff;
|
|
margin-bottom: $interiorMargin;
|
|
}
|
|
&.fixed {
|
|
font-size: 0.8em;
|
|
}
|
|
&.scrolling {
|
|
overflow: auto;
|
|
}
|
|
.controls,
|
|
label,
|
|
.inline-block {
|
|
display: inline-block;
|
|
}
|
|
} |