UNPKG

479 Btext/lessView Raw
1@root-entry-name: 'default';
2@import (reference) '~antd/es/style/themes/index.less';
3
4@pro-layout-fixed-header-prefix-cls: ~'@{ant-prefix}-pro-fixed-header';
5@pro-layout-header-prefix-cls: ~'@{ant-prefix}-pro-header';
6
7.@{pro-layout-fixed-header-prefix-cls} {
8 z-index: 9;
9 width: 100%;
10
11 &-action {
12 transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
13 }
14}
15
16.@{pro-layout-header-prefix-cls} {
17 &-realDark {
18 box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 65%);
19 }
20}