member_webapp/src/styles.scss

15 lines
641 B
SCSS
Raw Normal View History

2018-04-06 06:59:49 +00:00
/* You can add global styles to this file, and also import other style files */
2018-04-11 10:51:50 +00:00
//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;
}
@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;
}
}