| Current Path : /home/happyrenas/old/devis-huissier.fr/old/demo/components/scss/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/happyrenas/old/devis-huissier.fr/old/demo/components/scss/_variables.scss |
/* FONTS */
$font : nexa;
$font-b: nexa-b;
/* COULEURS */
$noir : #000000;
$gris : #757474;
$gris-alt : #9d9d9c;
$bleu : #2daae1;
$blanc: #ffffff;
$noir-hover : #1a1a1a;
$gris-hover : #9d9d9c;
$gris-alt-hover : #757474;
$bleu-hover : #258dba;
$blanc-hover: #ffffff;
%fonts-properties {
font-weight:normal;
font-style:normal;
}
@mixin dsp-ib($valign) {
vertical-align: $valign;
display: inline-block;
}
@mixin position($position,$index:1,$top:0,$right:0,$bottom:0,$left:0) {
position:$position;
top:$top;
bottom:$bottom;
left:$left;
right:$right;
z-index:$index;
}
@mixin bg-cover($positionv, $positionh, $height:auto) {
background-repeat:no-repeat;
background-size: cover;
background-position: $positionh $positionv;
position:relative;
}
@mixin icon($taille) {
display:inline-block;
font-size:$taille;
width:$taille;
height:$taille;
&:before {
display:inline-block;
width:$taille;
height:$taille;
line-height:$taille;
vertical-align:top;
}
}