CSS: Remove layout specific styles for login view

This commit is contained in:
Florian Strohmaier 2021-03-18 13:21:46 +01:00 committed by Johannes Meyer
parent 35e7e85636
commit 3b1b8a0b92
1 changed files with 0 additions and 65 deletions

View File

@ -118,71 +118,6 @@
.dashboard > div.container {
width: 100%;
}
#login {
#icinga-logo {
max-width: 12em;
}
.login-wrapper {
padding: 0 1em;
}
.login-form {
width: 100%;
}
.login-form-content.centered-content {
max-width: 100%;
}
}
#social {
width: 100%;
text-align: center;
bottom: 3em;
}
#social > li a i {
color: gray;
text-shadow: none;
}
}
#layout.wide-layout {
.login-wrapper {
// use as centered-ghost
text-align: center;
vertical-align: middle;
letter-spacing: -.417em;
}
// use as centered-ghost
.login-wrapper:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
// use as centered-ghost
.login-wrapper > * {
letter-spacing: normal;
}
.login-form {
// use as centered-content
display: inline-block;
vertical-align: middle;
// Style as box
width: 30em;
margin: 0;
border-radius: 1em;
height: auto;
padding: 12.5em 0 4em 0;
}
}
// Dashboard