You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
488 B
Plaintext

@root-entry-name: 'default';
@import (reference) 'ant-design-vue/es/style/themes/index.less';
@pro-layout-fixed-header-prefix-cls: ~'@{ant-prefix}-pro-fixed-header';
@pro-layout-header-prefix-cls: ~'@{ant-prefix}-pro-header';
.@{pro-layout-fixed-header-prefix-cls} {
z-index: 9;
width: 100%;
&-action {
transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
}
.@{pro-layout-header-prefix-cls} {
&-realDark {
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 65%);
}
}