phase 1-3 css refactor
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap")
|
||||
layer(base);
|
||||
|
||||
@import "./styles/tokens.css";
|
||||
@import "tailwindcss";
|
||||
|
||||
@keyframes slide-in-right {
|
||||
@@ -63,8 +64,8 @@ layer(base);
|
||||
--color-brand-200: #c2d6ff;
|
||||
--color-brand-300: #9cb9ff;
|
||||
--color-brand-400: #7592ff;
|
||||
--color-brand-500: #0693e3; /* IGNY8 brand blue */
|
||||
--color-brand-600: #0472b8; /* IGNY8 brand blue dark */
|
||||
--color-brand-500: var(--color-primary); /* Primary brand blue */
|
||||
--color-brand-600: var(--color-primary-dark); /* Primary brand blue dark */
|
||||
--color-brand-700: #2a31d8;
|
||||
--color-brand-800: #252dae;
|
||||
--color-brand-900: #262e89;
|
||||
|
||||
Reference in New Issue
Block a user