| Server IP : 146.59.209.152 / Your IP : 216.73.216.25 Web Server : Apache System : Linux webm009.cluster131.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : monpetu ( 144298) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/monpetu/www/leoreno.fr/wp-content/themes/buildexo/assets/scss/base/ |
Upload File : |
/*--
- Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
@for $i from 1 through 20 {
.mt-none-#{5 * $i}{margin-top: -5px * $i;}
}
/*-- Margin Top --*/
@for $i from 1 through 40 {
.mt-#{5 * $i}{margin-top: 5px * $i;}
}
/*-- Margin Bottom --*/
@for $i from 1 through 40 {
.mb-#{5 * $i}{margin-bottom: 5px *$i;}
}
/*-- Margin Left --*/
@for $i from 1 through 40 {
.ml-#{5 * $i}{margin-left: 5px * $i;}
}
/*-- Margin Right --*/
@for $i from 1 through 40 {
.mr-#{5 * $i}{margin-right: 5px *$i;}
}
/*-- Padding Top --*/
@for $i from 1 through 40 {
.pt-#{5 * $i}{padding-top: 5px *$i;}
}
/*-- Padding Bottom --*/
@for $i from 1 through 40 {
.pb-#{5 * $i}{padding-bottom: 5px *$i;}
}
/*-- Padding Left --*/
@for $i from 1 through 40 {
.pl-#{5 * $i}{padding-left: 5px *$i;}
}
/*-- Padding Right --*/
@for $i from 1 through 40 {
.pr-#{5 * $i}{padding-right: 5px *$i;}
}