2017-11-24 12:31:09 +01:00
|
|
|
page-core-login-site {
|
|
|
|
.content {
|
|
|
|
background: -webkit-radial-gradient(white, $gray-light);
|
|
|
|
background: radial-gradient(white, $gray-light);
|
2017-12-18 10:48:04 +01:00
|
|
|
}
|
2017-11-24 12:31:09 +01:00
|
|
|
|
2017-12-18 10:48:04 +01:00
|
|
|
img.login-logo {
|
|
|
|
width: 90%;
|
|
|
|
max-width: 300px;
|
|
|
|
}
|
2017-11-24 12:31:09 +01:00
|
|
|
|
2017-12-18 10:48:04 +01:00
|
|
|
.box {
|
|
|
|
padding: 16px;
|
|
|
|
margin: 8px;
|
|
|
|
background: $white;
|
|
|
|
border: 1px solid $gray;
|
|
|
|
}
|
2017-11-24 12:31:09 +01:00
|
|
|
|
2017-12-18 10:48:04 +01:00
|
|
|
.item-input:last-child {
|
|
|
|
margin-bottom: 20px;
|
2017-11-24 12:31:09 +01:00
|
|
|
}
|
|
|
|
}
|