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

@ -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%;