mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 12:33:40 +00:00
* make category link generic * fix ai category display and svg icons * fix markdown display and ansi module; cleanup * convert tailwindcss to scss in marketplace menu component * convert tailwindcss to scss in marketplace categories component * convert tailwindcss to scss in marketplace item component * update launch icon to taiga icon * convert tailwindcss to scss in marketplace search component + cleanup * convert tailwindcss to scss in marketplace release notes component + cleanup * convert tailwindcss to scss in marketplace about component + cleanup * convert tailwindcss to scss in marketplace additional component * convert tailwindcss to scss in marketplace dependencies component + misc style fixes * convert tailwindcss to scss in marketplace hero component + misc style fixes * convert tailwindcss to scss in marketplace screenshots component * convert tailwindcss to scss in portal marketplace components * remove the rest of tailwindscss and fix reset styles * bump shared and marketplace package versions * misc style + build fixes * sync package lock * fix markdown + cleanup * fix markdown margins and git hash size * fix mobile zindex for hero and mobile changing categories routing link
135 lines
4.2 KiB
SCSS
135 lines
4.2 KiB
SCSS
// Ionic Variables and Theming. For more info, please see:
|
|
// http://ionicframework.com/docs/theming/
|
|
|
|
/** Ionic CSS Variables **/
|
|
:root {
|
|
--ion-color-primary: #0075e1;
|
|
--ion-color-primary-rgb: 66, 140, 255;
|
|
--ion-color-primary-contrast: #ffffff;
|
|
--ion-color-primary-contrast-rgb: 255, 255, 255;
|
|
--ion-color-primary-shade: #3a7be0;
|
|
--ion-color-primary-tint: #5598ff;
|
|
|
|
--ion-color-secondary: #50c8ff;
|
|
--ion-color-secondary-rgb: 80, 200, 255;
|
|
--ion-color-secondary-contrast: #ffffff;
|
|
--ion-color-secondary-contrast-rgb: 255, 255, 255;
|
|
--ion-color-secondary-shade: #46b0e0;
|
|
--ion-color-secondary-tint: #62ceff;
|
|
|
|
--ion-color-tertiary: #6a64ff;
|
|
--ion-color-tertiary-rgb: 106, 100, 255;
|
|
--ion-color-tertiary-contrast: #ffffff;
|
|
--ion-color-tertiary-contrast-rgb: 255, 255, 255;
|
|
--ion-color-tertiary-shade: #5d58e0;
|
|
--ion-color-tertiary-tint: #7974ff;
|
|
|
|
--ion-color-success: #2fdf75;
|
|
--ion-color-success-rgb: 47, 223, 117;
|
|
--ion-color-success-contrast: #000000;
|
|
--ion-color-success-contrast-rgb: 0, 0, 0;
|
|
--ion-color-success-shade: #29c467;
|
|
--ion-color-success-tint: #44e283;
|
|
|
|
--ion-color-warning: #ffd534;
|
|
--ion-color-warning-rgb: 255, 213, 52;
|
|
--ion-color-warning-contrast: #000000;
|
|
--ion-color-warning-contrast-rgb: 0, 0, 0;
|
|
--ion-color-warning-shade: #e0bb2e;
|
|
--ion-color-warning-tint: #ffd948;
|
|
|
|
--ion-color-danger: #ff4961;
|
|
--ion-color-danger-rgb: 255, 73, 97;
|
|
--ion-color-danger-contrast: #ffffff;
|
|
--ion-color-danger-contrast-rgb: 255, 255, 255;
|
|
--ion-color-danger-shade: #e04055;
|
|
--ion-color-danger-tint: #ff5b71;
|
|
|
|
--ion-color-light: #181818;
|
|
--ion-color-light-rgb: 24, 24, 24;
|
|
--ion-color-light-contrast: #ffffff;
|
|
--ion-color-light-contrast-rgb: 255, 255, 255;
|
|
--ion-color-light-shade: #000000;
|
|
--ion-color-light-tint: #000000;
|
|
|
|
--ion-color-medium: #222428;
|
|
--ion-color-medium-rgb: 34, 36, 40;
|
|
--ion-color-medium-contrast: #ffffff;
|
|
--ion-color-medium-contrast-rgb: 255, 255, 255;
|
|
--ion-color-medium-shade: #1e2023;
|
|
--ion-color-medium-tint: #383a3e;
|
|
|
|
--ion-color-dark: #e0e0e0;
|
|
--ion-color-dark-rgb: 224, 224, 224;
|
|
--ion-color-dark-contrast: #000000;
|
|
--ion-color-dark-contrast-rgb: 0, 0, 0;
|
|
--ion-color-dark-shade: #bfbfbf;
|
|
--ion-color-dark-tint: #d8d8d8;
|
|
|
|
--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;
|
|
|
|
--alt-red: #ff4961;
|
|
--alt-orange: #f89248;
|
|
--alt-yellow: #e5d53e;
|
|
--alt-green: #3dcf6f;
|
|
--alt-blue: #00a8a8;
|
|
--alt-purple: #9747ff;
|
|
|
|
--portal-header-height: 56px;
|
|
|
|
// @TODO rename when make style lib
|
|
--tw-color-black: 0 0 0;
|
|
--tw-color-white: 255 255 255;
|
|
--tw-color-slate-50: 248 250 252;
|
|
--tw-color-slate-100: 241 245 249;
|
|
--tw-color-slate-200: 226 232 240;
|
|
--tw-color-slate-300: 203 213 225;
|
|
--tw-color-slate-400: 148 163 184;
|
|
--tw-color-slate-500: 100 116 139;
|
|
--tw-color-slate-600: 71 85 105;
|
|
--tw-color-slate-700: 51 65 85;
|
|
--tw-color-slate-800: 30 41 59;
|
|
--tw-color-slate-900: 15 23 42;
|
|
--tw-color-slate-950: 2 6 23;
|
|
--tw-color-gray-50: 249 250 251;
|
|
--tw-color-gray-100: 243 244 246;
|
|
--tw-color-gray-200: 229 231 235;
|
|
--tw-color-gray-300: 209 213 219;
|
|
--tw-color-gray-400: 156 163 175;
|
|
--tw-color-gray-500: 107 114 128;
|
|
--tw-color-gray-600: 75 85 99;
|
|
--tw-color-gray-700: 55 65 81;
|
|
--tw-color-gray-800: 31 41 55;
|
|
--tw-color-gray-900: 17 24 39;
|
|
--tw-color-gray-950: 3 7 18;
|
|
--tw-color-zinc-50: 250 250 250;
|
|
--tw-color-zinc-100: 244 244 245;
|
|
--tw-color-zinc-200: 228 228 231;
|
|
--tw-color-zinc-300: 212 212 216;
|
|
--tw-color-zinc-400: 161 161 170;
|
|
--tw-color-zinc-500: 113 113 122;
|
|
--tw-color-zinc-600: 82 82 91;
|
|
--tw-color-zinc-700: 63 63 70;
|
|
--tw-color-zinc-800: 39 39 42;
|
|
--tw-color-zinc-900: 24 24 27;
|
|
--tw-color-zinc-950: 9 9 11;
|
|
}
|