소스 검색

Add default style for alternative login

Signed-off-by: Jochen <rothjochen@gmail.com>
tags/v18.0.0beta1
Jochen 4 년 전
부모
커밋
a9b942cbbe
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11
    0
      core/css/guest.css

+ 11
- 0
core/css/guest.css 파일 보기

@@ -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…
취소
저장