vue-ant-patterns
Version:
vue-ant-patterns
27 lines (25 loc) • 503 B
text/less
@import '../../style/themes/index.less';
@import '../../style/mixins/flex.less';
@depot-prefix-cls: ~'@{depot-prefix}-header-menu';
.@{depot-prefix-cls} {
.flex;
margin-left: -5px;
margin-right: 10px;
& .icon-button {
width: 32px;
color: @text-color-dark;
}
& .menu {
.flex;
.flex-center-between;
user-select: none;
color: @text-color-dark;
cursor: pointer;
}
& .menu:hover {
color: @link-color;
}
& .ant-dropdown-trigger {
line-height: 1;
}
}