chore: Revert back super admin login screen styles
This commit is contained in:
parent
4032d6f639
commit
fdf77258e5
1 changed files with 65 additions and 0 deletions
|
@ -1,3 +1,68 @@
|
||||||
|
// Outside login wrapper
|
||||||
|
// Super admin login page
|
||||||
|
.login {
|
||||||
|
@include full-height;
|
||||||
|
overflow-y: auto;
|
||||||
|
padding-top: $space-larger * 1.2;
|
||||||
|
|
||||||
|
.login__hero {
|
||||||
|
margin-bottom: $space-larger;
|
||||||
|
|
||||||
|
.hero__logo {
|
||||||
|
width: 180px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero__title {
|
||||||
|
font-weight: $font-weight-light;
|
||||||
|
margin-top: $space-larger;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero__sub {
|
||||||
|
color: $medium-gray;
|
||||||
|
font-size: $font-size-medium;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Login box
|
||||||
|
.login-box {
|
||||||
|
@include background-white;
|
||||||
|
@include border-normal;
|
||||||
|
@include elegant-card;
|
||||||
|
|
||||||
|
border-radius: $space-smaller;
|
||||||
|
padding: $space-large;
|
||||||
|
|
||||||
|
label {
|
||||||
|
color: $color-gray;
|
||||||
|
font-size: $font-size-default;
|
||||||
|
|
||||||
|
input {
|
||||||
|
font-size: $font-size-default;
|
||||||
|
height: $space-larger;
|
||||||
|
padding: $space-slab;
|
||||||
|
}
|
||||||
|
|
||||||
|
.error {
|
||||||
|
font-size: $font-size-small;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.button {
|
||||||
|
height: $space-larger;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.sigin__footer {
|
||||||
|
font-size: $font-size-default;
|
||||||
|
padding: $space-medium;
|
||||||
|
|
||||||
|
> a {
|
||||||
|
font-weight: $font-weight-bold;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Dashboard view
|
||||||
.auth-screen--view {
|
.auth-screen--view {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in a new issue