mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
13 lines
265 B
SCSS
13 lines
265 B
SCSS
@import 'mixins/mixins';
|
|
@import 'mixins/var';
|
|
@import 'common/var';
|
|
|
|
@include b(header) {
|
|
@include set-component-css-var('header', $--header);
|
|
|
|
padding: var(--el-header-padding);
|
|
box-sizing: border-box;
|
|
flex-shrink: 0;
|
|
height: var(--el-header-height);
|
|
}
|