Browse Source

Add default style for alternative login

Signed-off-by: Jochen <rothjochen@gmail.com>
tags/v18.0.0beta1
Jochen 4 years ago
parent
commit
a9b942cbbe
1 changed files with 11 additions and 0 deletions
  1. 11
    0
      core/css/guest.css

+ 11
- 0
core/css/guest.css 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 {

Loading…
Cancel
Save