gamuMail/css/gamumail.css
tofulm ffc6d5d849 feat: selecteur : pour / cc / cci / repondre_a => on utilise maintenant
select2 ce qui permet de gérer une fichier pour l'autocomplete
2025-04-08 17:54:53 +02:00

115 lines
1.5 KiB
CSS

.select2-selection__choice__remove {
color: red!important;
font-weight: bold!important;
}
.select2-selection__choice {
font-size: 1.5rem;
}
.select2-container--default .select2-results > .select2-results__options {
max-height: initial;
}
/* les styles de gamumails */
.formulaire_gamumail {
padding-top: 0;
}
.formulaire_gamumail .editer {
padding-top: 0;
}
.editer_pour {
display: flex;
}
.editer_pour label {
width: 50px;
}
.editer_envoi_separe {
display: flex;
}
.editer_cc {
display: flex;
}
.editer_cc label {
width: 50px;
}
.editer_cci {
display: flex;
}
.editer_cci label {
width: 50px;
}
.editer_repondre_a {
display: flex;
}
.editer_repondre_a label {
width: 120px;
}
.reponse_formulaire {
padding: 1rem;
margin-bottom: 2rem;
font-weight: bold;
}
.reponse_formulaire_erreur,
.editer .erreur_message {
background-color: #f7d1d1;
border: solid 2px #f00;
display: block;
}
.reponse_formulaire_ok {
background-color: #c4ecd6;
border: solid 2px #080;
}
.remplacements_slugs {
margin-top: 3rem;
}
.formulaire_gamumail .boutons {
margin-top: 3rem;
}
.formulaire_gamumail .btn {
font-size: 3rem;
}
.gestion_documents {
display:flex;
flex-direction:column;
gap: 20px;
}
.gestion_documents .colonne_droite {
border-bottom: 1px solid #CECECE;
margin-bottom: 20px;
}
.colonne_droite .dropfile{
display: flex;
gap: 5px;
align-items: center;
}
@media (min-width: 780px) {
.gestion_documents {
flex-direction: row;
}
.colonne_gauche {
width: 50%;
}
.colonne_droite {
width: 50%;
order: 2;
}
}