fix responsive design
This commit is contained in:
+15
-27
@@ -235,32 +235,8 @@ html {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.MuiModal-root .MuiBox-root {
|
||||
max-height: calc(100vh - 48px) !important;
|
||||
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;
|
||||
}
|
||||
font-size: 12px !important ;
|
||||
}
|
||||
|
||||
@keyframes openx {
|
||||
@@ -395,6 +371,15 @@ html {
|
||||
padding-left: 80px;
|
||||
padding-right: 80px;
|
||||
}
|
||||
|
||||
.MuiFormControl-root .MuiInputBase-root .MuiInputBase-input {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.MuiModal-root .MuiBox-root {
|
||||
max-height: calc(100vh - 48px) !important;
|
||||
overflow: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
@@ -402,6 +387,10 @@ html {
|
||||
padding-left: 108px;
|
||||
padding-right: 108px;
|
||||
}
|
||||
|
||||
.MuiFormControl-root .MuiInputBase-root .MuiInputBase-input {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Date Picker Style */
|
||||
@@ -458,11 +447,10 @@ html {
|
||||
}
|
||||
|
||||
.panel-jalaali * {
|
||||
transition-duration: 0.2s !important;
|
||||
transition: 0.1s ease !important;
|
||||
}
|
||||
|
||||
.panel-date-holder-item span {
|
||||
/* font-family: Iran Sans !important; */
|
||||
font-size: 18px !important;
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user