formula manager touched up a little

This commit is contained in:
Andre Mourinho
2018-07-12 20:05:56 -04:00
parent f1fa2714db
commit c110e972e4
3 changed files with 30 additions and 12 deletions

View File

@ -53,4 +53,16 @@ u:hover,
padding-bottom: 1.5rem !important;
position: relative !important;
margin-top: .75rem !important;
}
.btn-primary {
color: #fff;
background-color: #3c3c3c;
border-color: #5a5e63;
}
mat-list-item:hover {
background-color: #ececec;
cursor: pointer;
}
mat-form-field#totalCost .mat-form-field-label-wrapper {
text-align: right;
}