responsive elements & design dark mode page turns

This commit is contained in:
Ehsan
2024-10-02 15:15:58 +03:30
parent a98ce35b33
commit 3a4159e5b6
7 changed files with 33 additions and 15 deletions
+17
View File
@@ -235,6 +235,13 @@ html {
font-weight: 700;
}
@media (min-width: 768px) {
.MuiModal-root .MuiBox-root {
max-height: calc(100vh - 48px) !important;
overflow: auto !important;
}
}
@keyframes openx {
0% {
width: 0;
@@ -668,6 +675,12 @@ html {
width: 300px !important;
}
@media (max-width: 768px) {
.panel-jalaali {
width: 300px !important;
}
}
.day-label-bar,
.panel-header-inner,
.days-body {
@@ -723,3 +736,7 @@ html {
font-weight: 400 !important;
color: #a1a1a1 !important;
}
.dark .field-date-picker svg path {
fill: #a1a1a1;
}