CTLE-421: fixed a warning

This commit is contained in:
Tim Chamberlain
2023-05-02 10:16:14 -05:00
parent 3a53f00192
commit 835a7d30fd
6 changed files with 134 additions and 18 deletions

View File

@ -385,4 +385,10 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
.dashboardDropdownMenu #timeframe-form label
{
font-size: 0.875rem;
}
}
.MuiGrid-root > .MuiBox-root > .material-icons-round,
.MuiBox-root > .MuiBox-root > .material-icons-round
{
font-size: 2rem !important;
}