summaryrefslogtreecommitdiff
path: root/_sass/main.sass
blob: 7032ef9c985b7bd26ae1f8825d0ff5b2ce69a456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
@import "variables"
@import "elements"
@import "bootstrap"

#cta
  margin-top: 120px
  margin-bottom: 120px
  h1
    font-size: 48px
    letter-spacing: -1px
    margin-bottom: 1em
    strong
      font-weight: 400

.feature-icon
  background: $brand-primary
  width: 3em
  text-align: center
  line-height: 3em
  height: 3em
  font-size: 2.5em
  color: #fff
  border-radius: 50%
  margin: 0.5em auto

footer
  border-top: 1px solid #eee
  padding-top: .5em
  margin-top: .5em

.feature
  border-top: 1px solid #eee

section.feature
  padding-bottom: 2em
  padding-top: 2em

#title
  border-bottom: 1px solid rgba(#000,0.1)
  padding-top: 3em
  padding-bottom: 3em
  margin-bottom: 3em

#logo
  img
    width: 128px
    float: left
    margin-right: 18px
    margin-left: -146px