mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
pull of peter chnages on profiel colors
This commit is contained in:
+17
-10
@@ -579,14 +579,6 @@ $app-theme: mat-light-theme(
|
||||
.btn-no-color {
|
||||
background-color: #fff;
|
||||
}
|
||||
.bg-blue {
|
||||
//--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;
|
||||
margin-left: 15px;
|
||||
@@ -655,7 +647,15 @@ body {
|
||||
--box-hover-background-color: #e4e8eb75 !important;
|
||||
--box-hover-background-border-color: 1px solid #ff4040 !important;
|
||||
|
||||
--profile-title-color: #000;
|
||||
.bg-blue {
|
||||
--background: #ffffff;
|
||||
background: #ffffff;
|
||||
--background-color: #ffffff;
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
--color: #000000;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.default {
|
||||
@@ -728,7 +728,14 @@ body {
|
||||
--box-hover-background-color: #e6f6ff75;
|
||||
--box-hover-background-border-color: 1px solid #42b9fe;
|
||||
|
||||
--profile-text-color: #ecf8ff;
|
||||
.bg-blue {
|
||||
--background: #0782c9;
|
||||
background: #0782c9;
|
||||
--background-color: #0782c9;
|
||||
background-color: #0782c9;
|
||||
color: #ffffff;
|
||||
--color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
.font-awesome {
|
||||
|
||||
Reference in New Issue
Block a user