mirror of
https://github.com/nasa/openmct.git
synced 2025-01-03 03:46:42 +00:00
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();
|
||
|
}
|