HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/demo/public_html/roofleak/assets/scss/utils/_spacing.scss
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}

$spacing: 10;

@while $spacing < 290 {

  .pt-#{$spacing} {
    padding-top: $spacing + px !important;
  }
  .pb-#{$spacing} {
    padding-bottom: $spacing + px !important;
  }
  .mt-#{$spacing} {
    margin-top: $spacing + px !important;
  }
  .mb-#{$spacing} {
    margin-bottom: $spacing + px !important;
  }

  $spacing: $spacing + 5;

}