| 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-4.scss |
// BEGIN: General Mode
.c-content-bar-4 {
@include reset-padmar(); // call mixing reset default padding and margin
width: 100%;
text-align:center;
> h3 {
display: inline-block;
color: #ffffff;
font-weight: 500;
font-size: 40px;
line-height: 50px;
margin: 100px auto 40px auto;
padding: 40px;
border: 2px solid rgba(#ffffff, 0.15);
}
&.c-opt-2 {
> h3{
margin-top: 30px;
margin-bottom: 0;
}
> .row{
> div {
> p {
color:#ffffff;
text-transform: uppercase;
font-size:16px;
line-height: 25px;
padding:40px;
}
}
}
}
}
// END