forked from EVOgeek/Vmeda.Online
134 lines
3.6 KiB
SCSS
134 lines
3.6 KiB
SCSS
// Ionic Variables and Theming. For more info, please see:
|
|
// http://ionicframework.com/docs/theming/
|
|
|
|
/** Ionic CSS Variables **/
|
|
:root {
|
|
--ion-color-primary: var(--bma-core-color, #f98012);
|
|
--ion-color-primary-rgb: 249,128,18;
|
|
--ion-color-primary-contrast: #ffffff;
|
|
--ion-color-primary-contrast-rgb: 255,255,255;
|
|
--ion-color-primary-shade: #db7110;
|
|
--ion-color-primary-tint: #fa8d2a;
|
|
|
|
--ion-color-secondary: #0064d2;
|
|
--ion-color-secondary-rgb: 0,100,210;
|
|
--ion-color-secondary-contrast: #ffffff;
|
|
--ion-color-secondary-contrast-rgb: 255,255,255;
|
|
--ion-color-secondary-shade: #0058b9;
|
|
--ion-color-secondary-tint: #1a74d7;
|
|
|
|
--ion-color-tertiary: #007982;
|
|
--ion-color-tertiary-rgb: 0,121,130;
|
|
--ion-color-tertiary-contrast: #ffffff;
|
|
--ion-color-tertiary-contrast-rgb: 255,255,255;
|
|
--ion-color-tertiary-shade: #006a72;
|
|
--ion-color-tertiary-tint: #1a868f;
|
|
|
|
--ion-color-success: #5e8100;
|
|
--ion-color-success-rgb: 94,129,0;
|
|
--ion-color-success-contrast: #ffffff;
|
|
--ion-color-success-contrast-rgb: 255,255,255;
|
|
--ion-color-success-shade: #537200;
|
|
--ion-color-success-tint: #6e8e1a;
|
|
|
|
--ion-color-warning: #fbad1a;
|
|
--ion-color-warning-rgb: 251,173,26;
|
|
--ion-color-warning-contrast: #000000;
|
|
--ion-color-warning-contrast-rgb: 0,0,0;
|
|
--ion-color-warning-shade: #dd9817;
|
|
--ion-color-warning-tint: #fbb531;
|
|
|
|
--ion-color-danger: #cb3d4d;
|
|
--ion-color-danger-rgb: 203,61,77;
|
|
--ion-color-danger-contrast: #ffffff;
|
|
--ion-color-danger-contrast-rgb: 255,255,255;
|
|
--ion-color-danger-shade: #b33644;
|
|
--ion-color-danger-tint: #d0505f;
|
|
|
|
--ion-color-dark: #3a3a3a;
|
|
--ion-color-dark-rgb: 58,58,58;
|
|
--ion-color-dark-contrast: #ffffff;
|
|
--ion-color-dark-contrast-rgb: 255,255,255;
|
|
--ion-color-dark-shade: #333333;
|
|
--ion-color-dark-tint: #4e4e4e;
|
|
|
|
--ion-color-medium: #9e9e9e;
|
|
--ion-color-medium-rgb: 158,158,158;
|
|
--ion-color-medium-contrast: #000000;
|
|
--ion-color-medium-contrast-rgb: 0,0,0;
|
|
--ion-color-medium-shade: #8b8b8b;
|
|
--ion-color-medium-tint: #a8a8a8;
|
|
|
|
--ion-color-light: #f5f5f5;
|
|
--ion-color-light-rgb: 245,245,245;
|
|
--ion-color-light-contrast: #000000;
|
|
--ion-color-light-contrast-rgb: 0,0,0;
|
|
--ion-color-light-shade: #d8d8d8;
|
|
--ion-color-light-tint: #f6f6f6;
|
|
|
|
ion-content {
|
|
--background: #e9e9e9;
|
|
}
|
|
|
|
--ion-background-color-rgb: 233,233,233;
|
|
|
|
--ion-text-color: #3a3a3a;
|
|
--ion-text-color-rgb: 58,58,58;
|
|
|
|
ion-tab-bar {
|
|
--background: #626262;
|
|
--color: #ffffff;
|
|
}
|
|
|
|
|
|
ion-toolbar {
|
|
--color: var(--ion-color-primary-contrast);
|
|
--background: var(--ion-color-primary);
|
|
}
|
|
}
|
|
|
|
/*
|
|
* Dark Theme
|
|
* -------------------------------------------
|
|
*/
|
|
:root body.dark {
|
|
--ion-background-color: #3a3a3a;
|
|
--ion-background-color-rgb: 18,18,18;
|
|
|
|
--ion-text-color: #ffffff;
|
|
--ion-text-color-rgb: 255,255,255;
|
|
|
|
--ion-border-color: #3f3f3f;
|
|
|
|
--ion-color-step-50: #1e1e1e;
|
|
--ion-color-step-100: #2a2a2a;
|
|
--ion-color-step-150: #363636;
|
|
--ion-color-step-200: #414141;
|
|
--ion-color-step-250: #4d4d4d;
|
|
--ion-color-step-300: #595959;
|
|
--ion-color-step-350: #656565;
|
|
--ion-color-step-400: #717171;
|
|
--ion-color-step-450: #7d7d7d;
|
|
--ion-color-step-500: #898989;
|
|
--ion-color-step-550: #949494;
|
|
--ion-color-step-600: #a0a0a0;
|
|
--ion-color-step-650: #acacac;
|
|
--ion-color-step-700: #b8b8b8;
|
|
--ion-color-step-750: #c4c4c4;
|
|
--ion-color-step-800: #d0d0d0;
|
|
--ion-color-step-850: #dbdbdb;
|
|
--ion-color-step-900: #e7e7e7;
|
|
--ion-color-step-950: #f3f3f3;
|
|
|
|
--ion-tab-bar-background: #1f1f1f;
|
|
|
|
|
|
--ion-item-background: #1e1e1e;
|
|
|
|
--ion-card-background: #1c1c1d;
|
|
|
|
ion-content {
|
|
--background: var(--ion-background-color);
|
|
}
|
|
}
|