diff options
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 ================================================================= |