recette2
cherif 2025-05-21 20:22:11 +02:00
parent f6ede35e6e
commit 6ea27feca0
5 changed files with 967 additions and 22 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1914,7 +1914,6 @@
align-items: center; align-items: center;
text-align: center; text-align: center;
margin-bottom: 0.5rem !important; margin-bottom: 0.5rem !important;
} }
.separator::before { .separator::before {

View File

@ -496,7 +496,7 @@
} }
.bton_enreg { .bton_enreg {
font-family: DM sans; font-family: DM sans;
border-radius: 5rem; border-radius: 5rem;
font-size: small; font-size: small;
background: #81BC3A !important; background: #81BC3A !important;
@ -1103,7 +1103,7 @@
} }
.bton_enreg { .bton_enreg {
font-family: DM sans; font-family: DM sans;
border-radius: 5rem; border-radius: 5rem;
font-size: small; font-size: small;
background: #81BC3A !important; background: #81BC3A !important;
@ -1552,7 +1552,7 @@
} }
.bton_enreg { .bton_enreg {
font-family: DM sans; font-family: DM sans;
border-radius: 5rem; border-radius: 5rem;
font-size: small; font-size: small;
background: #81BC3A !important; background: #81BC3A !important;
@ -1734,7 +1734,7 @@
text-align: center; text-align: center;
margin-bottom: 0.8rem; margin-bottom: 0.8rem;
color: white; color: white;
cursor: normal; cursor: normal;
font-style: italic; font-style: italic;
background-color: gray; background-color: gray;
font-weight: normal; font-weight: normal;
@ -2150,7 +2150,7 @@
} }
.bton_enreg { .bton_enreg {
font-family: DM sans; font-family: DM sans;
border-radius: 5rem; border-radius: 5rem;
font-size: small; font-size: small;
background: #81BC3A !important; background: #81BC3A !important;
@ -2332,7 +2332,7 @@
text-align: center; text-align: center;
margin-bottom: 0.8rem; margin-bottom: 0.8rem;
color: white; color: white;
cursor: normal; cursor: normal;
font-style: italic; font-style: italic;
background-color: gray; background-color: gray;
font-weight: normal; font-weight: normal;
@ -2429,6 +2429,48 @@
// end media // end media
.separator {
display: flex;
align-items: center;
text-align: center;
margin-bottom: 0.5rem !important;
}
.separator::before {
content: '';
flex: 1;
border-top: 4px double #999;
}
.separator::after {
content: '';
flex: 1;
border-top: 4px double #999;
}
.separator:not(:empty)::before {
margin-right: .35em;
}
.separator:not(:empty)::after {
margin-left: .35em;
}
.separator_label {
width: 10rem;
float: left;
font-family: 'DM Sans';
color: blue;
font-weight: 600;
font-size: 14px;
background: #d5d8dc;
text-align: center;
border: none;
}
.session_caract_Dialog_comment_2_lines { .session_caract_Dialog_comment_2_lines {
width: 100%; width: 100%;