mirror of
https://github.com/thomaspark/bootswatch.git
synced 2025-10-13 04:52:59 +00:00
60 lines
1.1 KiB
Plaintext
60 lines
1.1 KiB
Plaintext
// 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
|
|
// -----------------------------------------------------
|