Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2022-03-11 22:29:52 +0300
committerGitHub <noreply@github.com>2022-03-11 22:29:52 +0300
commitd16088d5d1ec2de56a301fbb8e1a227ae7eb5ece (patch)
tree6b75dc147fdbb2e89e43e6cd2e5b91cece69c1b8 /site/content/docs/5.1/components/navbar.md
parentce655ee6f2fb8ad774846e4afe7daeb9fc8686e7 (diff)
Redesign the "Added in" badges in the docs (#35980)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'site/content/docs/5.1/components/navbar.md')
-rw-r--r--site/content/docs/5.1/components/navbar.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/components/navbar.md b/site/content/docs/5.1/components/navbar.md
index 08eb705279..f54b8ff8cf 100644
--- a/site/content/docs/5.1/components/navbar.md
+++ b/site/content/docs/5.1/components/navbar.md
@@ -736,7 +736,7 @@ To create an offcanvas navbar that expands into a normal navbar at a specific br
### Variables
-<small class="d-inline-flex px-2 py-1 font-monospace text-muted border rounded-3">Added in v5.2.0</small>
+<small class="d-inline-flex px-2 py-1 fw-semibold text-success bg-success bg-opacity-10 rounded-2">Added in v5.2.0</small>
As part of Bootstrap's evolving CSS variables approach, navbars now use local CSS variables on `.navbar` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.