This commit is contained in:
Mark Otto 2015-08-18 00:59:48 -07:00
parent 47d334b28f
commit e8e7b2303f
8 changed files with 46 additions and 2 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;

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

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;

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.