chore: styling for login/signup pages

This commit is contained in:
Kyle Gill
2019-04-03 17:10:24 -06:00
parent 4c41094348
commit 4c485619a9
10 changed files with 203 additions and 91 deletions

View File

@@ -5,4 +5,5 @@ export const SIZES = {
medium: "1.5rem",
large: "2rem",
maxWidth: "600px",
smallWidth: "300px",
}

View File

@@ -9,6 +9,7 @@ const theme = {
quarternary: "#EAEAEA",
headerBackground: "#FAFBFC",
bodyBackground: "#FFF",
inputBackground: "#FAFBFC",
hover: "hsla(233, 5%, 31%, 0.12)",
},
},
@@ -22,6 +23,7 @@ const theme = {
quarternary: "#3E4B62",
headerBackground: "#272f3d",
bodyBackground: "#262B34",
inputBackground: "#272f3d",
hover: "hsla(233, 100%, 96%, 0.12)",
},
},