2016-04-26 00:01:25 +08:00
|
|
|
// view-specific
|
2016-05-13 23:45:24 +08:00
|
|
|
|
|
|
|
// reset background
|
|
|
|
.v-get-started,
|
|
|
|
.v-store,
|
|
|
|
.v-accessibility {
|
2016-04-21 02:45:06 +08:00
|
|
|
background: @alert-well-bg; // resetting for depth
|
2016-05-13 23:45:24 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
// get started
|
|
|
|
.v-get-started {
|
2016-04-21 02:45:06 +08:00
|
|
|
|
|
|
|
.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);
|
|
|
|
}
|
|
|
|
}
|
2016-05-13 23:45:24 +08:00
|
|
|
|
|
|
|
// 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);
|
|
|
|
}
|
|
|
|
}
|