2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Move custom docs gutter to new class

This commit is contained in:
Mark Otto
2022-02-23 19:59:12 -08:00
parent e4d342d5fc
commit e4fd8c0766
8 changed files with 10 additions and 16 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
.bd-layout {
.bd-gutter {
--bs-gutter-x: #{$bd-gutter-x};
}
.bd-layout {
@include media-breakpoint-up(lg) {
display: grid;
-5
View File
@@ -55,11 +55,6 @@
padding: .8rem 2rem;
}
.bd-masthead-followup,
.bd-masthead .container-xxl {
--bs-gutter-x: #{$bd-gutter-x};
}
.masthead-followup-icon {
padding: 1rem;
background-color: currentColor;
-4
View File
@@ -4,10 +4,6 @@
background-image: linear-gradient(to bottom, rgba(var(--bd-violet-rgb), 1), rgba(var(--bd-violet-rgb), .95));
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
.container-xxl {
--bs-gutter-x: #{$bd-gutter-x};
}
.navbar-toggler {
padding: 0;
border: 0;