Add default style for alternative login

Signed-off-by: Jochen <rothjochen@gmail.com>
This commit is contained in:
Jochen 2019-09-04 21:01:21 +02:00
parent e710976b99
commit a9b942cbbe
1 changed files with 11 additions and 0 deletions

View File

@ -164,6 +164,17 @@ form #datadirField legend {
font-size: 15px;
}
#alternative-logins a::before {
content: "";
background-repeat: no-repeat;
background-size: contain;
width: 18px;
height: 18px;
display: inline-block;
vertical-align: bottom;
margin-right: 5px;
}
@media only screen and (max-width: 1024px) {
.wrapper {