1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Rewrite custom docs buttons

- Use CSS variables wherever possible
- Rename purple-bright to violet for brevity, add CSS vars versions
- Rename download to accent
This commit is contained in:
Mark Otto
2022-02-09 14:15:15 -08:00
committed by Mark Otto
parent 85938bb2ed
commit 3e6265ac55
9 changed files with 50 additions and 65 deletions

View File

@@ -3,7 +3,7 @@
--bs-gutter-y: $bd-gutter-x;
padding: .75rem 0;
background-color: $bd-purple-bright;
background-color: $bd-violet;
.navbar-toggler {
padding: 0;
@@ -34,7 +34,7 @@
}
.offcanvas {
background-color: $bd-purple-bright;
background-color: $bd-violet;
border-left: 0;
@include media-breakpoint-down(md) {