css page consultation

This commit is contained in:
ouidade 2024-07-04 15:27:40 +02:00
parent c58e19f189
commit 89758bcf68
2 changed files with 7 additions and 4 deletions

View File

@ -942,7 +942,7 @@ footer span.totop #toTop .arrow-up::before {
display: flex;
flex-direction: row;
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) {
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 {
color: black;
width: 55%;
padding-top: 3rem;
padding-top: 2rem;
margin: auto;
}
#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;
align-items: center;
padding: 1rem;
margin-bottom: 1rem;
}
#consultation .layout-content .content_container .node-type-static #paragraph-id--11 .field_field_title {
color: rgb(7, 50, 194);

View File

@ -50,7 +50,8 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 1rem;
// padding: 1rem;
padding-bottom: 3rem;
p:not(:last-of-type){
flex: 1 15%;
color: $blue_QDD;
@ -68,7 +69,7 @@
color: black;
// flex: 1 80%;
width: 55%;
padding-top: 3rem;
padding-top: 2rem;
margin: auto;
}
@ -82,6 +83,7 @@
flex-direction: column;
align-items: center;
padding: 1rem;
margin-bottom: 1rem;
.field_field_title{
color: $blue_QDD;
font-size: 1.2rem;