[scss-lint] Fix "Shorthand" issue, Remove redundant variables, use shorthand (#82)

This commit is contained in:
Pranav Raj S
2019-10-02 11:07:10 +08:00
committed by GitHub
parent 7e76285f7c
commit 9951feabc1
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@
.signup-box {
@include elegant-card;
padding: $space-large $space-large;
padding: $space-large;
label {
font-size: $font-size-default;
color: $color-gray;

View File

@@ -35,7 +35,7 @@
@include border-bottom-radius($space-smaller);
@include border-left-radius($space-smaller);
@include elegant-card;
padding: $space-large $space-large;
padding: $space-large;
label {
font-size: $font-size-default;
color: $color-gray;