amis2/scss/components/_divider.scss
2019-04-30 11:11:25 +08:00

6 lines
152 B
SCSS

.#{$ns}Divider {
margin: ($gap-base) (-$gap-base);
border-bottom: $borderWidth dashed $borderColor;
height: px2rem(2px);
font-size: 0;
}