ok
This commit is contained in:
@@ -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; */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user