summaryrefslogtreecommitdiffstats
path: root/app/common/styles/layout/content.scss
blob: b1a79420084d233e9ec4f98abf7342ac5b354dcb (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
51
// Content layout styles
$nav__toplvlWidth: 120px;
$nav__seclvlWidth: 240px;

// Page header
.page-header {
  position: relative;
  border-bottom: 1px solid $lightbg__grey;
  margin: 1.625em 0 1.2em 0;
  padding-left: 0;
  overflow: hidden;
  .h4 {
    padding: 0;
    margin: 0 0 .5em 0;
    font-weight: bold;
  }
}

.content__container {
  margin-left: $nav__toplvlWidth;
  padding: 1em .1em;
  transition: left 1s ease;
  @include mediaQuery(x-small){
    //margin-left: $nav__toplvlWidth + $nav__seclvlWidth;
    padding: 1rem 2rem;
  }
}

section.row {
  padding-left: 0;
  padding-right: 0;
}

.content-header {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 2em;
}

.content-label, label {
  color: $darkgrey;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .75em;
  margin-bottom: 0;
}

.subhead {
  border-bottom: 1px solid $medgrey;
  padding-bottom: .5em;
}
OpenPOWER on IntegriCloud