summaryrefslogtreecommitdiff
path: root/src/sass/_header.sass
blob: 21f11bbc91d0c24c78c6fcf31283ddc50b5b21fd (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
@import "_bootstrap.sass"

header
  background-color: $primary
  color: $color-w
  padding: 10px 0
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 0px
  margin-bottom: 30px
  &.active
    z-index: 1044
  #big-loading
    top: 0
    width: 100%
    height: 100%
    position: fixed
    z-index: 1045
    .b-overlay-wrap
      height: 100%
      background-color: rgba(0, 0, 0, .8)
      .spinner-border
        border-color: $primary
        border-right-color: transparent
  h1
    font-size: 3em
    margin: 0
    a
      color: $color-w !important
    @include breakpoint(phablet)
      text-align: center