mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 08:10:47 +02:00
grunt
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user