2013-10-21 07:10:42 -04:00
|
|
|
.view-login {
|
2013-10-21 12:50:19 -04:00
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
2013-10-21 07:10:42 -04:00
|
|
|
height: 100%;
|
2013-10-21 12:50:19 -04:00
|
|
|
background-color: $color-grey-lightest;
|
|
|
|
color: $color-grey-dark;
|
2013-10-21 07:10:42 -04:00
|
|
|
|
2013-10-21 12:50:19 -04:00
|
|
|
.logo-wrapper {
|
2013-12-06 10:02:19 -05:00
|
|
|
max-width: 700px;
|
2013-10-21 12:50:19 -04:00
|
|
|
height: 58px;
|
2013-12-06 10:02:19 -05:00
|
|
|
margin: 145px auto 75px auto;
|
2013-10-21 07:10:42 -04:00
|
|
|
|
2013-12-06 10:02:19 -05:00
|
|
|
.logo {
|
|
|
|
background-image:url('../img/whiteout_logo.svg');
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 320px 58px;
|
|
|
|
width: 320px;
|
|
|
|
height: 58px;
|
|
|
|
}
|
2013-10-21 07:10:42 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
2013-12-06 10:02:19 -05:00
|
|
|
max-width: 400px;
|
2013-10-21 12:50:19 -04:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2013-10-21 07:10:42 -04:00
|
|
|
|
2013-10-21 12:50:19 -04:00
|
|
|
p {
|
2013-12-06 10:02:19 -05:00
|
|
|
line-height: 150%;
|
|
|
|
|
|
|
|
b {
|
|
|
|
color: $color-blue;
|
|
|
|
}
|
2013-10-21 07:10:42 -04:00
|
|
|
}
|
|
|
|
|
2013-10-21 12:50:19 -04:00
|
|
|
div {
|
2013-12-06 10:02:19 -05:00
|
|
|
margin: 20px 0;
|
2013-10-21 12:50:19 -04:00
|
|
|
}
|
2013-10-21 07:10:42 -04:00
|
|
|
|
2013-10-21 12:50:19 -04:00
|
|
|
input {
|
2013-12-06 10:02:19 -05:00
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=file] {
|
|
|
|
background-color: white;
|
2013-10-21 12:50:19 -04:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-12-06 10:02:19 -05:00
|
|
|
border-color: $color-grey-lighter;
|
|
|
|
color: $color-grey-input;
|
|
|
|
font-size: 1em;
|
|
|
|
padding: 4px 4px;
|
2013-10-22 08:59:36 -04:00
|
|
|
outline: none;
|
2013-12-06 10:02:19 -05:00
|
|
|
|
|
|
|
&::-webkit-file-upload-button {
|
|
|
|
background-color: $color-grey-input;
|
|
|
|
border-width: 0px;
|
|
|
|
border-style: solid;
|
|
|
|
color: white;
|
|
|
|
padding: 4px 10px;
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
line-height: inherit;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
outline: none;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2013-10-22 08:59:36 -04:00
|
|
|
}
|
|
|
|
|
2014-01-08 13:54:02 -05:00
|
|
|
.passphrase-label-ok {
|
|
|
|
color: green;
|
2013-10-21 07:10:42 -04:00
|
|
|
}
|
|
|
|
}
|
2013-10-22 05:10:18 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.view-login-existing {
|
2013-12-06 10:02:19 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.view-login-initial {
|
|
|
|
button {
|
|
|
|
margin-right: 10px;
|
2013-10-22 05:10:18 -04:00
|
|
|
}
|
2013-10-21 07:10:42 -04:00
|
|
|
}
|