save theme 1 for doneIt

This commit is contained in:
Peter Maquiran
2022-10-18 14:51:24 +01:00
parent fa05871de5
commit 46296f5f3e
93 changed files with 520 additions and 92 deletions
+21 -16
View File
@@ -815,29 +815,34 @@ body {
}
// blue
.default {
.default, .doneIt {
--a: #FFFFFF;
--b: #F0F4FF;
--c: #4E67EB;
--d: #291D89;
//
--login-label-text: #fff;
--chat-alert-msg-color: #fef4c5;
--chat-incoming-msg-color: #e4f4fe;
--ion-color-primary: #3880ff;
--ion-color-secondary: #e4e8eb75;
--login-background: linear-gradient(180deg, #42b9fe 0%, #0782c9 100%) !important;
--button-hover: #42b9fe;
--inicio-open-page-from-box: #42b9fe;
--login-background: linear-gradient(180deg, #291D89 0%, #0782c9 100%) !important;
--button-hover: #291D89;
--inicio-open-page-from-box: #291D89;
--button-color: #e0e9ee;
--button-text-color: #061b52;
--header-tab-top-border: white;
--header-tab-text-white: white;
--mat-selected: #87cefa;
--mat-selected: #291D89;
--mat-selected-hover: rgb(216 240 255);
--mat-calendar-body-selected: #42b9fe ;
--mat-calendar-body-selected: #291D89 ;
--monthview-selected: lightskyblue;
--PinDots: #44b5ea;
--PinTextColor: #44b5ea;
--PinDots: #291D89;
--PinTextColor: #291D89;
--PinCircleBackground: url(/assets/background/auth.svg);
--PinBackground: white !important;
--Event-approve-header-color: #42b9fe;
--Event-approve-header-color: #291D89;
--header-container-background: linear-gradient(
@@ -883,26 +888,26 @@ body {
var(--color4) 78.13%,
var(--color5) 100%
) !important;
--font-awesome: #42b9fe;
--font-awesome-1: #42b9fe;
--font-awesome: #291D89;
--font-awesome-1: #291D89;
--color: #0782c9;
--color2: #45baff;
--color3: #0782c9;
--color4: #0782c9f0;
--color5: #45baff;
--title-text-color: #0d89d1;
--title-text-color: #243a5e;
--subtitle-text-color: #000;
--label-bg-color: #ffb703;
--label-bg-color: #4E67EB;
--gabinete-title-container: #ecf8ff;
--gabinete-main-container: #ecf8ff;
--gabinete-active-hove-background: #42b9fe;
--gabinete-active-hove-box-border: 1px solid #42b9fe;
--gabinete-active-hove-background: #291D89;
--gabinete-active-hove-box-border: 1px solid #291D89;
--box-hover-background-color: #e6f6ff75;
--box-hover-background-border-color: 1px solid #42b9fe;
--box-hover-background-border-color: 1px solid #291D89;
--profile-text-color: #ffffff;