amis/scss/components/_divider.scss

11 lines
211 B
SCSS

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