homogéénéistion css bouton noir

This commit is contained in:
2025-11-13 11:39:40 +01:00
parent 5f68e33f3d
commit d92d5d4acb
2 changed files with 41 additions and 40 deletions

View File

@@ -68,7 +68,7 @@
align-items: center;
color: white;
text-transform: uppercase;
font-size: 0.6rem;
font-size: 0.5rem;
padding-left: 0.5rem;
svg{
@@ -79,7 +79,7 @@
content: url("../img/noun-arrow-to-right.svg");
padding-right: 0.2rem;
padding-left: 0.2rem;
padding-bottom: 0.2rem;
// padding-bottom: 0.2rem;
height: 25px;
}
}
@@ -108,12 +108,10 @@
::before{
content: "";
position: absolute;
// display: block;
top:0rem;
left: -1.3rem;
width: 2.5rem;
height: 2.5rem;
// background-color: #f6f7f3;
background-image: url("../img/laureat-ouvert.svg");
background-repeat: no-repeat;
background-position: center;
@@ -175,7 +173,6 @@
.diaporama{
display: flex !important;
flex-direction: row !important;
// justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
margin-bottom: 2rem;
@@ -183,7 +180,6 @@
flex-direction: column !important;
}
.cadre-img-zoom{
// margin: auto;
img{
object-fit: cover;
width: 220px;
@@ -207,31 +203,36 @@
.field_field_documents,
.field_field_liens{
width: fit-content;
padding-left: 0.5rem;
background: black;
margin-bottom: 1rem;
@media (max-width:810px) {
margin-left: 0;
}
a{
display: inline-flex;
justify-content: space-between;
align-items: center;
color: white;
text-transform: uppercase;
font-size: 0.6rem;
svg{
display: none;
}
&::after{
display: inline-flex;
content: url("../img/noun-arrow-to-right.svg");
padding-right: 0.2rem;
padding-left: 0.2rem;
padding-bottom: 0.2rem;
height: 25px;
}
}
padding-left: 0.5rem;
background: black;
margin-bottom: 1rem;
@media (max-width:810px) {
margin-left: 0;
}
a{
display: inline-flex;
justify-content: space-between;
align-items: center;
color: white;
text-transform: uppercase;
font-size: 0.5rem;
svg{
display: none;
}
&::after{
display: inline-flex;
content: url("../img/noun-arrow-to-right.svg");
padding-right: 0.2rem;
padding-left: 0.2rem;
// padding-bottom: 0.2rem;
height: 25px;
}
}
span:nth-child(2){
font-size: 0;
}
}
div:has(.field_field_nom_de_l_equipe){
@@ -264,7 +265,6 @@
div{
display: flex;
flex-direction: column;
// margin-bottom: 1rem;
@media(max-width: 810px){
justify-content: center;
margin: auto;
@@ -328,7 +328,7 @@
align-items: center;
color: white;
text-transform: uppercase;
font-size: 0.6rem;
font-size: 0.5rem;
svg{
display: none;
}
@@ -337,7 +337,7 @@
content: url("../img/noun-arrow-to-right.svg");
padding-right: 0.2rem;
padding-left: 0.2rem;
padding-bottom: 0.2rem;
// padding-bottom: 0.2rem;
height: 25px;
}
}