Commit 61e84d87 authored by Evan Meagher's avatar Evan Meagher

Add vertical nav divider.

parent 8f3150cf
...@@ -157,6 +157,15 @@ ...@@ -157,6 +157,15 @@
background-color: #222; background-color: #222;
background-color: rgba(0,0,0,.5); background-color: rgba(0,0,0,.5);
} }
// Dividers (basically a vertical hr)
.divider {
height: 40px;
width: 1px;
margin: 0 5px;
overflow: hidden;
background-color: #222;
border-right: 1px solid #444;
}
// Secondary (floated right) nav in topbar // Secondary (floated right) nav in topbar
&.secondary-nav { &.secondary-nav {
......
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