mirror of
https://github.com/nasa/openmct.git
synced 2024-12-29 17:38:53 +00:00
366ec3d516
Original issue: https://github.jpl.nasa.gov/MissionControl/vista/issues/30 New CSS and symbols to support tabular views; Required by JPL branch vista30 (https://github.jpl.nasa.gov/MissionControl/vista/tree/vista30)
12 lines
212 B
SCSS
12 lines
212 B
SCSS
/* Styles for messages */
|
|
|
|
.message {
|
|
&.block {
|
|
@include border-radius($basicCr);
|
|
padding: $interiorMarginLg;
|
|
}
|
|
&.error {
|
|
background-color: rgba($colorAlert,0.3);
|
|
color: lighten($colorAlert, 20%);
|
|
}
|
|
} |