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
@@ -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;