mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Add icons
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user