mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 18:01:24 +08:00
9 lines
145 B
SCSS
9 lines
145 B
SCSS
|
@import "mixins/mixins";
|
||
|
@import "common/var";
|
||
|
|
||
|
@include b(footer) {
|
||
|
padding: $--footer-padding;
|
||
|
box-sizing: border-box;
|
||
|
flex-shrink: 0;
|
||
|
}
|