// // Pièces et documents // // Buttons // Buttons d'actions principaux des onglets a#action-soustab-dossier_contrainte-corner-ajouter, a#action-soustab-blocnote-message-ajouter{ @include buttonPrimary; } a#zip_download_link{ @include buttonSecondary; } /* Swit#switch-toutes_les_pieces-pieces_deposees { display: flex; gap: 1em; margin: 3px auto 1em; padding: 4px; background: #fff; border-radius: 30px; border: solid 1px #ddd; position: relative; width: auto; a:hover { text-decoration: none; } + .formEntete > p { display: inline-block; padding: 1em 0.5em; span:before { font-size: 1rem; } } + .formEntete > br { display: block; margin-bottom: 1em; } } #switch-toutes_les_pieces-pieces_deposees .switcher__label { font-size: 12px; flex: 1; line-height: 30px; color: #000; text-align: center; cursor: pointer; position: inherit; z-index: 10; transition: color 0.2s cubic-bezier(0.4, 0.0, 0.2, 1); will-change: transform; font-weight: 600; a { display: inline-block; width: 100%; } } #switch-toutes_les_pieces-pieces_deposees .switcher__toggle { position: absolute; float: left; height: 30px; width: 33%; font-size: 12px; line-height: 30px; cursor: pointer; background-color: $brand300; border-radius: 30px; left: 5px; top: 4px; transition: left 0.25s cubic-bezier(0.4, 0.0, 0.2, 1); will-change: transform; } #switch-toutes_les_pieces-pieces_deposees .switcher__toggle.toutes_les_pieces { left: calc(200%/3); } #switch-toutes_les_pieces-pieces_deposees .switcher__toggle.documents { left: calc(100%/3); } */ /** * FORM - Switch Pièces déposées / Toutes les pièces */ #switch-toutes_les_pieces-pieces_deposees { display: inline-block; margin:1em 0 2em; background: $blanc; border-radius: 30px; border: solid 1px #ddd; padding: .5em; } div.switcher__label { display: inline-block; line-height: 30px; text-align: center; cursor: pointer; border-radius: 30px; transition: all 0.2s ease-in-out; &:hover { background: #eee; } } div.switcher__label a { margin: 0 1em; } div.onglet_active, div.onglet_active:hover { background: $brandColor; font-weight: 700; } .first-entete-telechargement { background-color: white; border-bottom: 2px #EFEFEF solid; padding-left: 5px; padding-top: 5px; } .entete-telechargement { background-color: white; border-bottom: 2px #EFEFEF solid; padding-left: 5px; } /** * FORM - Toutes les pièces */ #sousform-document_numerise .formControls-top div { display: inline; margin-left: 15px; } #sousform-document_numerise .formControls-top div a:hover { text-decoration: none; } #sousform-document_numerise .formControls-top input.checkbox_select_all_none { margin-left: 1em; } #sousform-document_numerise .formControls-top input.dossier_final_select_recommandees, #sousform-document_numerise_contexte_ctx .formControls-top input.dossier_final_select_recommandees { background: $jaune; color: $gris50; text-transform: none; margin-left: 1em; } #sousform-document_numerise .formControls-top div #telecharger_dossier_final { float: right; clear: right; } #sousform-document_numerise_contexte_ctx .formControls-top div { display: inline; margin-left: 15px; } #sousform-document_numerise_contexte_ctx .formControls-top div a:hover { text-decoration: none; } #sousform-document_numerise_contexte_ctx .formControls-top input.checkbox_select_all_none { vertical-align: middle } #sousform-document_numerise_contexte_ctx .formControls-top div #telecharger_dossier_final { float: right; clear: right; } #sousform-document_numerise { .tab-listing-container .tab-data .col-0, .tab-data .icons { display: flex; align-items: center; justify-content: flex-start; width: auto; height: 100%; a, .om-icon { /* height: 20px; margin-top: 2.5px; */ &.preview-16 { display: inline-block; height: 20px; padding-left: 10px; } } } } .tab-tab tbody tr.dossier_final_piece_recommandee { background-color: #FFF56B; } .legend_dossier_final { margin-top: 20px; font-weight: bold; background-color: #FFF56B; } input.checkbox_select_all_groupe_none { margin-left: 0.3em; }