mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
CSS: Optimize redesigned login form in minimal layout
This commit is contained in:
parent
fbd3145b10
commit
567864221d
@ -77,6 +77,25 @@
|
||||
.dashboard > div.container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.login-wrapper {
|
||||
padding: 0 2em;
|
||||
|
||||
.login-form {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
#social {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
bottom: 4em;
|
||||
}
|
||||
|
||||
#social > li a i {
|
||||
color: gray;
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user