apostrophe
Version:
The Apostrophe Content Management System.
74 lines (67 loc) • 1.35 kB
text/less
.apos-login-wrapper
{
position: absolute;
width: 100%;
height: 100%;
background-color: @apos-primary;
}
.apos-login-content
{
background-color: @apos-primary;
position: relative;
top: @apos-margin-5;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.apos-login-logo
{
text-align: center;
margin-bottom: @apos-margin-5;
svg { width: 84px; height: 84px; }
}
.apos-login.apos-ui
{
margin: 0 auto;
max-width: 300px;
background-color: @apos-light;
padding: @apos-padding-2;
.apos-drop-shadow;
.apos-login-title
{
margin-bottom: @apos-margin-2;
}
.apos-field-input
{
background-color: @apos-white;
}
.apos-login-submit .apos-button
{
width: 100%;
}
.apos-login-reset, .apos-login-reset-cancel, .apos-login-password-reset-help, .apos-totp-help
{
margin-top: 1em;
}
.apos-login-warning, .apos-login-reset-cancel {
margin-bottom: 1em;
}
}
.apos-ui .apos-totp-qr-image {
display: block;
margin: 22px auto;
border: 10px solid @apos-white;
}
.apos-ui.apos-login code {
font-family: 'Andale Mono', 'Courier', monospace;
overflow: none;
overflow-x: inherit;
padding: 10px;
margin-top: 11px;
text-align: center;
color: @apos-dark;
background-color: @apos-white;
}
.apos-ui .apos-totp-submit {
margin-top: 16px;
}