mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 22:42:24 +00:00
7db5c0692b
Merge in SCSS files and platform markup which supports autoflow tabular views for WTD-611 into the open-source-friendly master branch.
19 lines
292 B
SCSS
19 lines
292 B
SCSS
.disabled,
|
|
a.disabled {
|
|
@include opacity($controlDisabledOpacity);
|
|
pointer-events: none !important;
|
|
cursor: default !important;
|
|
}
|
|
|
|
.incised {
|
|
@include boxIncised(0.8);
|
|
border-bottom: 1px solid rgba(#fff, 0.3);
|
|
}
|
|
|
|
.outline {
|
|
@include boxOutline();
|
|
}
|
|
|
|
.test {
|
|
@include test();
|
|
} |