Fix codeclimate lint errors in _login.scss (#83)
This commit is contained in:
parent
9951feabc1
commit
b7ba0d95a8
1 changed files with 7 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
.login {
|
.login {
|
||||||
@include full-height;
|
@include full-height;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
padding-top: $space-larger*1.2;
|
padding-top: $space-larger * 1.2;
|
||||||
|
|
||||||
.login__hero {
|
.login__hero {
|
||||||
margin-bottom: $space-larger;
|
margin-bottom: $space-larger;
|
||||||
|
@ -16,13 +16,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero__title {
|
.hero__title {
|
||||||
margin-top: $space-larger;
|
|
||||||
font-weight: $font-weight-light;
|
font-weight: $font-weight-light;
|
||||||
|
margin-top: $space-larger;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero__sub {
|
.hero__sub {
|
||||||
font-size: $font-size-medium;
|
|
||||||
color: $medium-gray;
|
color: $medium-gray;
|
||||||
|
font-size: $font-size-medium;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -36,15 +36,17 @@
|
||||||
@include border-left-radius($space-smaller);
|
@include border-left-radius($space-smaller);
|
||||||
@include elegant-card;
|
@include elegant-card;
|
||||||
padding: $space-large;
|
padding: $space-large;
|
||||||
|
|
||||||
label {
|
label {
|
||||||
font-size: $font-size-default;
|
|
||||||
color: $color-gray;
|
color: $color-gray;
|
||||||
|
font-size: $font-size-default;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
padding: $space-slab;
|
padding: $space-slab;
|
||||||
height: $space-larger;
|
height: $space-larger;
|
||||||
font-size: $font-size-default;
|
font-size: $font-size-default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
font-size: $font-size-small;
|
font-size: $font-size-small;
|
||||||
}
|
}
|
||||||
|
@ -52,8 +54,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.sigin__footer {
|
.sigin__footer {
|
||||||
padding: $space-medium;
|
|
||||||
font-size: $font-size-default;
|
font-size: $font-size-default;
|
||||||
|
padding: $space-medium;
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
font-weight: $font-weight-bold;
|
font-weight: $font-weight-bold;
|
||||||
|
|
Loading…
Reference in a new issue