mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user