css /mes-operations

This commit is contained in:
2023-11-29 15:13:57 +01:00
parent 1e3a7d234f
commit 728ff43323
4 changed files with 47 additions and 1 deletions
+22 -1
View File
@@ -37,6 +37,9 @@
.views-field-edit-node:hover {
background-color: #fdc300; }
.form-submit:hover {
background-color: #fdc300; }
.mailto {
text-decoration: underline; }
@@ -614,6 +617,7 @@ input {
display: none; }
.mes-operations .views-row {
width: 80%;
padding-bottom: 1rem;
border-bottom: 1px solid black; }
.mes-operations .views-row .node-type-operation footer {
@@ -624,6 +628,13 @@ input {
margin: 0; }
.mes-operations .views-row .node-type-operation .field--label-above {
margin-bottom: 1rem; }
.mes-operations .views-row .node-type-operation .field--type-file {
border: none;
background-color: inherit;
text-transform: none;
padding: 0; }
.mes-operations .views-row .views-field {
margin-bottom: 1.5rem; }
.mes-operations div.views-element-container div footer {
background-color: white;
@@ -675,7 +686,8 @@ input {
display: none; }
#block-reha-contenudelapageprincipale #node-operation-form #edit-field-dossier-de-candidature-wrapper .form-managed-file {
order: 3;
margin-top: 1rem; }
margin-top: 1rem;
text-transform: lowercase; }
#block-reha-contenudelapageprincipale #node-operation-form label {
font-weight: 800; }
#block-reha-contenudelapageprincipale #node-operation-form .form-wrapper {
@@ -698,6 +710,15 @@ input {
#block-reha-contenudelapageprincipale #node-operation-form .counter {
font-style: italic; }
#block-reha-contenudelapageprincipale .form-managed-file {
text-transform: lowercase; }
#block-reha-contenudelapageprincipale .file--application-pdf {
text-transform: lowercase; }
#block-reha-contenudelapageprincipale .messages--error {
text-transform: lowercase; }
html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div.layout-container main div.layout-content div.region.region-content div#block-reha-contenudelapageprincipale.block.block-system.block-system-main-block form#node-operation-edit-form.node-operation-edit-form.node-form div.js-form-item.form-item.js-form-type-vertical-tabs.form-item-.js-form-item-.form-no-label {
display: none; }
@@ -64,4 +64,8 @@
}
.views-field-edit-node:hover{
background-color: $yellow-puca;
}
.form-submit:hover{
background-color: $yellow-puca;
}
@@ -10,6 +10,7 @@
.mes-operations{
.views-row{
width: 80%;
padding-bottom: 1rem;
border-bottom: 1px solid black ;
.node-type-operation{
@@ -23,6 +24,15 @@
.field--label-above{
margin-bottom: 1rem;
}
.field--type-file{
border: none;
background-color: inherit;
text-transform: none;
padding: 0;
}
}
.views-field{
margin-bottom: 1.5rem;
}
}
@@ -58,7 +58,9 @@
@extend %buttonwithborder;
order: 3;
margin-top: 1rem;
text-transform: lowercase;
}
}
label{
font-weight: 800;
@@ -91,6 +93,15 @@
font-style: italic;
}
}
.form-managed-file{
text-transform: lowercase;
}
.file--application-pdf{
text-transform: lowercase;
}
.messages--error{
text-transform: lowercase;
}
}
html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div.layout-container main div.layout-content div.region.region-content div#block-reha-contenudelapageprincipale.block.block-system.block-system-main-block form#node-operation-edit-form.node-operation-edit-form.node-form div.js-form-item.form-item.js-form-type-vertical-tabs.form-item-.js-form-item-.form-no-label{
display: none;