Unify base and pink
This commit is contained in:
parent
f21678220a
commit
b62f80656b
|
@ -1,6 +1,37 @@
|
|||
/* ----------------- */
|
||||
/* Custom Properties */
|
||||
/* ----------------- */
|
||||
/* Many of the prop-
|
||||
* erties here are
|
||||
* where the substa-
|
||||
* ntive changes
|
||||
* will be made */
|
||||
|
||||
:root {
|
||||
|
||||
/* colors */
|
||||
|
||||
--color-dark: 0 0% 0% ; /* Black */
|
||||
--color-light: 0 0% 50% ; /* Gray */
|
||||
--color-white: 0 0% 100% ;/* White */
|
||||
|
||||
/* font */
|
||||
|
||||
/* Sizes divided by 16 so values given in px */
|
||||
--fs-900: calc(125rem / 16);
|
||||
--fs-800: calc(75rem / 16);
|
||||
--fs-700: calc(56rem / 16);
|
||||
--fs-600: calc(32rem / 16);
|
||||
--fs-500: calc(28rem / 16);
|
||||
--fs-400: calc(24rem / 16);
|
||||
--fs-300: calc(18rem / 16);
|
||||
--fs-200: calc(16rem / 16);
|
||||
|
||||
--ff-serif: serif;
|
||||
--ff-sans-cond: sans-serif;
|
||||
--ff-sans: sans-serif;
|
||||
|
||||
}
|
||||
|
||||
/* ----- */
|
||||
/* Reset */
|
||||
|
@ -58,40 +89,6 @@ input, button, textarea, select {
|
|||
}
|
||||
}
|
||||
|
||||
/* ----------------- */
|
||||
/* Custom Properties */
|
||||
/* ----------------- */
|
||||
/* Many of the prop-
|
||||
* erties here are
|
||||
* where the substa-
|
||||
* ntive changes
|
||||
* will be made */
|
||||
|
||||
:root {
|
||||
|
||||
/* colors */
|
||||
|
||||
--color-dark: 0 0% 0% ; /* Black */
|
||||
--color-light: 0 0% 50% ; /* Gray */
|
||||
--color-white: 0 0% 100% ;/* White */
|
||||
|
||||
/* font */
|
||||
|
||||
/* Sizes divided by 16 so values given in px */
|
||||
--fs-900: calc(125rem / 16);
|
||||
--fs-800: calc(75rem / 16);
|
||||
--fs-700: calc(56rem / 16);
|
||||
--fs-600: calc(32rem / 16);
|
||||
--fs-500: calc(28rem / 16);
|
||||
--fs-400: calc(24rem / 16);
|
||||
--fs-300: calc(18rem / 16);
|
||||
--fs-200: calc(16rem / 16);
|
||||
|
||||
--ff-serif: serif;
|
||||
--ff-sans-cond: sans-serif;
|
||||
--ff-sans: sans-serif;
|
||||
|
||||
}
|
||||
|
||||
/* --------------- */
|
||||
/* Utility Classes */
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
--ff-sans: sans-serif;
|
||||
|
||||
}
|
||||
|
||||
/* ----- */
|
||||
/* Reset */
|
||||
/* ----- */
|
||||
|
|
Loading…
Reference in New Issue