This commit is contained in:
Peter Maquiran
2021-10-27 14:42:10 +01:00
parent 7882f76d54
commit 934c998cde
25 changed files with 116 additions and 62 deletions
+5
View File
@@ -521,6 +521,11 @@ $app-theme: mat-light-theme(
color: var(--button-text-color);
}
.btn-ok:hover {
background-color: var(--button-hover);
color: var(--button-text-color);
}
.btn-delete {
display: block;
width: 170px !important;