SPRINT-16: finished parcel dashboard widgets

This commit is contained in:
Tim Chamberlain
2022-11-30 16:51:31 -06:00
parent ef1874f91e
commit 0b4dcddde9
11 changed files with 2490 additions and 2222 deletions

View File

@ -259,3 +259,25 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
{
white-space: pre-wrap;
}
.MuiAutocomplete-input
{
cursor: pointer;
}
.parcelRulesCard
{
font-size: 16px;
}
.parcelRulesCard TD
{
font-size: 14px !important;
vertical-align: top;
}
.parcelRulesCard A
{
color: blue;
font-size: 14px;
}