mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 06:52:24 +00:00
2d13745823
WTD-1172 Added stale CSS in _data-status.scss; Added pulse animation in _effects.scss, not used; Removed temp-limits directory and files; Sanding and refining of limits styles and in .tabular;
13 lines
164 B
SCSS
13 lines
164 B
SCSS
@mixin s-stale($a: 0.5) {
|
|
color: rgba($colorTelemFresh, $a) !important;
|
|
font-style: italic;
|
|
}
|
|
|
|
.s-stale {
|
|
@include s-stale();
|
|
.td {
|
|
@include s-stale();
|
|
}
|
|
}
|
|
|