bootswatch
Version:
Bootswatch is a collection of themes for Bootstrap.
60 lines (41 loc) • 1.16 kB
text/less
// Readable 2.3.2
// Bootswatch
// -----------------------------------------------------
// TYPOGRAPHY
// -----------------------------------------------------
@import url('//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic');
// SCAFFOLDING
// -----------------------------------------------------
// NAVBAR
// -----------------------------------------------------
div.subnav {
.nav > li > a,
.nav > .active > a,
.nav > .active > a:hover {
color: @textColor;
}
&-fixed {
top: @navbarHeight + 1;
}
}
// NAV
// -----------------------------------------------------
// BUTTONS
// -----------------------------------------------------
// TABLES
// -----------------------------------------------------
// FORMS
// -----------------------------------------------------
// DROPDOWNS
// -----------------------------------------------------
// ALERTS, LABELS, BADGES
// -----------------------------------------------------
// MISC
// -----------------------------------------------------
.hero-unit {
h1, h2, h3, h4, h5, h6 {
margin: 13px 0;
}
}
// MEDIA QUERIES
// -----------------------------------------------------