mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Fixes #14337: Round .jumbotron corners within .container and .container-fluid
This commit is contained in:
Vendored
+2
-1
@@ -4655,7 +4655,8 @@ a.list-group-item.active > .badge,
|
|||||||
.jumbotron > hr {
|
.jumbotron > hr {
|
||||||
border-top-color: #d5d5d5;
|
border-top-color: #d5d5d5;
|
||||||
}
|
}
|
||||||
.container .jumbotron {
|
.container .jumbotron,
|
||||||
|
.container-fluid .jumbotron {
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.jumbotron .container {
|
.jumbotron .container {
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+2
-1
@@ -23,7 +23,8 @@
|
|||||||
border-top-color: darken(@jumbotron-bg, 10%);
|
border-top-color: darken(@jumbotron-bg, 10%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.container & {
|
.container &,
|
||||||
|
.container-fluid & {
|
||||||
border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container
|
border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user