css infos sites et flèches actus caroussel
This commit is contained in:
parent
69d780a12f
commit
471d16089b
|
@ -1507,6 +1507,9 @@ footer {
|
|||
font-family: "gilroy-semibold";
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
#actus-caroussel button {
|
||||
top: -2.5rem;
|
||||
}
|
||||
#actus-caroussel .content-actus .view {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -3353,17 +3356,18 @@ body {
|
|||
padding-bottom: 0.5rem;
|
||||
font-family: "gilroy-light";
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .infos h2 {
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .infos div div:nth-of-type(2) {
|
||||
font-size: 0.7rem;
|
||||
border-bottom: solid 0.1px rgb(247, 0, 43);
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .infos .field--label-above {
|
||||
color: rgb(247, 0, 43);
|
||||
text-transform: uppercase;
|
||||
font-family: "gilroy-regular" !important;
|
||||
font-size: 0.5rem !important;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .infos div:first-of-type {
|
||||
font-size: 0.7rem;
|
||||
border-bottom: solid 0.1px rgb(247, 0, 43);
|
||||
padding-bottom: 0.5rem;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .infos div {
|
||||
flex: 1 1 auto;
|
||||
|
|
|
@ -201,33 +201,29 @@
|
|||
.infos{
|
||||
margin-top: 1rem;
|
||||
font-size: 0.5rem;
|
||||
// border-bottom: solid 1px $red_QDD;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
// display: grid;
|
||||
// grid-template-columns: 1fr 1fr;
|
||||
// grid-template-rows: 1fr 1fr 1fr;
|
||||
padding-bottom: 0.5rem;
|
||||
font-family: 'gilroy-light';
|
||||
|
||||
h2{
|
||||
div{
|
||||
div:nth-of-type(2){
|
||||
font-size: 0.7rem;
|
||||
border-bottom: solid 0.1px $red_QDD;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
}
|
||||
.field--label-above{
|
||||
color: $red_QDD ;
|
||||
text-transform: uppercase;
|
||||
font-family: 'gilroy-regular' !important;
|
||||
font-size: 0.5rem !important;
|
||||
margin-bottom: 0 ;
|
||||
margin-top: 0.5rem;
|
||||
|
||||
}
|
||||
|
||||
div:first-of-type{
|
||||
|
||||
font-size: 0.7rem;
|
||||
border-bottom: solid 0.1px $red_QDD;
|
||||
padding-bottom: 0.5rem;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
div{
|
||||
flex: 1 1 auto;
|
||||
min-width: 50%;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding-bottom: 6rem;
|
||||
|
||||
h2{
|
||||
width: fit-content;
|
||||
padding-bottom: 0.5rem;
|
||||
|
@ -13,6 +14,9 @@
|
|||
padding-left: 0.5rem;
|
||||
|
||||
}
|
||||
button{
|
||||
top: -2.5rem;
|
||||
}
|
||||
.content-actus{
|
||||
.view{
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue