aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/_layout.sass
blob: 340467e7746e0dc69f373bbd34320f2c79f23b89 (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
//----------//
//  Layout  //
//----------//

html
  box-sizing: border-box

  *
    box-sizing: inherit

body
  padding-top: 40px
  font-family: $base-font-family
  font-size: $base-font-size
  line-height: $line-height
  color: $darkgrey
  background-color: #fff

.page_header
  padding: 40px 35px 0 35px

.page_content
  padding: 35px 35px 95px 35px

.separator
  display: block
  height: 0px
  // width: 75%
  border-bottom: 1px solid rgba($blue, 0.5)
  margin: 30px auto 45px auto
  clear: both

.content_header
  font-size: 2.2rem
  font-weight: normal
  margin: 40px 0
  padding: 0px 15px 9px 15px
  border-bottom: 1px solid #eee

  &:first-child
    margin-top: 0