feat: add language select box and background color change when hover

Signed-off-by: turbodog03 <63595854+turbodog03@users.noreply.github.com>
This commit is contained in:
turbodog03
2021-07-16 20:24:55 +08:00
committed by Yang Luo
parent 0fc388d662
commit e986d3ab8e
3 changed files with 48 additions and 41 deletions

View File

@ -39,3 +39,22 @@
width: 100%;
height: 70px; /* Footer height */
}
.language_box {
background: url("https://cdn.casbin.org/img/muti_language.svg");
background-size: 25px, 25px;
width: 25px;
height: 25px;
margin: 22px 20px 16px 20px;
float: right;
cursor: pointer;
&:hover {
background-color: #f5f5f5;
}
}
.rightDropDown{
&:hover {
background-color: #f5f5f5;
}
}