Fix codeclimate lint errors in _login.scss (#83)

This commit is contained in:
Pranav Raj S
2019-10-02 11:13:57 +08:00
committed by GitHub
parent 9951feabc1
commit b7ba0d95a8

View File

@@ -16,13 +16,13 @@
}
.hero__title {
margin-top: $space-larger;
font-weight: $font-weight-light;
margin-top: $space-larger;
}
.hero__sub {
font-size: $font-size-medium;
color: $medium-gray;
font-size: $font-size-medium;
}
}
@@ -36,15 +36,17 @@
@include border-left-radius($space-smaller);
@include elegant-card;
padding: $space-large;
label {
font-size: $font-size-default;
color: $color-gray;
font-size: $font-size-default;
input {
padding: $space-slab;
height: $space-larger;
font-size: $font-size-default;
}
.error {
font-size: $font-size-small;
}
@@ -52,8 +54,8 @@
}
.sigin__footer {
padding: $space-medium;
font-size: $font-size-default;
padding: $space-medium;
> a {
font-weight: $font-weight-bold;