mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-09 21:04:42 +00:00
Add vertical nav divider.
This commit is contained in:
parent
8f3150cf71
commit
61e84d8762
1 changed files with 9 additions and 0 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue