openmct/platform/commonUI/general/res/sass/_data-status.scss
Charles Hacskaylo db74e2f84a [Frontend] CSS hooks for staleness
WTD-1172
New .scss file for staleness
Added CSS hooks in templates for staleness
2015-05-06 17:36:55 -07:00

5 lines
109 B
SCSS

.s-stale {
//color: $colorTelemStale !important;
opacity: 0.5 !important;
font-style: italic !important;
}