mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
profile modal color change
This commit is contained in:
@@ -580,12 +580,12 @@ $app-theme: mat-light-theme(
|
||||
background-color: #fff;
|
||||
}
|
||||
.bg-blue {
|
||||
--background: #0782c9;
|
||||
background: #0782c9;
|
||||
--background-color: #0782c9;
|
||||
background-color: #0782c9;
|
||||
color: #ffffff;
|
||||
--color: #ffffff;
|
||||
//--background: var(--color) !important;
|
||||
//background: var(--color) !important;
|
||||
// --background-color: var(--color) !important;
|
||||
//background-color: var(--color) !important;
|
||||
background: var(--color) !important;
|
||||
//--color: #ffffff;
|
||||
}
|
||||
.exp-workflow {
|
||||
float: left;
|
||||
@@ -625,6 +625,7 @@ body {
|
||||
}
|
||||
|
||||
.gov {
|
||||
--ion-color-primary: #d9d9d9;
|
||||
--login-background: linear-gradient(180deg, #c63527 60%, #000 100%) !important;
|
||||
--button-hover: #ffb81c;
|
||||
--inicio-open-page-from-box: #c63527;
|
||||
@@ -653,9 +654,12 @@ body {
|
||||
|
||||
--box-hover-background-color: #e4e8eb75 !important;
|
||||
--box-hover-background-border-color: 1px solid #ff4040 !important;
|
||||
|
||||
--profile-title-color: #000;
|
||||
}
|
||||
|
||||
.default {
|
||||
--ion-color-primary: #3880ff;
|
||||
--login-background: linear-gradient(180deg, #42b9fe 0%, #0782c9 100%) !important;
|
||||
--button-hover: #bfcbd1;
|
||||
--inicio-open-page-from-box: #42b9fe;
|
||||
@@ -723,6 +727,8 @@ body {
|
||||
|
||||
--box-hover-background-color: #e6f6ff75;
|
||||
--box-hover-background-border-color: 1px solid #42b9fe;
|
||||
|
||||
--profile-text-color: #ecf8ff;
|
||||
}
|
||||
|
||||
.font-awesome {
|
||||
|
||||
Reference in New Issue
Block a user