15 lines
360 B
SCSS
Raw Normal View History

2019-09-26 14:38:21 +09:00
.login {
2019-09-18 15:02:21 +09:00
width: 100%;
background-size: cover;
2019-10-24 10:07:30 +09:00
height: 100%;
background: #eaeff1;
background: -webkit-linear-gradient(to top, #93a3af, #eaeff1);
background: linear-gradient(to top, #93a3af, #eaeff1);
2019-09-18 15:02:21 +09:00
2019-09-26 14:38:21 +09:00
.login-wrapper {
2019-09-18 15:02:21 +09:00
flex: 1 0 auto;
2019-11-18 13:57:41 +09:00
background: url(/assets/images/bg_login.png) no-repeat 50% bottom;
2019-10-24 10:07:30 +09:00
background-size: 100% auto;
2019-09-18 15:02:21 +09:00
}
}