refactor: labelage
This commit is contained in:
parent
e0af713937
commit
cea8b824e4
|
@ -119,6 +119,17 @@ label, .label {
|
|||
&:nth-of-type(2n+1) {
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
&.above {
|
||||
flex-direction: column;
|
||||
> div:first-child {
|
||||
width: 100%;
|
||||
margin-bottom: 1.25em;
|
||||
margin-top: 1em;
|
||||
}
|
||||
}
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
.vertical {
|
||||
padding: 0.5em 1em 0.5em 0;
|
||||
writing-mode: vertical-rl;
|
||||
|
|
Loading…
Reference in New Issue
Block a user