Add icons

This commit is contained in:
Peter Maquiran
2021-10-26 17:22:21 +01:00
parent c0895b1d15
commit 0d48bc322e
36 changed files with 387 additions and 40 deletions
+5 -3
View File
@@ -508,7 +508,7 @@ $app-theme: mat-light-theme(
margin: 0 auto;
padding: 0 !important;
border-radius: 22.5px;
background-color: #42b9fe;
background-color: var(--button-color);
color: #ffffff !important;
}
.btn-ok {
@@ -517,8 +517,8 @@ $app-theme: mat-light-theme(
margin: 0 auto !important;
padding: 0 !important;
border-radius: 22.5px;
background-color: #42b9fe;
color: #ffffff !important;
background-color: var(--button-color);
color: var(--button-text-color);
}
.btn-delete {
@@ -623,6 +623,7 @@ body {
--login-background: linear-gradient(180deg, #c63527 60%, #000 100%) !important;
--button-hover: #c63527;
--button-color: #ffb81c;
--button-text-color: #000;
--inicio-open-page-from-box: #c63527;
--header-tab-top-border: #000;
@@ -669,6 +670,7 @@ body {
--button-hover: #42b9fe;
--inicio-open-page-from-box: #42b9fe;
--button-color: #e0e9ee;
--button-text-color: #white;
--header-tab-top-border: white;
--header-tab-text-white: white;
--header-container-background: linear-gradient(