This commit is contained in:
zadit
2025-01-25 00:17:06 +07:00
parent 469d786d49
commit a1b7d0b844
13 changed files with 542 additions and 226 deletions

View File

@@ -35,7 +35,7 @@
flex-grow: 1;
text-align: center;
padding: 10px;
border-radius: 10px 0 0 0;
/* border-radius: 10px 0 0 0; */
transition: all 0.3s ease-in-out;
font-weight: 600;
}
@@ -44,7 +44,7 @@
flex-grow: 1;
text-align: center;
padding: 10px;
border-radius: 0 10px 0 0;
/* border-radius: 0 10px 0 0; */
transition: all 0.3s ease-in-out;
font-weight: 600;
}
@@ -56,11 +56,11 @@
.dateSelectorInactive {
color: transparent;
border-color: transparent;
/* border-color: transparent; */
}
.chartWrapper {
border: 1px solid rgb(179, 177, 177);
border-radius: 0 0 11px 11px;
/* border: 1px solid rgb(179, 177, 177);
border-radius: 0 0 11px 11px; */
}