| Current Path : /home/happyrenas/old/devis-huissier.fr/old/sass/components/content/bars/ |
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/sass/components/content/bars/_bar-5.scss |
// Bar 1
// BEGIN: General Mode
.c-content-bar-5 {
@include reset-padmar(); // call mixing reset default padding and margin
width: 100%;
> h3 {
font-size:30px;
color: $general-head-font-color;
font-weight:500;
margin-bottom:30px;
}
> p {
font-size:16px;
font-weight: 400;
margin-bottom:30px;
color: $general-font-color;
}
&.c-bordered {
border: 3px solid transparent;
padding: 40px;
}
}
// END