change icon field and handle change value field type number

This commit is contained in:
Ehsan
2024-10-22 01:56:42 +03:30
parent cee4abcfbf
commit ee9fc998dd
7 changed files with 55 additions and 18 deletions
+7 -6
View File
@@ -151,12 +151,13 @@ html {
font-family: kalame;
}
/* .bg-banner-home,
.bg-banner-register {
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
} */
.auto-complete-selector .MuiInputBase-root svg path {
stroke: #525252 !important;
}
.dark .auto-complete-selector .MuiInputBase-root svg path {
stroke: #a1a1a1 !important;
}
.bg-border-t-gradient-sign {
background: linear-gradient(90deg, #e5e5e5 0%, #bababa 48.5%, #e5e5e5 100%);