mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
shoutout navbar-divider
This commit is contained in:
parent
03f21a75e5
commit
47d334b28f
@ -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 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.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 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-divider {
|
||||||
|
background-color: rgba(255,255,255,.075);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user