Fork-Awesome/assets/less/site/get-started.less
2016-04-20 14:45:06 -04:00

34 lines
701 B
Plaintext

// view-specific: get started
.v-get-started {
background: @alert-well-bg; // resetting for depth
.get-started-cdn {
background: @section-emphasized-bg;
}
.content-underlay {
margin-bottom: -180px;
border-bottom: 1px solid @jumbotron-border;
padding-bottom: 100px;
background-color: lighten(@jumbotron-bg, 2%);
}
.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);
}
}