2024-02-08 16:56:32 +00:00
|
|
|
.data-set {
|
2025-08-07 18:19:59 +00:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2024-02-08 16:56:32 +00:00
|
|
|
font-size: $x-small;
|
2025-08-07 18:19:59 +00:00
|
|
|
gap: $pad-xsmall;
|
2024-02-08 16:56:32 +00:00
|
|
|
|
|
|
|
|
dt {
|
|
|
|
|
font-weight: $bold;
|
2024-03-04 20:47:42 +00:00
|
|
|
display: flex;
|
2025-09-29 17:10:41 +00:00
|
|
|
color: $core-fleet-black;
|
|
|
|
|
line-height: $line-height;
|
2024-03-04 20:47:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dd {
|
|
|
|
|
display: flex;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
2024-02-08 16:56:32 +00:00
|
|
|
}
|
2026-01-29 14:24:28 +00:00
|
|
|
|
|
|
|
|
&__horizontal {
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
}
|
2024-02-08 16:56:32 +00:00
|
|
|
}
|