You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
674 B
44 lines
674 B
.theme-lte { |
|
.avue-logo { |
|
background-color: var(--el-color-primary); |
|
|
|
.avue-logo_title { |
|
font-weight: 500; |
|
font-size: 20px; |
|
color: #fff; |
|
} |
|
} |
|
|
|
.avue-tags { |
|
.el-tabs__item { |
|
font-size: 12px !important; |
|
font-weight: 500 !important; |
|
} |
|
} |
|
|
|
.avue-sidebar { |
|
background-color: #263238; |
|
|
|
.el-menu-item, .el-sub-menu__title { |
|
i, span { |
|
color: #8a979e; |
|
} |
|
|
|
&:hover { |
|
background-color: #2b373d; |
|
} |
|
|
|
&.is-active { |
|
&:before { |
|
display: none; |
|
} |
|
|
|
background-color: #2b373d; |
|
|
|
i, span { |
|
color: #fff; |
|
} |
|
} |
|
} |
|
} |
|
}
|
|
|