07/09/2023 - 14h
parent
fcc2eaf074
commit
647658c225
File diff suppressed because it is too large
Load Diff
|
@ -1699,6 +1699,20 @@
|
|||
border: solid gainsboro 1px;
|
||||
}
|
||||
|
||||
.disabled_style_Dialog {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
width: 100% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
//border: none !important;
|
||||
border-radius: 5px;
|
||||
background: white;
|
||||
border: solid gainsboro 1px;
|
||||
}
|
||||
|
||||
|
||||
.training_caract {
|
||||
width: 30%;
|
||||
padding: 5px;
|
||||
|
|
Loading…
Reference in New Issue