44 lines
822 B
Sass
44 lines
822 B
Sass
![]() |
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
|