0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

shoutout navbar-divider

This commit is contained in:
Mark Otto 2015-08-18 00:59:44 -07:00
parent 03f21a75e5
commit 47d334b28f

View File

@ -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
//
// Custom button for toggling the `.navbar-collapse`, powered by the collapse
@ -161,6 +176,10 @@
}
}
}
.navbar-divider {
background-color: rgba(0,0,0,.075);
}
}
// White links against a dark background
@ -191,4 +210,8 @@
}
}
}
.navbar-divider {
background-color: rgba(255,255,255,.075);
}
}