summaryrefslogtreecommitdiff
path: root/assets/sass/_page_header.sass
blob: 7a3681f237c538eeac9f517d3efb984a685ae181 (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
@import variables
@import mixins

.page-header
  margin-bottom: 20px
  .dropdown
    padding-right: 10px
  h2
    margin: 0
    padding: 0
    font-weight: bold
    border-bottom: 1px dotted #ccc
    a
      color: color('primary')
      text-decoration: none
      &:focus, &:hover
        color: color('light')
  ul
    text-align: left
    margin-top: 5px
    display: inline-block
  li
    display: inline
    padding-right: 15px

    @include xs-device
      display: block
      line-height: 1.5em

    &.active a
      color: color('primary')
      text-decoration: none
      font-weight: bold
      &:hover, &:focus
        text-decoration: underline

.menu-inline
  margin-bottom: 5px
  li
    display: inline
    padding-right: 15px
    .active a
      font-weight: bold
      color: color('dark')
      text-decoration: none