mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 12:24:01 +00:00
33 lines
482 B
SCSS
Vendored
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;
|
|
}
|
|
}
|
|
}
|