diff options
Diffstat (limited to '2/readable/bootswatch.less')
-rw-r--r-- | 2/readable/bootswatch.less | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/2/readable/bootswatch.less b/2/readable/bootswatch.less new file mode 100644 index 00000000..761aedc1 --- /dev/null +++ b/2/readable/bootswatch.less @@ -0,0 +1,59 @@ +// 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 +// ----------------------------------------------------- |