open-nomad/ui/app/styles/components/legend.scss

28 lines
321 B
SCSS
Raw Normal View History

.legend {
margin-bottom: 1em;
.legend-label {
font-weight: $weight-bold;
margin-bottom: 0.3em;
}
.legend-terms {
dt,
dd {
display: inline;
}
dt {
font-weight: $weight-bold;
}
dd {
margin-left: 0.5em;
}
dd + dt {
margin-left: 1.5em;
}
}
}