26 lines
573 B
CSS
26 lines
573 B
CSS
|
|
.errored {
|
|
animation: shake 300ms;
|
|
color: #eb3434 !important;
|
|
background-color: #fef2f2 !important;
|
|
border: 1px solid #eb3434 !important;
|
|
border-radius: 7px;
|
|
}
|
|
|
|
.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';
|
|
}
|
|
|