Captive Portal - Hotspot Wifi
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 line
190 B

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