refactor: labelage

This commit is contained in:
cha0s 2021-04-07 00:27:02 -05:00
parent e0af713937
commit cea8b824e4

View File

@ -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;