Improve the SCSS code style

This commit is contained in:
Cotes Chung
2020-10-27 22:08:04 +08:00
parent 7d128769f6
commit 62aef9f850
8 changed files with 112 additions and 112 deletions

View File

@@ -100,14 +100,14 @@
}
@mixin panel-label {
@include label(inherit);
display: block;
line-height: 1.2;
padding-top: .5rem;
padding-bottom: .5rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
margin-top: 0;
margin-bottom: 0;
letter-spacing: -0.02em;
@include label(inherit);
}
@mixin align-center {