chore: constants file, styling, and seek component

This commit is contained in:
Kyle Gill
2019-03-27 16:55:23 -06:00
parent f71fb0bb52
commit 043acd30cf
10 changed files with 103 additions and 9 deletions

7
src/styles/constants.js Normal file
View File

@@ -0,0 +1,7 @@
export const SIZES = {
tiny: "0.5rem",
small: "1rem",
normal: "1.25rem",
medium: "1.5rem",
large: "2rem"
};