taille icon site
This commit is contained in:
parent
535bfdbfea
commit
578b3d2e17
@ -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 {
|
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_site {
|
||||||
order: 4;
|
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 {
|
#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;
|
color: red;
|
||||||
@ -4323,13 +4324,13 @@ main {
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
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 {
|
#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: "";
|
content: "";
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 10px; /* Ajuste la largeur */
|
width: 10px; /* Ajuste la largeur */
|
||||||
height: 10px; /* Ajuste la hauteur */
|
height: 17px; /* Ajuste la hauteur */
|
||||||
background-image: url("../img/map_pointer.svg");
|
background-image: url("../img/map_pointer.svg");
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -187,6 +187,7 @@
|
|||||||
}
|
}
|
||||||
.field_field_site{
|
.field_field_site{
|
||||||
order: 4;
|
order: 4;
|
||||||
|
margin-top: 0.2rem;
|
||||||
a{
|
a{
|
||||||
color: red;
|
color: red;
|
||||||
font-size: 0.6rem;
|
font-size: 0.6rem;
|
||||||
@ -194,13 +195,13 @@
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
// margin-left: 1rem;
|
// margin-left: 1rem;
|
||||||
padding-left: 0.2rem;
|
padding-left: 0.1rem;
|
||||||
|
|
||||||
&::before{
|
&::before{
|
||||||
content: "";
|
content: "";
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 10px; /* Ajuste la largeur */
|
width: 10px; /* Ajuste la largeur */
|
||||||
height: 10px; /* Ajuste la hauteur */
|
height: 17px; /* Ajuste la hauteur */
|
||||||
background-image: url("../img/map_pointer.svg");
|
background-image: url("../img/map_pointer.svg");
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user