Files
optolith-client/css/components/content/sheets/layout/LabelBox.scss
T

17 lines
223 B
SCSS

#sheets .labelbox {
display: flex;
flex-direction: row;
align-items: center;
> .box {
flex: none;
height: 1cm;
line-height: 1cm;
}
> label {
flex: 1 1 100%;
font: bold 11px Alegreya;
display: block;
}
}