mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 05:18:34 +08:00
6 lines
152 B
SCSS
6 lines
152 B
SCSS
|
.#{$ns}Divider {
|
||
|
margin: ($gap-base) (-$gap-base);
|
||
|
border-bottom: $borderWidth dashed $borderColor;
|
||
|
height: px2rem(2px);
|
||
|
font-size: 0;
|
||
|
}
|