updated to show error if widgets dont load correctly, tried to make 'big icons' more specific and an 'opt in'

This commit is contained in:
Tim Chamberlain
2023-05-18 15:51:46 -05:00
parent 6df245ca99
commit ecbd8ed9f6
4 changed files with 51 additions and 27 deletions

View File

@ -386,16 +386,15 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
font-size: 0.875rem;
}
.MuiGrid-root > .MuiBox-root > .material-icons-round,
.MuiBox-root > .MuiBox-root > .material-icons-round
.big-icon .material-icons-round
{
font-size: 2rem !important;
}
.dashboard-schedule-icon
{
font-size: 1rem !important;
font-size: 1.1rem !important;
position: relative;
top: -13px;
margin-right: 3px;
top: -5px;
margin-right: 8px;
}