diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-03-31 19:07:18 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-03-31 19:07:18 -0400 |
commit | db0e0aae9ba4b13b87c625097ae2542d58f7c5d5 (patch) | |
tree | 04abfe37bb59f6ad1324f62557426d6a15cbcaf5 /journal/bootswatch.less | |
parent | eb7d6f9a15acd3e66a8896c158c0639f70920899 (diff) |
style badge in navbar, fixes #241
Diffstat (limited to 'journal/bootswatch.less')
-rw-r--r-- | journal/bootswatch.less | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/journal/bootswatch.less b/journal/bootswatch.less index aa2bd37e..533521c5 100644 --- a/journal/bootswatch.less +++ b/journal/bootswatch.less @@ -10,6 +10,22 @@ font-size: 18px; font-family: @font-family-sans-serif; font-weight: @headings-font-weight; + + &-default { + + .badge { + background-color: #000; + color: #fff; + } + } + + &-inverse { + + .badge { + background-color: #fff; + color: @navbar-inverse-bg; + } + } } .navbar-brand { @@ -66,6 +82,12 @@ // Indicators ================================================================= +.badge { + padding-bottom: 4px; + vertical-align: 3px; + font-size: 10px; +} + // Progress bars ============================================================== // Containers ================================================================= |