change font-size mui fields
This commit is contained in:
@@ -241,6 +241,27 @@ html {
|
||||
overflow: auto !important;
|
||||
}
|
||||
}
|
||||
.MuiFormControl-root .MuiInputBase-root .MuiInputBase-input {
|
||||
font-size: 10px !important ;
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
.MuiFormControl-root .MuiInputBase-root .MuiInputBase-input {
|
||||
font-size: 12px !important ;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.MuiFormControl-root .MuiInputBase-root .MuiInputBase-input {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
.MuiFormControl-root .MuiInputBase-root .MuiInputBase-input {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes openx {
|
||||
0% {
|
||||
|
||||
Reference in New Issue
Block a user