fleet/frontend/components/DataSet/_styles.scss

21 lines
323 B
SCSS
Raw Normal View History

.data-set {
display: flex;
flex-direction: column;
font-size: $x-small;
gap: $pad-xsmall;
dt {
font-weight: $bold;
display: flex;
2025-09-29 17:10:41 +00:00
color: $core-fleet-black;
line-height: $line-height;
}
dd {
display: flex;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}