mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 17:11:48 +02:00
remove hella vars from the jumbotron
This commit is contained in:
@@ -589,7 +589,7 @@ hr {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
border: 0;
|
||||
border-top: .0625rem solid #eceeef;
|
||||
border-top: .0625rem solid rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
small,
|
||||
@@ -4578,15 +4578,10 @@ a.label:hover {
|
||||
.jumbotron {
|
||||
padding: 2rem 1rem;
|
||||
margin-bottom: 2rem;
|
||||
color: inherit;
|
||||
background-color: #eceeef;
|
||||
border-radius: .3rem;
|
||||
}
|
||||
|
||||
.jumbotron-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.jumbotron-hr {
|
||||
border-top-color: #d0d5d8;
|
||||
}
|
||||
@@ -4595,9 +4590,6 @@ a.label:hover {
|
||||
.jumbotron {
|
||||
padding: 4rem 2rem;
|
||||
}
|
||||
.jumbotron-heading {
|
||||
font-size: 4.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.jumbotron-fluid {
|
||||
|
Reference in New Issue
Block a user