mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 14:32:22 +00:00
f523022a2a
Merge in style updates and split pane updates related to timeline view into open-source-friendly branch, WTD-901
23 lines
342 B
SCSS
23 lines
342 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-stripes {
|
|
@include bgDiagonalStripes();
|
|
}
|
|
|
|
.test {
|
|
@include test();
|
|
} |