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

44
src/styles/_footer.sass Normal file
View File

@@ -0,0 +1,44 @@
footer.container-fluid
background: #F8F8FB
border-top: 1px solid #E3E3E6
margin-top: 136px
.container
margin-top: 11px
max-width: 1200px
.row
max-width: 1200px
.col-4
// background: blue
// flex: 0 0 100%
// max-width: 100%
max-width: 100%
flex-basis: 100%
margin-bottom: 60px
padding-left: 20px
padding-right: 20px
+media-breakpoint-up(md)
// background: lightcoral
flex: 0 0 33%
max-width: 33%
margin-bottom: 0px
.col
padding-left: 20px
padding-right: 20px
h5
font-weight: 600
font-size: 15px
color: $dark
letter-spacing: 0.6px
text-transform: uppercase
margin-bottom: 12px
p
color: #6d6d6e
line-height: 30px
.list-unstyled
a
color: #6d6d6e
li
line-height: 30px
.social-icons
.list-inline-item:not(:last-child)
margin-right: 22px