mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +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;
|
|
} |