mirror of
https://github.com/nasa/openmct.git
synced 2025-05-21 09:47:38 +00:00
open #155 Conflicts: platform/commonUI/general/res/sass/user-environ/_layout.scss platform/commonUI/themes/espresso/res/css/theme-espresso.css platform/commonUI/themes/snow/res/css/theme-snow.css platform/commonUI/themes/snow/res/sass/_constants.scss
18 lines
273 B
SCSS
18 lines
273 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;
|
|
}
|
|
.controls,
|
|
label,
|
|
.inline-block {
|
|
display: inline-block;
|
|
}
|
|
} |