feat: show language widget in signup and signin pages (#1180)

This commit is contained in:
Yaodong Yu
2022-10-03 22:40:19 +08:00
committed by GitHub
parent 5abcf913e6
commit 6da452d7e0
5 changed files with 53 additions and 29 deletions

View File

@ -59,6 +59,12 @@
height: 70px; /* Footer height */
}
#language-box-corner {
position: absolute;
top: 75px;
right: 0;
}
.language_box {
background: url("@{StaticBaseUrl}/img/muti_language.svg");
background-size: 25px, 25px;
@ -88,6 +94,16 @@
align-items: stretch;
}
.login-content{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
box-sizing: border-box;
margin: 0 auto;
position: relative;
}
.loginBackground {
height: 100%;
background: #fff no-repeat;