| 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-3.scss |
// Bar 3
// BEGIN: General Mode
.c-content-bar-3 {
@include reset-padmar(); // call mixing reset default padding and margin
width: 100%;
.c-content-title-1 {
> h3 {
padding: 0;
color:#ffffff;
font-weight: 500;
margin: 0 0 25px 0;
}
> p {
padding: 0;
color: $general-font-color;
text-transform: uppercase;
margin: 0;
font-size:16px;
}
}
}
// END
// BEGIN: Mobile Mode
@media (max-width: $screen-sm-max) { /* 991px */
.c-content-bar-3 {
> .c-content-title-1 {
margin-bottom:40px;
}
}
}
@media (max-width: $screen-xs-max) { /* <= 767px */
.c-content-bar-3 {
text-align: center;
> .c-content-title-1 {
text-align: center;
}
}
}
// END