mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 14:32:22 +00:00
14 lines
287 B
SCSS
14 lines
287 B
SCSS
|
/* Classes to be used for lists of properties and values */
|
||
|
|
||
|
.properties {
|
||
|
.s-row {
|
||
|
border-top: 1px solid $colorInteriorBorder;
|
||
|
font-size: 0.8em;
|
||
|
&:first-child {
|
||
|
border: none;
|
||
|
}
|
||
|
.s-value {
|
||
|
color: #fff;
|
||
|
}
|
||
|
}
|
||
|
}
|