28 lines
915 B
SCSS
28 lines
915 B
SCSS
/* You can add global styles to this file, and also import other style files */
|
|
|
|
//auth style
|
|
.login-body {
|
|
//background: url("../images/login/login.png") top left no-repeat #f7f7f7;
|
|
background: url("/assets/layout/images/login11.jpg") top left no-repeat #f7f7f7 !important;
|
|
margin: -100px 0 0 0 !important;
|
|
padding: 100px 0 !important;
|
|
height: 100% !important;
|
|
background-repeat: no-repeat !important;
|
|
background-position: bottom !important;
|
|
background-size: cover !important;
|
|
}
|
|
|
|
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
|
.login-body {
|
|
//background: url("../images/login/login2x.png") top left no-repeat #f7f7f7;
|
|
background: url("/assets/layout/images/login11.jpg") top left no-repeat #f7f7f7 !important;
|
|
}
|
|
}
|
|
|
|
.ui-button-secondary:hover{
|
|
color : white !important;
|
|
}
|
|
|
|
.ui-button-large {
|
|
font-size: 1.6em !important;
|
|
} |