mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-31 23:36:18 +00:00
8 lines
190 B
SCSS
8 lines
190 B
SCSS
![]() |
@each $color, $value in $theme-colors {
|
||
|
@each $position in ['left', 'bottom'] {
|
||
|
.border-#{$position}-#{$color} {
|
||
|
border-#{$position}: .25rem solid $value !important;
|
||
|
}
|
||
|
}
|
||
|
}
|