mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
grunt
This commit is contained in:
parent
47d334b28f
commit
e8e7b2303f
8 changed files with 50 additions and 6 deletions
|
@ -3821,6 +3821,20 @@ input[type="button"].btn-block {
|
||||||
display: 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 {
|
.navbar-toggler {
|
||||||
padding: .5rem .75rem;
|
padding: .5rem .75rem;
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
|
@ -3889,6 +3903,10 @@ input[type="button"].btn-block {
|
||||||
color: rgba(0, 0, 0, .8);
|
color: rgba(0, 0, 0, .8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-light .navbar-divider {
|
||||||
|
background-color: rgba(0, 0, 0, .075);
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-dark .navbar-brand {
|
.navbar-dark .navbar-brand {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
@ -3922,6 +3940,10 @@ input[type="button"].btn-block {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-dark .navbar-divider {
|
||||||
|
background-color: rgba(255, 255, 255, .075);
|
||||||
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: .75rem;
|
margin-bottom: .75rem;
|
||||||
|
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css.map
vendored
2
dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
|
@ -3821,6 +3821,20 @@ input[type="button"].btn-block {
|
||||||
display: 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 {
|
.navbar-toggler {
|
||||||
padding: .5rem .75rem;
|
padding: .5rem .75rem;
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
|
@ -3889,6 +3903,10 @@ input[type="button"].btn-block {
|
||||||
color: rgba(0, 0, 0, .8);
|
color: rgba(0, 0, 0, .8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-light .navbar-divider {
|
||||||
|
background-color: rgba(0, 0, 0, .075);
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-dark .navbar-brand {
|
.navbar-dark .navbar-brand {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
@ -3922,6 +3940,10 @@ input[type="button"].btn-block {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-dark .navbar-divider {
|
||||||
|
background-color: rgba(255, 255, 255, .075);
|
||||||
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: .75rem;
|
margin-bottom: .75rem;
|
||||||
|
|
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css.map
vendored
2
docs/dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue