page actualite css
This commit is contained in:
parent
d7d8ec0c7d
commit
c7b43b6f09
@ -3410,6 +3410,10 @@ body {
|
||||
padding: 1rem 0rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
#page-node .content_container .node-type-actualite .infos-actu .field_field_type_d_actualite {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
#page-node .content_container .node-type-actualite .infos-actu .field_field_type_d_actualite a {
|
||||
text-transform: uppercase;
|
||||
color: red;
|
||||
@ -3427,8 +3431,8 @@ body {
|
||||
color: red;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-basis: 25%;
|
||||
margin-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
@ -3438,6 +3442,7 @@ body {
|
||||
}
|
||||
#page-node .content_container .node-type-actualite .infos-actu .field_field_site {
|
||||
margin-left: 0.5rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
#page-node .content_container .node-type-actualite .infos-actu .field_field_site a {
|
||||
@ -3481,6 +3486,7 @@ body {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding-left: 0.5rem;
|
||||
margin-bottom: 0.5rem;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
color: white;
|
||||
|
@ -45,25 +45,30 @@
|
||||
padding: 1rem 0rem;
|
||||
margin-bottom: 1rem;
|
||||
|
||||
.field_field_type_d_actualite a{
|
||||
text-transform: uppercase;
|
||||
color: red;
|
||||
font-size: 0.6rem;
|
||||
font-weight: 600;
|
||||
.field_field_type_d_actualite{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
&::before{
|
||||
content: url('../img/type-actu.svg');
|
||||
padding-right: 0.4rem;
|
||||
|
||||
a{
|
||||
text-transform: uppercase;
|
||||
color: red;
|
||||
font-size: 0.6rem;
|
||||
font-weight: 600;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
&::before{
|
||||
content: url('../img/type-actu.svg');
|
||||
padding-right: 0.4rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
.field_field_date{
|
||||
color: red;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-basis: 25%;
|
||||
margin-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
@ -71,11 +76,16 @@
|
||||
content: url('../img/date-actu.svg');
|
||||
padding-right: 0.4rem;
|
||||
}
|
||||
// div{
|
||||
// display: flex;
|
||||
// flex-direction: column;
|
||||
// align-items: center;
|
||||
// }
|
||||
}
|
||||
.field_field_site{
|
||||
margin-left: 0.5rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
a{
|
||||
color: red;
|
||||
font-size: 0.7rem;
|
||||
@ -121,6 +131,7 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding-left: 0.5rem;
|
||||
margin-bottom: 0.5rem;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
color: white;
|
||||
|
Loading…
x
Reference in New Issue
Block a user