3x-ui/web/saeed/scss/utilities/_border.scss
MasoudKhz 4ece716f8d p1
2023-07-03 10:01:08 +03:30

7 lines
190 B
SCSS

@each $color, $value in $theme-colors {
@each $position in ['left', 'bottom'] {
.border-#{$position}-#{$color} {
border-#{$position}: .25rem solid $value !important;
}
}
}