taille icon site

This commit is contained in:
Ouidade Soussi Chiadmi 2025-03-20 11:52:09 +01:00
parent 535bfdbfea
commit 578b3d2e17
2 changed files with 6 additions and 4 deletions

View File

@ -4316,6 +4316,7 @@ main {
}
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_site {
order: 4;
margin-top: 0.2rem;
}
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_site a {
color: red;
@ -4323,13 +4324,13 @@ main {
font-weight: 600;
display: inline-flex;
align-items: center;
padding-left: 0.2rem;
padding-left: 0.1rem;
}
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_site a::before {
content: "";
display: inline-block;
width: 10px; /* Ajuste la largeur */
height: 10px; /* Ajuste la hauteur */
height: 17px; /* Ajuste la hauteur */
background-image: url("../img/map_pointer.svg");
background-size: contain;
background-repeat: no-repeat;

View File

@ -187,6 +187,7 @@
}
.field_field_site{
order: 4;
margin-top: 0.2rem;
a{
color: red;
font-size: 0.6rem;
@ -194,13 +195,13 @@
display: inline-flex;
align-items: center;
// margin-left: 1rem;
padding-left: 0.2rem;
padding-left: 0.1rem;
&::before{
content: "";
display: inline-block;
width: 10px; /* Ajuste la largeur */
height: 10px; /* Ajuste la hauteur */
height: 17px; /* Ajuste la hauteur */
background-image: url("../img/map_pointer.svg");
background-size: contain;
background-repeat: no-repeat;