feat: 调整导航栏图标

This commit is contained in:
ZiuChen
2022-09-20 20:11:17 +08:00
parent 78192c8003
commit 15a16071f6
2 changed files with 21 additions and 7 deletions

View File

@@ -14,6 +14,9 @@
color: @primary-color;
background-color: @bg-color;
transition: all 0.15s ease-in-out;
svg {
fill: @primary-color;
}
}
.clip-switch-items {
display: flex;
@@ -22,6 +25,10 @@
flex-direction: row;
margin-left: 5px;
.clip-switch-item {
display: flex;
align-items: center;
justify-content: center;
min-width: 58px;
padding: 10px 15px 10px 15px;
margin: 10px 5px 10px 5px;
cursor: pointer;
@@ -32,6 +39,11 @@
background-color: @nav-hover-bg-color;
transition: all 0.15s ease-in-out;
}
svg {
margin-right: 5px;
max-width: 30%;
fill: @text-color-lighter;
}
}
}
.clip-switch-btn-list {