Fork-Awesome/assets/less/site/views.less

27 lines
519 B
Plaintext
Raw Normal View History

2016-04-26 00:01:25 +08:00
// view-specific
.v-get-started, .v-store {
2016-04-21 02:45:06 +08:00
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);
}
}