|
@@ -74,6 +74,37 @@ http://ionicframework.com/docs/theming/ */
|
74
|
74
|
--ion-color-light-contrast-rgb: 0, 0, 0;
|
75
|
75
|
--ion-color-light-shade: #d7d8da;
|
76
|
76
|
--ion-color-light-tint: #f5f6f9;
|
|
77
|
+
|
|
78
|
+ /** Color styling for the app **/
|
|
79
|
+
|
|
80
|
+ /* --ion-background-color: #bcf5a7;
|
|
81
|
+ --ion-tab-bar-background:#FFE001;
|
|
82
|
+ --ion-toolbar-color:#000000;
|
|
83
|
+ --ion-tab-bar-color:#ee3c2c;
|
|
84
|
+ --ion-tab-bar-color-selected:#39c6e3;
|
|
85
|
+ --ion-border-color:#000000;
|
|
86
|
+ --ion-toolbar-background:#39c6e3; */
|
|
87
|
+ --ion-background-color:#d6f8df;
|
|
88
|
+--ion-background-color-rgb:rgb(255, 255, 255);
|
|
89
|
+--ion-text-color:#000000;
|
|
90
|
+--ion-text-color-rgb:rgb(0, 0, 0);
|
|
91
|
+--ion-tab-bar-background:#51c16b;
|
|
92
|
+--ion-tab-bar-border-color:#727272;
|
|
93
|
+--ion-tab-bar-color:#defbe3;
|
|
94
|
+--ion-tab-bar-color-selected:#165cf3;
|
|
95
|
+--ion-toolbar-background:#6e99f5;
|
|
96
|
+--ion-toolbar-border-color:#727272;
|
|
97
|
+--ion-toolbar-color:#000000;
|
|
98
|
+--ion-toolbar-segment-color:#ffffff;
|
|
99
|
+--ion-toolbar-segment-color-checked:#ffffff;
|
|
100
|
+--ion-toolbar-segment-background:#ffffff;
|
|
101
|
+--ion-toolbar-segment-background-checked:#ffffff;
|
|
102
|
+--ion-toolbar-segment-indicator-color:#614848;
|
|
103
|
+--ion-item-background:#defbe3;
|
|
104
|
+--ion-item-border-color:#ff9a9a87;
|
|
105
|
+--ion-item-color:#000000;
|
|
106
|
+--ion-placeholder-color:#ffffff;
|
|
107
|
+
|
77
|
108
|
}
|
78
|
109
|
|
79
|
110
|
/*
|