From 683f7b08ca29238bad61645591bae99115d74702 Mon Sep 17 00:00:00 2001 From: Ehsan Date: Thu, 17 Oct 2024 20:41:27 +0330 Subject: [PATCH] change font-size mui fields --- app/globals.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/app/globals.css b/app/globals.css index 1ef8b52..eb2d4b7 100644 --- a/app/globals.css +++ b/app/globals.css @@ -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% {