mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
CSS: Remove layout specific styles for login view
This commit is contained in:
parent
35e7e85636
commit
3b1b8a0b92
@ -118,71 +118,6 @@
|
|||||||
.dashboard > div.container {
|
.dashboard > div.container {
|
||||||
width: 100%;
|
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
|
// Dashboard
|
||||||
|
Loading…
x
Reference in New Issue
Block a user