merge meade

This commit is contained in:
Eudes Inácio
2021-10-21 16:42:43 +01:00
32 changed files with 136 additions and 34 deletions
+2 -3
View File
@@ -541,9 +541,8 @@ $app-theme: mat-light-theme(
margin: 0 auto !important;
}
.btn-cancel:hover,
.btn-delete:hover {
background-color: #42b9fe;
.btn-cancel:hover, .btn-delete:hover{
background-color: var(--button-hover);
color: #ffffff !important;
}