diff options
| author | Mark Otto <[email protected]> | 2015-08-18 00:59:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-18 00:59:48 -0700 |
| commit | e8e7b2303fa6542eefdb869edfd02f3cb181448b (patch) | |
| tree | 9433991fbf1c4825671c1872bbe2236b2beecbc9 /dist/css/bootstrap.css | |
| parent | 47d334b28fff8e0e2cc7e7a6bb7d6f2f9ba42351 (diff) | |
| download | bootstrap-e8e7b2303fa6542eefdb869edfd02f3cb181448b.tar.xz bootstrap-e8e7b2303fa6542eefdb869edfd02f3cb181448b.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 7d4cd3744..1d5b1c18a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3821,6 +3821,20 @@ input[type="button"].btn-block { display: block; } +.navbar-divider { + float: left; + width: 1px; + padding-top: .425rem; + padding-bottom: .425rem; + margin-right: 1rem; + margin-left: 1rem; + overflow: hidden; +} + +.navbar-divider:before { + content: '\00a0'; +} + .navbar-toggler { padding: .5rem .75rem; font-size: 1.25rem; @@ -3889,6 +3903,10 @@ input[type="button"].btn-block { color: rgba(0, 0, 0, .8); } +.navbar-light .navbar-divider { + background-color: rgba(0, 0, 0, .075); +} + .navbar-dark .navbar-brand { color: white; } @@ -3922,6 +3940,10 @@ input[type="button"].btn-block { color: white; } +.navbar-dark .navbar-divider { + background-color: rgba(255, 255, 255, .075); +} + .card { position: relative; margin-bottom: .75rem; |
