fleet/frontend/components/DataSet/_styles.scss
2025-09-29 12:10:41 -05:00

25 lines
386 B
SCSS

.data-set {
display: flex;
flex-direction: column;
font-size: $x-small;
gap: $pad-xsmall;
&__horizontal {
display: flex;
gap: $pad-small;
}
dt {
font-weight: $bold;
display: flex;
color: $core-fleet-black;
line-height: $line-height;
}
dd {
display: flex;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}