Add new navbar, jumbotron, cards, and footer components.

This commit is contained in:
Sam Lu
2018-07-16 15:54:53 -05:00
parent c8f6ba207b
commit 5b14d78037
38 changed files with 1866 additions and 1197 deletions

9
src/styles/_colors.sass Normal file
View File

@@ -0,0 +1,9 @@
$primary: #0A68FF
$grey: #EBEBEB
$gray: #EBEBEB
$dark: rgba(17,17,17,1)
$muted: rgba(17,17,17,0.75)
$lightgray: #F5F5F5
// $theme-colors:
// primary: red
//