diff options
| author | Mark Otto <[email protected]> | 2016-05-15 12:29:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-05-15 12:29:56 -0700 |
| commit | dfa2536c3b7070207a2d1fb21873639b41ae405c (patch) | |
| tree | 034609e25d3544f3860416daad1951f7b1b2c777 /scss | |
| parent | 5a5ca44a3b3a73c38c56764e4174385dbb80574c (diff) | |
| download | bootstrap-dfa2536c3b7070207a2d1fb21873639b41ae405c.tar.xz bootstrap-dfa2536c3b7070207a2d1fb21873639b41ae405c.zip | |
Restore .navbar-text and add some basic examples to the docs /cc #18049
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_navbar.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 9d3db1b26..64409f715 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -99,6 +99,17 @@ } +// Navbar text +// +// + +.navbar-text { + display: inline-block; + padding-top: .425rem; + padding-bottom: .425rem; +} + + // Navbar toggle // // Custom button for toggling the `.navbar-collapse`, powered by the collapse |
