mirror of
https://github.com/chillzhuang/Saber.git
synced 2024-11-05 10:09:40 +08:00
fix new theme
This commit is contained in:
parent
f9abf2254b
commit
d9d3f0145b
@ -3,6 +3,9 @@
|
|||||||
.el-menu--popup{
|
.el-menu--popup{
|
||||||
.el-menu-item{
|
.el-menu-item{
|
||||||
background-color: #20222a;
|
background-color: #20222a;
|
||||||
|
i{
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
i,span{
|
i,span{
|
||||||
color:hsla(0,0%,100%,.7);
|
color:hsla(0,0%,100%,.7);
|
||||||
}
|
}
|
||||||
@ -56,6 +59,9 @@
|
|||||||
background-color: rgba(0,0,0,.4);
|
background-color: rgba(0,0,0,.4);
|
||||||
}
|
}
|
||||||
.el-menu-item,.el-submenu__title{
|
.el-menu-item,.el-submenu__title{
|
||||||
|
i{
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
i,span{
|
i,span{
|
||||||
color:hsla(0,0%,100%,.7);
|
color:hsla(0,0%,100%,.7);
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
background-color: #ebf1f6;
|
background-color: #ebf1f6;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
.avue-logo_title{
|
.avue-logo_title{
|
||||||
font-size: 24px;
|
font-size: 22px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,16 +4,19 @@
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
.avue-logo_title{
|
.avue-logo_title{
|
||||||
padding: 5px 8px 8px 8px;
|
div{
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-bottom-left-radius: 3px;
|
border-bottom-left-radius: 3px;
|
||||||
border-bottom-right-radius: 3px;
|
border-bottom-right-radius: 3px;
|
||||||
font-size: 25px;
|
font-size: 22px;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
display: inline;
|
margin: 10px auto;
|
||||||
background-color: #409EFF;
|
width: 180px;
|
||||||
|
height: 45px;
|
||||||
|
background-color: #409EFF;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.avue-tags{
|
.avue-tags{
|
||||||
|
Loading…
Reference in New Issue
Block a user