page actualite css
This commit is contained in:
parent
10a03d4cd3
commit
d975cc467f
@ -3409,10 +3409,11 @@ body {
|
||||
}
|
||||
#page-node .content_container .node-type-actualite div .field_field_site {
|
||||
margin-left: 0.5rem;
|
||||
align-items: center;
|
||||
}
|
||||
#page-node .content_container .node-type-actualite div .field_field_site a {
|
||||
color: red;
|
||||
font-size: 0.6rem;
|
||||
font-size: 0.7rem;
|
||||
font-weight: 600;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
@ -3422,7 +3423,7 @@ body {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 10px; /* Ajuste la largeur */
|
||||
height: 17px; /* Ajuste la hauteur */
|
||||
height: 20px; /* Ajuste la hauteur */
|
||||
background-image: url("../img/map_pointer.svg");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
@ -3472,6 +3473,7 @@ body {
|
||||
margin-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
#page-node .content_container .node-type-actualite .infos-actu .field_field_date::before {
|
||||
content: url("../img/date-actu.svg");
|
||||
|
@ -52,9 +52,11 @@
|
||||
.field_field_site{
|
||||
// margin-top: 0.2rem;
|
||||
margin-left: 0.5rem;
|
||||
align-items: center;
|
||||
|
||||
a{
|
||||
color: red;
|
||||
font-size: 0.6rem;
|
||||
font-size: 0.7rem;
|
||||
font-weight: 600;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
@ -65,7 +67,7 @@
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 10px; /* Ajuste la largeur */
|
||||
height: 17px; /* Ajuste la hauteur */
|
||||
height: 20px; /* Ajuste la hauteur */
|
||||
background-image: url("../img/map_pointer.svg");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
@ -124,6 +126,8 @@
|
||||
margin-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
&::before{
|
||||
content: url('../img/date-actu.svg');
|
||||
padding-right: 0.4rem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user