Commit 47d334b2 authored by Mark Otto's avatar Mark Otto

shoutout navbar-divider

parent 03f21a75
...@@ -85,6 +85,21 @@ ...@@ -85,6 +85,21 @@
} }
.navbar-divider {
float: left;
width: 1px;
padding-top: .425rem;
padding-bottom: .425rem;
overflow: hidden;
margin-left: $navbar-padding-horizontal;
margin-right: $navbar-padding-horizontal;
&:before {
content: '\00a0';
}
}
// Navbar toggle // Navbar toggle
// //
// Custom button for toggling the `.navbar-collapse`, powered by the collapse // Custom button for toggling the `.navbar-collapse`, powered by the collapse
...@@ -161,6 +176,10 @@ ...@@ -161,6 +176,10 @@
} }
} }
} }
.navbar-divider {
background-color: rgba(0,0,0,.075);
}
} }
// White links against a dark background // White links against a dark background
...@@ -191,4 +210,8 @@ ...@@ -191,4 +210,8 @@
} }
} }
} }
.navbar-divider {
background-color: rgba(255,255,255,.075);
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment