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.
50 lines
874 B
50 lines
874 B
.theme-hey { |
|
.avue-sidebar { |
|
background-color: #fff; |
|
box-shadow: 0 1px 4px rgba(0, 21, 41, .08); |
|
.el-menu-item, .el-sub-menu__title { |
|
i, span { |
|
color: rgba(49, 58, 70, .8); |
|
} |
|
|
|
&:hover { |
|
background: transparent; |
|
|
|
i, span { |
|
color: #172e60; |
|
} |
|
} |
|
|
|
&.is-active { |
|
background-color: #f0f6ff; |
|
&:before { |
|
left: auto; |
|
right: 0; |
|
} |
|
i, span { |
|
color: #172e60; |
|
} |
|
} |
|
} |
|
} |
|
|
|
.avue-logo { |
|
background-color: #fff; |
|
box-shadow: none; |
|
.avue-logo_title { |
|
color: #172e60; |
|
font-size: 20px; |
|
} |
|
} |
|
|
|
.avue-tags { |
|
background: #f3f6f8; |
|
.el-tabs__item { |
|
color: rgba(0, 0, 0, .65) !important; |
|
} |
|
.is-active { |
|
background-color: #fff; |
|
border-bottom: none !important; |
|
} |
|
} |
|
}
|
|
|