Uname: Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 162.213.251.212
Your Ip: 3.138.105.128
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : _size.scss
// width height
@each $property, $value in $spaces {
    .w-#{$property} {
      width: $value !important;
    }
}

@each $property, $value in $spaces {
    .h-#{$property} {
      height: $value !important;
    }
}

.w-100px {
  width: 100px;
}
.w-50-perc {
  width: 50%;
}

.w-350 {
  width: 350px;
  @include md-screen {
    width: 300px;
  }
  @include sm-screen {
    width: 250px;
  }
}

.max-h {
  &-unset {
    max-height: unset !important;
  }
  &-200 {
    max-height: 200px;
  }
  &-250 {
    max-height: 250px;
  }
  &-270 {
    max-height: 270px;
  }
  &-400 {
    max-height: 400px;
  }
}

.max-w {
  &-unset {
    max-width: unset !important;
  }
  &-130 {
    max-width: 130px;
  }
  &-280 {
    max-width: 280px;
  }
  &-845 {
    max-width: 845px;
  }
  &-740 {
    max-width: 740px;
  }
}


© 2025 GrazzMean-Shell