| Current Path : /home/h/a/p/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/h/a/p/happyrenas/old/devis-huissier.fr/old/sass/components/content/bars/_bar-1.scss |
// Bar 1
// BEGIN: General Mode
.c-content-bar-1 {
@include reset-padmar(); // call mixing reset default padding and margin
width: 100%;
text-align:center;
&.c-align-left {
text-align:left;
}
> 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: 20px;
}
}
// END