fleet/frontend/components/DataSet/_styles.scss
2025-02-03 17:10:22 -05:00

24 lines
385 B
SCSS

.data-set {
font-size: $x-small;
// ff only
@-moz-document url-prefix() {
display: flex;
flex-direction: column;
gap: 6px;
}
dt {
font-weight: $bold;
display: flex;
gap: $pad-xsmall; // For deprecated sandbox icons
}
dd {
display: flex;
gap: $pad-small;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}