1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-08 20:50:44 +02:00

Add a contextual color mode switcher in the documentation

This commit is contained in:
louismaxime.piton
2023-10-05 15:00:31 +02:00
parent 323f9d6f68
commit 7d52cf793f
3 changed files with 49 additions and 10 deletions

View File

@@ -21,6 +21,8 @@
position: relative;
padding: var(--bd-example-padding);
margin: 0 ($bd-gutter-x * -.5) 1rem;
color: var(--bs-body-color);
background-color: var(--bs-body-bg);
border: solid var(--bs-border-color);
border-width: 1px 0;
@include clearfix();