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-item{
|
||||
background-color: #20222a;
|
||||
i{
|
||||
margin-right: 5px;
|
||||
}
|
||||
i,span{
|
||||
color:hsla(0,0%,100%,.7);
|
||||
}
|
||||
@ -56,6 +59,9 @@
|
||||
background-color: rgba(0,0,0,.4);
|
||||
}
|
||||
.el-menu-item,.el-submenu__title{
|
||||
i{
|
||||
margin-right: 5px;
|
||||
}
|
||||
i,span{
|
||||
color:hsla(0,0%,100%,.7);
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
background-color: #ebf1f6;
|
||||
box-shadow: none;
|
||||
.avue-logo_title{
|
||||
font-size: 24px;
|
||||
font-size: 22px;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
|
@ -4,16 +4,19 @@
|
||||
box-shadow: none;
|
||||
text-align: center;
|
||||
.avue-logo_title{
|
||||
padding: 5px 8px 8px 8px;
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
font-size: 25px;
|
||||
color:#fff;
|
||||
font-weight: 500;
|
||||
display: inline;
|
||||
background-color: #409EFF;
|
||||
div{
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
font-size: 22px;
|
||||
color:#fff;
|
||||
font-weight: 500;
|
||||
margin: 10px auto;
|
||||
width: 180px;
|
||||
height: 45px;
|
||||
background-color: #409EFF;
|
||||
}
|
||||
}
|
||||
}
|
||||
.avue-tags{
|
||||
|
Loading…
Reference in New Issue
Block a user