diff options
Diffstat (limited to 'flatly/bootswatch.less')
-rw-r--r-- | flatly/bootswatch.less | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/flatly/bootswatch.less b/flatly/bootswatch.less index dc5d85a8..0f9ee8ea 100644 --- a/flatly/bootswatch.less +++ b/flatly/bootswatch.less @@ -6,6 +6,13 @@ // Navbar ===================================================================== +.navbar { + + &-brand { + padding: 18.5px 15px 20.5px; + } +} + // Buttons ==================================================================== .btn:active { @@ -179,6 +186,18 @@ input[type="color"], color: #fff; text-decoration: underline; } + + .close { + color: #fff; + text-decoration: none; + opacity: 0.4; + + &:hover, + &:focus { + color: #fff; + opacity: 1; + } + } } // Progress bars ============================================================== |