initial commit

This commit is contained in:
2026-06-29 14:51:56 +06:00
commit c5c4b7c509
2400 changed files with 725568 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
.select2-container{
width:100% !important;
}
.select2-container--open .select2-dropdown--above{
border-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
border-radius: 0;
}
.select2-container--default .select2-selection--single{
height: 35px;
border-radius: 0;
}
.select2-selection--single .select2-selection__arrow:after{
content: '' !important;
}
.select2-container--open .select2-selection--single .select2-selection__arrow:after{
content: '' !important;
}
.select2-search--dropdown:after{
content: '' !important;
}