Files
unity/resources/sass/user/pages/_userpages.scss
glovetleong ad85832e75 user UI setup
user login UI
2021-07-06 11:54:00 +08:00

33 lines
482 B
SCSS
Vendored

// User Pages
.app-logo {
height: $logo-height;
width: $logo-width;
background: url('./assets/images/logo-inverse.png');
}
.app-logo-inverse {
height: $logo-height;
width: $logo-width;
background: url('./assets/images/logo.png');
}
.app-login-box {
.app-logo {
margin-bottom: $layout-spacer-lg;
}
h4 {
margin-bottom: $layout-spacer-x;
font-weight: normal;
div {
opacity: .6;
}
span {
font-size: $font-size-lg;
}
}
}