hhh
parent
f6ede35e6e
commit
6ea27feca0
File diff suppressed because it is too large
Load Diff
|
@ -1914,7 +1914,6 @@
|
|||
align-items: center;
|
||||
text-align: center;
|
||||
margin-bottom: 0.5rem !important;
|
||||
|
||||
}
|
||||
|
||||
.separator::before {
|
||||
|
|
|
@ -2429,6 +2429,48 @@
|
|||
|
||||
// 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 {
|
||||
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue