chore: Remove older UI (#11720)
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
// Taken from thoughtbot/bourbon library timing functions
|
||||
|
||||
:root {
|
||||
--ease-in-cubic: cubic-bezier(0.17, 0.67, 0.83, 0.67);
|
||||
--ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
|
||||
--ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
|
||||
--ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
|
||||
|
||||
--ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
:root {
|
||||
--border-radius-small: 0.1875rem;
|
||||
--border-radius-normal: 0.3125rem;
|
||||
--border-radius-medium: 0.4375rem;
|
||||
--border-radius-large: 0.5625rem;
|
||||
--border-radius-full: 6.25rem;
|
||||
--border-radius-rounded: 50%;
|
||||
}
|
||||
@@ -1,109 +0,0 @@
|
||||
:root {
|
||||
--white: #fff;
|
||||
--white-transparent: rgba(255, 255, 255, 0.9);
|
||||
--black-transparent: rgba(0, 0, 0, 0.9);
|
||||
|
||||
--w-25: #F5FAFF;
|
||||
--w-50: #EBF5FF;
|
||||
--w-75: #D6EBFF;
|
||||
--w-100: #C2E1FF;
|
||||
--w-200: #99CEFF;
|
||||
--w-300: #70BAFF;
|
||||
--w-400: #47A6FF;
|
||||
--w-500: #1F93FF;
|
||||
--w-600: #1976CC;
|
||||
--w-700: #135899;
|
||||
--w-800: #0C3B66;
|
||||
--w-900: #061D33;
|
||||
|
||||
--g-50: #E6F8E6;
|
||||
--g-100: #C4EEC2;
|
||||
--g-200: #9DE29A;
|
||||
--g-300: #6FD86F;
|
||||
--g-400: #44CE4B;
|
||||
--g-500: #00C41D;
|
||||
--g-600: #00B412;
|
||||
--g-700: #00A200;
|
||||
--g-800: #009000;
|
||||
--g-900: #007000;
|
||||
|
||||
--y-50: #FEFDE8;
|
||||
--y-100: #FDFCC4;
|
||||
--y-200: #FCF68C;
|
||||
--y-300: #F9E736;
|
||||
--y-400: #F6D819;
|
||||
--y-500: #E6C00C;
|
||||
--y-600: #C69608;
|
||||
--y-700: #9E6b0A;
|
||||
--y-800: #835510;
|
||||
--y-900: #6F4514;
|
||||
|
||||
--s-25: #F8FAFC;
|
||||
--s-50: #F1F5F8;
|
||||
--s-75: #EBF0F5;
|
||||
--s-100: #E4EBF1;
|
||||
--s-200: #C9D7E3;
|
||||
--s-300: #AEC3D5;
|
||||
--s-400: #93AFC8;
|
||||
--s-500: #779BBB;
|
||||
--s-600: #446888;
|
||||
--s-700: #37546D;
|
||||
--s-800: #293F51;
|
||||
--s-900: #1B2836;
|
||||
|
||||
--b-50: #F7F7F7;
|
||||
--b-100: #ECECED;
|
||||
--b-200: #DDDDE0;
|
||||
--b-300: #C6C7CA;
|
||||
--b-400: #ABACAF;
|
||||
--b-500: #96979C;
|
||||
--b-600: #6E6F73;
|
||||
--b-700: #5A5B5F;
|
||||
--b-800: #3C3D40;
|
||||
--b-900: #1B1C1F;
|
||||
|
||||
--r-50: #FFEBEE;
|
||||
--r-100: #FFCCD1;
|
||||
--r-200: #F69898;
|
||||
--r-300: #EF6F6F;
|
||||
--r-400: #F94B4A;
|
||||
--r-500: #FF382D;
|
||||
--r-600: #F02B2D;
|
||||
--r-700: #DE1E27;
|
||||
--r-800: #D11320;
|
||||
--r-900: #C30011;
|
||||
|
||||
--v-50: #FFFFFF;
|
||||
--v-100: #F5EBFF;
|
||||
--v-200: #DDB8FF;
|
||||
--v-300: #C585FF;
|
||||
--v-400: #AC52FF;
|
||||
--v-500: #941FFF;
|
||||
--v-600: #7B00EB;
|
||||
--v-700: #6000B8;
|
||||
--v-800: #450085;
|
||||
--v-900: #2B0052;
|
||||
|
||||
// Common color aliases
|
||||
--color-woot: var(--w-500);
|
||||
|
||||
--color-heading: #1f2d3d;
|
||||
--color-body: #3c4858;
|
||||
|
||||
--color-border: var(--s-75);
|
||||
--color-border-light: var(--s-50);
|
||||
--color-border-dark: var(--s-100);
|
||||
|
||||
--color-background: var(--s-50);
|
||||
--color-background-light: var(--s-25);
|
||||
|
||||
// Social and inboxes brand colors
|
||||
--color-facebook-brand: #3b5998;
|
||||
--color-twitter-brand: #1da1f2;
|
||||
--color-whatsapp-brand: #25d366;
|
||||
--color-sms-twilio: #f42f46;
|
||||
--color-cloud-generic: #18b7b0;
|
||||
|
||||
// Tech-debt
|
||||
--color-medium-gray: #8492a6;
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
:root {
|
||||
--font-size-nano: 0.5rem;
|
||||
--font-size-micro: 0.625rem;
|
||||
--font-size-mini: 0.75rem;
|
||||
--font-size-small: 0.875rem;
|
||||
--font-size-default: 1rem;
|
||||
--font-size-medium: 1.125rem;
|
||||
--font-size-two: 1.25rem;
|
||||
--font-size-large: 1.375rem;
|
||||
--font-size-big: 1.5rem;
|
||||
--font-size-bigger: 1.875rem;
|
||||
--font-size-mega: 2.125rem;
|
||||
--font-size-giga: 2.5rem;
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
:root {
|
||||
--font-weight-feather: 100;
|
||||
--font-weight-light: 300;
|
||||
--font-weight-normal: 400;
|
||||
--font-weight-medium: 500;
|
||||
--font-weight-bold: 600;
|
||||
--font-weight-black: 700;
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
:root {
|
||||
--shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
|
||||
0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
||||
--shadow-small: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
||||
--shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
|
||||
0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
||||
--shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
|
||||
0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
||||
--shadow-larger: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
|
||||
0 10px 10px -5px rgba(0, 0, 0, 0.04);
|
||||
--shadow-dropdown-pane:
|
||||
0 0.5rem 1rem rgb(50 50 93 / 8%),
|
||||
0 0.25rem 0.75rem rgb(0 0 0 / 7%);
|
||||
--shadow-bulk-action-container:
|
||||
6px 3px 22px 9px rgb(181 181 181 / 25%);
|
||||
--shadow-context-menu: rgb(22 23 24 / 30%) 0px 10px 38px -10px,
|
||||
rgb(22 23 24 / 20%) 0px 10px 20px -15px;
|
||||
--shadow-widget-builder: 0 0px 20px 5px rgb(0 0 0 / 10%);
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
:root {
|
||||
// spaces
|
||||
--space-zero: 0;
|
||||
--space-micro: 0.125rem;
|
||||
--space-smaller: 0.25rem;
|
||||
--space-small: 0.5rem;
|
||||
--space-one: 0.625rem;
|
||||
--space-slab: 0.75rem;
|
||||
--space-snug: 0.875rem;
|
||||
--space-normal: 1rem;
|
||||
--space-two: 1.25rem;
|
||||
--space-medium: 1.5rem;
|
||||
--space-large: 2rem;
|
||||
--space-larger: 3rem;
|
||||
--space-jumbo: 4rem;
|
||||
--space-mega: 6.25rem;
|
||||
--space-giga: 15rem;
|
||||
|
||||
--space-minus-micro: -0.125rem;
|
||||
--space-minus-smaller: -0.25rem;
|
||||
--space-minus-half: -0.3125rem;
|
||||
--space-minus-small: -0.5rem;
|
||||
--space-minus-one: -0.625rem;
|
||||
--space-minus-slab: -0.75rem;
|
||||
--space-minus-snug: -0.875rem;
|
||||
--space-minus-normal: -1rem;
|
||||
--space-minus-two: -1.25rem;
|
||||
--space-minus-medium: -1.5rem;
|
||||
--space-minus-large: -2rem;
|
||||
--space-minus-larger: -3rem;
|
||||
--space-minus-jumbo: -4rem;
|
||||
--space-minus-mega: -6.25rem;
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
:root {
|
||||
// z-index
|
||||
--z-index-minus: -1;
|
||||
--z-index-zero: 0;
|
||||
--z-index-one: 1;
|
||||
--z-index-low: 10;
|
||||
--z-index-twenty: 20;
|
||||
--z-index-normal: 100;
|
||||
--z-index-high: 1000;
|
||||
--z-index-higher: 2000;
|
||||
--z-index-much-higher: 5000;
|
||||
--z-index-very-high: 9999;
|
||||
--z-index-highest: 10000;
|
||||
}
|
||||
Reference in New Issue
Block a user