17 lines
223 B
SCSS
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;
|
|
}
|
|
} |