mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
grunt dist
This commit is contained in:
parent
43450f7768
commit
76368ef0a9
24
dist/css/bootstrap.css
vendored
24
dist/css/bootstrap.css
vendored
@ -3967,8 +3967,8 @@ a.list-group-item.active > .badge,
|
|||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
.jumbotron {
|
.jumbotron {
|
||||||
padding: 30px;
|
padding: 2rem;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 2rem;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background-color: #eceeef;
|
background-color: #eceeef;
|
||||||
}
|
}
|
||||||
@ -3976,11 +3976,6 @@ a.list-group-item.active > .badge,
|
|||||||
.jumbotron .h1 {
|
.jumbotron .h1 {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
.jumbotron p {
|
|
||||||
margin-bottom: 15px;
|
|
||||||
font-size: 2rem;
|
|
||||||
font-weight: 200;
|
|
||||||
}
|
|
||||||
.jumbotron > hr {
|
.jumbotron > hr {
|
||||||
border-top-color: #d0d5d8;
|
border-top-color: #d0d5d8;
|
||||||
}
|
}
|
||||||
@ -3992,12 +3987,12 @@ a.list-group-item.active > .badge,
|
|||||||
}
|
}
|
||||||
@media screen and (min-width: 48em) {
|
@media screen and (min-width: 48em) {
|
||||||
.jumbotron {
|
.jumbotron {
|
||||||
padding-top: 48px;
|
padding-top: 3.2rem;
|
||||||
padding-bottom: 48px;
|
padding-bottom: 3.2rem;
|
||||||
}
|
}
|
||||||
.container .jumbotron {
|
.container .jumbotron {
|
||||||
padding-right: 60px;
|
padding-right: 4rem;
|
||||||
padding-left: 60px;
|
padding-left: 4rem;
|
||||||
}
|
}
|
||||||
.jumbotron h1,
|
.jumbotron h1,
|
||||||
.jumbotron .h1 {
|
.jumbotron .h1 {
|
||||||
@ -5096,6 +5091,13 @@ button.close {
|
|||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
.pos-f-t {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
left: 0;
|
||||||
|
z-index: 1030;
|
||||||
|
}
|
||||||
.show {
|
.show {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
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
24
docs/dist/css/bootstrap.css
vendored
24
docs/dist/css/bootstrap.css
vendored
@ -3967,8 +3967,8 @@ a.list-group-item.active > .badge,
|
|||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
.jumbotron {
|
.jumbotron {
|
||||||
padding: 30px;
|
padding: 2rem;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 2rem;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background-color: #eceeef;
|
background-color: #eceeef;
|
||||||
}
|
}
|
||||||
@ -3976,11 +3976,6 @@ a.list-group-item.active > .badge,
|
|||||||
.jumbotron .h1 {
|
.jumbotron .h1 {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
.jumbotron p {
|
|
||||||
margin-bottom: 15px;
|
|
||||||
font-size: 2rem;
|
|
||||||
font-weight: 200;
|
|
||||||
}
|
|
||||||
.jumbotron > hr {
|
.jumbotron > hr {
|
||||||
border-top-color: #d0d5d8;
|
border-top-color: #d0d5d8;
|
||||||
}
|
}
|
||||||
@ -3992,12 +3987,12 @@ a.list-group-item.active > .badge,
|
|||||||
}
|
}
|
||||||
@media screen and (min-width: 48em) {
|
@media screen and (min-width: 48em) {
|
||||||
.jumbotron {
|
.jumbotron {
|
||||||
padding-top: 48px;
|
padding-top: 3.2rem;
|
||||||
padding-bottom: 48px;
|
padding-bottom: 3.2rem;
|
||||||
}
|
}
|
||||||
.container .jumbotron {
|
.container .jumbotron {
|
||||||
padding-right: 60px;
|
padding-right: 4rem;
|
||||||
padding-left: 60px;
|
padding-left: 4rem;
|
||||||
}
|
}
|
||||||
.jumbotron h1,
|
.jumbotron h1,
|
||||||
.jumbotron .h1 {
|
.jumbotron .h1 {
|
||||||
@ -5096,6 +5091,13 @@ button.close {
|
|||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
.pos-f-t {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
left: 0;
|
||||||
|
z-index: 1030;
|
||||||
|
}
|
||||||
.show {
|
.show {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
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
Loading…
x
Reference in New Issue
Block a user