config page 3 css

This commit is contained in:
2024-07-02 15:32:25 +02:00
parent 409aabab5a
commit 692cc647f5
2 changed files with 32 additions and 1 deletions
+16
View File
@@ -2928,6 +2928,22 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
margin: auto;
font-size: 1.3rem;
}
.page-node-site .region-content #block-reha-config-pages-3 {
width: 15vw;
}
.page-node-site .region-content #block-reha-config-pages-3 .field--name-field-fichier {
border: none;
margin-bottom: 1rem;
background-color: none;
}
.page-node-site .region-content #block-reha-config-pages-3 .field_item {
text-transform: uppercase;
padding: 0.3rem;
border: solid black 1px;
margin-bottom: 1rem;
background-color: rgb(255, 255, 255);
font-size: 0.9rem;
}
.page-ressources h1 {
width: 80%;
@@ -222,6 +222,21 @@
}
}
}
#block-reha-config-pages-3{
width: 15vw;
.field--name-field-fichier{
border: none;
margin-bottom: 1rem;
background-color: none;
}
.field_item{
text-transform: uppercase;
padding: 0.3rem;
border: solid black 1px;
margin-bottom: 1rem;
background-color: rgb(255, 255, 255);
font-size: 0.9rem;
}
}
}
}