This commit is contained in:
2024-04-24 16:33:07 +02:00
parent 06cfc5d191
commit 856f0f5356
24 changed files with 135 additions and 64 deletions
@@ -9,7 +9,11 @@ footer{
margin-bottom: 1.5rem;
}
}
@media (min-width: 992px) {
.d-lg-block {
display: block !important;
}
}
#block-colloque2024-renderedsitesettingsblock-5{
.site_setting_entity{
& > div{
@@ -34,6 +38,11 @@ footer{
}
#block-colloque2024-renderedsitesettingsblock-4{
@media (min-width: 992px) {
.d-lg-block {
display: block !important;
}
}
.site_setting_entity{
& > div{
margin: 1rem 0;
@@ -1,12 +1,12 @@
header{
max-height: 100px;
max-height: 125px;
.row{
background: white;
max-height: inherit;
justify-content: space-between;
border-bottom: 1px solid black;
#block-colloque2024-branding{
padding-left: 40px;
#block-colloque2024-logorepublique, #block-colloque2024-logoepau{
max-height: inherit;
& > div{
max-height: inherit;
@@ -14,9 +14,11 @@ header{
display: block;
max-height: inherit;
img{
width: 100%;
max-height: inherit;
object-fit: contain;
width: auto;
height: 125px;
// width: 100%;
// max-height: inherit;
// object-fit: contain;
padding-bottom: 0.5rem;
padding-top: 0.5rem;
@media screen and (min-width: 450px) {
@@ -79,14 +79,34 @@
.views {
section.wrap_head {
// @include croix_or;
.head {
display: block;
h3{
&:after{
content:url(../images/path1.svg);
max-width: fit-content;
}
display: flex;
flex-direction: row;
align-items: center;
position: relative;
.custom-line {
flex: 1; /* Pour étendre le trait sur toute la largeur disponible */
border: none;
border-top: 1px solid #000; /* Couleur et style de la ligne */
margin: 10px 0; /* Marge supérieure et inférieure pour l'espacement */
}
h3{
// &:after{
// content:url(../images/path1.svg);
// max-width: fit-content;
// }
}
}
.head::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%; /* Étendre la ligne sur toute la largeur */
border-bottom: 1px solid #000; /* Couleur et style de la ligne */
}
}
}