65 lines
1.5 KiB
CSS
65 lines
1.5 KiB
CSS
|
|
.errored {
|
|
animation: shake 300ms;
|
|
color: #eb3434 !important;
|
|
background-color: #fef2f2 !important;
|
|
border: 1px solid #eb3434 !important;
|
|
border-radius: 7px;
|
|
}
|
|
|
|
/* Start Select2 */
|
|
.select2.select2-container .select2-selection {
|
|
display: flex !important;
|
|
/*height: 0 !important;*/
|
|
padding: 0px;
|
|
}
|
|
|
|
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
|
|
margin: 0;
|
|
}
|
|
|
|
.select2-container--default .select2-search--inline .select2-search__field {
|
|
line-height: 32px;
|
|
padding: 0 0;
|
|
font-family: 'IRANYekanX';
|
|
}
|
|
/*.select2.select2-container .select2-selection--multiple {
|
|
height: 0;
|
|
}
|
|
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
|
|
margin: 0;
|
|
}
|
|
|
|
.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
|
|
height: 0;
|
|
}
|
|
|
|
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
|
|
line-height: 0;
|
|
}
|
|
|
|
.select2.select2-container .select2-selection--multiple .select2-selection__choice {
|
|
margin: 0 4px 0 0;
|
|
}
|
|
|
|
.select2.select2-container .select2-selection {
|
|
padding: 4px 0;
|
|
}
|
|
|
|
*/
|
|
/* End Select2 */
|
|
|
|
.validTime {
|
|
color: #4d7c0f !important;
|
|
}
|
|
|
|
.invalidTime {
|
|
color: #b91c1c !important;
|
|
}
|
|
|
|
.form-check, .form-switch {
|
|
overflow: hidden;
|
|
padding-right: 0;
|
|
border-radius: 10px;
|
|
}
|