css adjustements

This commit is contained in:
2023-11-30 16:01:04 +01:00
parent 9473263d05
commit 819e78a085
8 changed files with 62 additions and 10 deletions
+28 -4
View File
@@ -159,6 +159,10 @@ aside {
margin-top: 5rem;
margin-left: 10%;
margin-right: 1rem; }
@media (max-width: 891px) {
aside {
margin-left: 5%;
margin-top: 9rem; } }
main {
width: 100%;
@@ -458,7 +462,8 @@ header {
padding-right: 0 !important; } }
.bouton h2 {
text-transform: lowercase;
display: inline-flex; }
display: inline-flex;
font-size: 1rem; }
.titre {
display: inline-flex;
@@ -620,6 +625,9 @@ input {
font-weight: 800;
padding: 1rem;
width: 80%; }
@media (max-width: 891px) {
.layout-sidebar-first #block-reha-phase1 {
width: 100%; } }
.layout-sidebar-first #block-reha-phase1 h2 {
margin-top: 0;
margin-bottom: 0;
@@ -695,7 +703,7 @@ input {
font-size: 1.8rem; }
.home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f .field--name-field-description {
margin-top: 0;
font-size: 2rem;
font-size: 2.3rem !important;
line-height: 2.2rem; }
.home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f .field--name-field-description p {
margin-top: 0.8rem; }
@@ -730,7 +738,7 @@ input {
.home-page-layout-content .layout--onecol .block-region-content .block-block-content08189a6a-2ca1-42c3-a780-d7ad0c65619d {
width: 100%; } }
.home-page-layout-content .layout--onecol .block-region-content .block-block-content08189a6a-2ca1-42c3-a780-d7ad0c65619d .field--type-file {
width: 80%;
width: 100%;
margin: 0; }
@media (max-width: 891px) {
.home-page-layout-content .layout--onecol .block-region-content .block-block-content08189a6a-2ca1-42c3-a780-d7ad0c65619d .field--type-file {
@@ -751,7 +759,7 @@ input {
.home-page-layout-content .layout--onecol .block-region-content .block-block-content259faa3e-f66e-4776-9f4e-9a3aa26e8252 {
width: 100%; } }
.home-page-layout-content .layout--onecol .block-region-content .block-block-content259faa3e-f66e-4776-9f4e-9a3aa26e8252 .field--type-file {
width: 80%;
width: 100%;
margin: 0; }
@media (max-width: 891px) {
.home-page-layout-content .layout--onecol .block-region-content .block-block-content259faa3e-f66e-4776-9f4e-9a3aa26e8252 .field--type-file {
@@ -788,6 +796,11 @@ input {
.user--register #edit-pass--description {
display: none; }
@media (max-width: 891px) {
.mes-operations {
width: 70%;
margin-left: 2rem; } }
.mes-operations .views-row {
width: 80%;
padding-bottom: 1rem;
@@ -824,6 +837,10 @@ input {
#block-reha-contenudelapageprincipale .node-operation-form {
width: 45%; }
@media (max-width: 891px) {
#block-reha-contenudelapageprincipale .node-operation-form {
width: 70%;
margin-left: 2rem; } }
#block-reha-contenudelapageprincipale .node-operation-form #edit-title-wrapper input {
width: 100%; }
#block-reha-contenudelapageprincipale .node-operation-form #edit-field-fiche-candidature-wrapper {
@@ -881,6 +898,9 @@ input {
width: 100%;
margin-right: 0;
justify-content: space-between; }
@media (max-width: 891px) {
#block-reha-contenudelapageprincipale .node-operation-form #edit-field-adresse-0-address-container2 {
flex-direction: column; } }
#block-reha-contenudelapageprincipale .node-operation-form #edit-field-adresse-0-address-container2 input {
width: 100%; }
#block-reha-contenudelapageprincipale .node-operation-form #edit-field-adresse-0-address-container2 .form-item {
@@ -931,6 +951,10 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
#block-reha-contenudelapageprincipale #node-operation-edit-form {
width: 45%; }
@media (max-width: 891px) {
#block-reha-contenudelapageprincipale #node-operation-edit-form {
width: 70%;
margin-left: 2rem; } }
#block-reha-contenudelapageprincipale #node-operation-edit-form #edit-title-wrapper input {
width: 100%; }
#block-reha-contenudelapageprincipale #node-operation-edit-form #edit-field-fiche-candidature-wrapper {
@@ -39,12 +39,17 @@ $width-menu-slidedown : 550px;
}
}
aside{
width: 20%;
order: 1;
margin-top: 5rem;
margin-left: 10%;
margin-right: 1rem;
@media(max-width:891px){
margin-left: 5%;
margin-top: 9rem;
}
}
main{
width: 100%;
+9 -4
View File
@@ -48,7 +48,7 @@
}
// grid-row: ;
// block Appel à candidature
.block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f{
grid-column: 1;
grid-row: 2 /span 2;
@@ -73,7 +73,7 @@
}
.field--name-field-description{
margin-top: 0;
font-size: 2rem;
font-size: 2.3rem !important;
line-height: 2.2rem;
p{
margin-top: 0.8rem;
@@ -109,6 +109,9 @@
}
}
/// block télécharger le cahier des charges
.block-block-content08189a6a-2ca1-42c3-a780-d7ad0c65619d{
margin-bottom: 1rem;
grid-column: 2;
@@ -125,7 +128,7 @@
width: 100%;
}
.field--type-file{
width: 80%;
width: 100%;
margin: 0;
@media(max-width: 891px){
width: 100%;
@@ -135,6 +138,8 @@
background-color: $yellow-puca;
}
}
/// block télécharger la fiche candidature
.block-block-content259faa3e-f66e-4776-9f4e-9a3aa26e8252{
grid-column: 2;
grid-row: 3;
@@ -149,7 +154,7 @@
width: 100%;
}
.field--type-file{
width: 80%;
width: 100%;
margin: 0;
@media(max-width: 891px){
width: 100%;
@@ -8,7 +8,10 @@
.mes-operations{
@media(max-width:891px){
width: 70%;
margin-left: 2rem;
}
.views-row{
width: 80%;
padding-bottom: 1rem;
@@ -112,6 +112,10 @@
#node-operation-edit-form{
width: 45%;
@media(max-width:891px){
width: 70%;
margin-left: 2rem;
}
#edit-title-wrapper{
input{
@@ -2,11 +2,15 @@
#block-reha-contenudelapageprincipale{
.node-operation-form{
width: 45%;
@media(max-width:891px){
width: 70%;
margin-left: 2rem;
}
#edit-title-wrapper{
input{
width: 100%;
}
}
#edit-field-fiche-candidature-wrapper{
background-color: rgba(153, 147, 174, 0) !important;
@@ -93,6 +97,9 @@
width: 100%;
margin-right: 0;
justify-content:space-between;
@media(max-width:891px){
flex-direction: column;
}
input{
width: 100%;
}
@@ -5,6 +5,9 @@
font-weight: 800;
padding: 1rem;
width: 80%;
@media(max-width:891px){
width: 100%;
}
h2{
margin-top: 0;
margin-bottom: 0;
@@ -356,6 +356,7 @@ header{
h2{
text-transform: lowercase;
display: inline-flex;
font-size: 1rem;
}
}