css page consultation
This commit is contained in:
parent
c58e19f189
commit
89758bcf68
|
@ -942,7 +942,7 @@ footer span.totop #toTop .arrow-up::before {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding: 1rem;
|
padding-bottom: 3rem;
|
||||||
}
|
}
|
||||||
#consultation .layout-content .content_container .node-type-static #paragraph-id--10 .colone-picto p:not(:last-of-type) {
|
#consultation .layout-content .content_container .node-type-static #paragraph-id--10 .colone-picto p:not(:last-of-type) {
|
||||||
flex: 1 15%;
|
flex: 1 15%;
|
||||||
|
@ -959,7 +959,7 @@ footer span.totop #toTop .arrow-up::before {
|
||||||
#consultation .layout-content .content_container .node-type-static #paragraph-id--10 .colone-picto p:last-of-type {
|
#consultation .layout-content .content_container .node-type-static #paragraph-id--10 .colone-picto p:last-of-type {
|
||||||
color: black;
|
color: black;
|
||||||
width: 55%;
|
width: 55%;
|
||||||
padding-top: 3rem;
|
padding-top: 2rem;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
#consultation .layout-content .content_container .node-type-static #paragraph-id--11 {
|
#consultation .layout-content .content_container .node-type-static #paragraph-id--11 {
|
||||||
|
@ -970,6 +970,7 @@ footer span.totop #toTop .arrow-up::before {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
#consultation .layout-content .content_container .node-type-static #paragraph-id--11 .field_field_title {
|
#consultation .layout-content .content_container .node-type-static #paragraph-id--11 .field_field_title {
|
||||||
color: rgb(7, 50, 194);
|
color: rgb(7, 50, 194);
|
||||||
|
|
|
@ -50,7 +50,8 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding: 1rem;
|
// padding: 1rem;
|
||||||
|
padding-bottom: 3rem;
|
||||||
p:not(:last-of-type){
|
p:not(:last-of-type){
|
||||||
flex: 1 15%;
|
flex: 1 15%;
|
||||||
color: $blue_QDD;
|
color: $blue_QDD;
|
||||||
|
@ -68,7 +69,7 @@
|
||||||
color: black;
|
color: black;
|
||||||
// flex: 1 80%;
|
// flex: 1 80%;
|
||||||
width: 55%;
|
width: 55%;
|
||||||
padding-top: 3rem;
|
padding-top: 2rem;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -82,6 +83,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
margin-bottom: 1rem;
|
||||||
.field_field_title{
|
.field_field_title{
|
||||||
color: $blue_QDD;
|
color: $blue_QDD;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
|
Loading…
Reference in New Issue