mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 19:17:54 +08:00
7 lines
153 B
SCSS
7 lines
153 B
SCSS
.#{$ns}Divider {
|
|
margin: ($gap-base) (-$gap-base);
|
|
border-bottom: $borderWidth dashed $borderColor;
|
|
height: px2rem(2px);
|
|
font-size: 0;
|
|
}
|