/** * Dématérialisation */ #fieldset-message-tab_demat-color { border-color: gold; margin: 1em 0 0 } #fieldset-message-tab_demat-color > legend:hover, #fieldset-message-tab_demat-color > legend:focus{ background-color: $jaune; } #fieldset-message-tab_demat-color > legend { background: $jauneLight; border-radius: 1em; border: solid 1px $jaune; } #fieldset-message-tab-content { margin-top: 3px; margin-left: 40px; width: 50% !important; } .demat-color { border: 2px dashed #fdd030; } .demat-color-demande-libelle { border: 2px dashed #fdd030; border-right-style: none; border-bottom: 2px dashed #fdd030 !important; } .demat-color-demande-value { border: 2px dashed #fdd030; border-left-style: none; } .demat-color-highlight { background: $jauneLight; } .demat-color-breadcrumb { :after { content : "DÉMATÉRIALISÉ"; background: $jauneLight; color: darken($jaune, 20%); font-weight: 700; font-size: 0.75em; padding: .5em 1.5em; border-radius: 2em; box-shadow: 0 2px 6px 0 rgba($noir, .1); } } .demat-color-fieldset legend { background-color: #fcff9e !important; border-color: #fdd030 !important; }