profile modal color change

This commit is contained in:
Eudes Inácio
2021-10-25 13:33:54 +01:00
parent 52852127d4
commit 8dcebae99c
2 changed files with 17 additions and 6 deletions
+5
View File
@@ -25,6 +25,8 @@
} }
.profile-content{ .profile-content{
padding: 20px 20px; padding: 20px 20px;
//color: var(--profile-text-color) !important;
} }
.icon{ .icon{
@@ -35,12 +37,15 @@
font-weight: 300; font-weight: 300;
font-size: 20px !important; font-size: 20px !important;
margin-bottom: 40px !important; margin-bottom: 40px !important;
color: var(--profile-text-color) !important;
} }
.line{ .line{
width: 100% !important; width: 100% !important;
margin-top: 15px; margin-top: 15px;
border-top: 1px solid #d8d8d8; border-top: 1px solid #d8d8d8;
color: var(--profile-title-color-RoleDescription) !important;
} }
.btn-delete{ .btn-delete{
+12 -6
View File
@@ -580,12 +580,12 @@ $app-theme: mat-light-theme(
background-color: #fff; background-color: #fff;
} }
.bg-blue { .bg-blue {
--background: #0782c9; //--background: var(--color) !important;
background: #0782c9; //background: var(--color) !important;
--background-color: #0782c9; // --background-color: var(--color) !important;
background-color: #0782c9; //background-color: var(--color) !important;
color: #ffffff; background: var(--color) !important;
--color: #ffffff; //--color: #ffffff;
} }
.exp-workflow { .exp-workflow {
float: left; float: left;
@@ -625,6 +625,7 @@ body {
} }
.gov { .gov {
--ion-color-primary: #d9d9d9;
--login-background: linear-gradient(180deg, #c63527 60%, #000 100%) !important; --login-background: linear-gradient(180deg, #c63527 60%, #000 100%) !important;
--button-hover: #ffb81c; --button-hover: #ffb81c;
--inicio-open-page-from-box: #c63527; --inicio-open-page-from-box: #c63527;
@@ -653,9 +654,12 @@ body {
--box-hover-background-color: #e4e8eb75 !important; --box-hover-background-color: #e4e8eb75 !important;
--box-hover-background-border-color: 1px solid #ff4040 !important; --box-hover-background-border-color: 1px solid #ff4040 !important;
--profile-title-color: #000;
} }
.default { .default {
--ion-color-primary: #3880ff;
--login-background: linear-gradient(180deg, #42b9fe 0%, #0782c9 100%) !important; --login-background: linear-gradient(180deg, #42b9fe 0%, #0782c9 100%) !important;
--button-hover: #bfcbd1; --button-hover: #bfcbd1;
--inicio-open-page-from-box: #42b9fe; --inicio-open-page-from-box: #42b9fe;
@@ -723,6 +727,8 @@ body {
--box-hover-background-color: #e6f6ff75; --box-hover-background-color: #e6f6ff75;
--box-hover-background-border-color: 1px solid #42b9fe; --box-hover-background-border-color: 1px solid #42b9fe;
--profile-text-color: #ecf8ff;
} }
.font-awesome { .font-awesome {