Added store breadcrumb

This commit is contained in:
2018-07-14 13:03:31 -04:00
parent dbfbe6547a
commit 1d89da6c5f
5 changed files with 70 additions and 20 deletions

View File

@ -21,6 +21,10 @@ u:hover,
text-decoration: none;
}
.curs-pointer {
cursor: pointer;
}
.dark-hover:hover {
background-color: #f0f0f0;
}
@ -52,14 +56,15 @@ u:hover,
.custom-line {
padding-bottom: 1.5rem !important;
position: relative !important;
margin-top: .75rem !important;
margin-top: 0.75rem !important;
}
.btn-primary {
color: #fff;
background-color: #3c3c3c;
border-color: #5a5e63;
}
.btn-primary:hover, .btn-primary:active {
.btn-primary:hover,
.btn-primary:active {
background-color: #53709f !important;
border-color: #3e557a !important;
}
@ -69,4 +74,4 @@ mat-list-item:hover {
}
mat-form-field#totalCost .mat-form-field-label-wrapper {
text-align: right;
}
}