Files
glovetleong 8fa80e4a1a setup
2021-06-17 09:53:04 +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;
}
}
}