aboutsummaryrefslogtreecommitdiffstats
path: root/library/font_awesome/src/assets/less/site/views.less
blob: ae5d8f31d7bb12f90d4699a347ef8d7d9c6cf76e (plain) (blame)
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
// view-specific
.v-get-started, .v-store {
  background: @alert-well-bg; // resetting for depth

  .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);
  }
}