1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00
This commit is contained in:
Mark Otto
2015-08-18 00:59:48 -07:00
parent 47d334b28f
commit e8e7b2303f
8 changed files with 50 additions and 6 deletions

View File

@@ -3821,6 +3821,20 @@ input[type="button"].btn-block {
display: block;
}
.navbar-divider {
float: left;
width: 1px;
padding-top: .425rem;
padding-bottom: .425rem;
margin-right: 1rem;
margin-left: 1rem;
overflow: hidden;
}
.navbar-divider:before {
content: '\00a0';
}
.navbar-toggler {
padding: .5rem .75rem;
font-size: 1.25rem;
@@ -3889,6 +3903,10 @@ input[type="button"].btn-block {
color: rgba(0, 0, 0, .8);
}
.navbar-light .navbar-divider {
background-color: rgba(0, 0, 0, .075);
}
.navbar-dark .navbar-brand {
color: white;
}
@@ -3922,6 +3940,10 @@ input[type="button"].btn-block {
color: white;
}
.navbar-dark .navbar-divider {
background-color: rgba(255, 255, 255, .075);
}
.card {
position: relative;
margin-bottom: .75rem;