summaryrefslogtreecommitdiff
path: root/live/static/fork-awesome/src/doc/assets/less/site/views.less
blob: f0cd3c99385f7e879936bda87a375666e9c202ec (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
// view-specific

// reset background
.v-get-started,
.v-store,
.v-accessibility {
  background: @alert-well-bg; // resetting for depth
}

// get started
.v-get-started {

  .get-started-cdn {
    background: @section-emphasized-bg;
  }

  .jumbotron {
    border-bottom: none;
  }

  // sections
  .get-started-cdn {
    z-index: 2;
    position: relative;
    border-radius: @border-radius-base;
    padding: @buffer-sm @buffer-xl @buffer-lg @buffer-xl;
  }

  .hr .hr-text {
    background:  @alert-well-bg;
    font-family: @font-family-serif;
    font-size: (@font-size-large*1.5);
  }
}

// accessibility
.v-accessibility {

  .accessibility-cdn {
    background: @section-emphasized-bg;
    border-radius: @border-radius-base;
    padding: @buffer-lg;
  }

  .hr .hr-text {
    background:  @alert-well-bg;
    font-family: @font-family-serif;
    font-size: (@font-size-large*1.5);
  }
}