[scss-lint] Fix "Shorthand" issue, Remove redundant variables, use shorthand (#82)
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
.signup-box {
|
.signup-box {
|
||||||
@include elegant-card;
|
@include elegant-card;
|
||||||
padding: $space-large $space-large;
|
padding: $space-large;
|
||||||
label {
|
label {
|
||||||
font-size: $font-size-default;
|
font-size: $font-size-default;
|
||||||
color: $color-gray;
|
color: $color-gray;
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
@include border-bottom-radius($space-smaller);
|
@include border-bottom-radius($space-smaller);
|
||||||
@include border-left-radius($space-smaller);
|
@include border-left-radius($space-smaller);
|
||||||
@include elegant-card;
|
@include elegant-card;
|
||||||
padding: $space-large $space-large;
|
padding: $space-large;
|
||||||
label {
|
label {
|
||||||
font-size: $font-size-default;
|
font-size: $font-size-default;
|
||||||
color: $color-gray;
|
color: $color-gray;
|
||||||
|
|||||||
Reference in New Issue
Block a user