Files
drupal-reha/web/themes/custom/reha/scss/pages/_mes-operations.scss
T
2024-03-05 09:59:40 +01:00

74 lines
1.6 KiB
SCSS

// .layout-content{
// footer{
// background-color: none;
// }
// }
.mes-operations{
@media(max-width:891px){
width: 70%;
margin-left: 2rem;
}
@media (max-width:500px) {
width: 90%;
}
.views-row{
width: 80%;
padding-bottom: 1rem;
border-bottom: 1px solid black ;
.node-type-operation{
footer{
display: none;
}
.field--label-above div:first-child{
font-weight: 800;
}
p{margin: 0;}
.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;
}
.views-field-edit-node{
/////////////// arrêt canndidatures phase 1
display: none !important;
///////////////
}
}
div.views-element-container div footer{
background-color: white;
border: solid black 1px;
text-transform: uppercase;
padding: 1rem;
width: fit-content;
margin-top: 2rem;
font-weight: 400;
p{
margin: 0;
}
/////////////// arrêt canndidatures phase 1
display: none !important;
///////////////
}
div.views-element-container div footer:hover{
background-color: $yellow-puca;
}
}