aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/examples/offcanvas
AgeCommit message (Collapse)AuthorFilesLines
2021-02-15docs(examples): typo in offcanvas example in .bg-body (#33092)Gaël Poupard1-1/+1
Caught by pa11y-ci on Boosted (because of insufficient contrasts) :heart:
2021-01-25Replace .bg-white with .bg-body in docsVino Rodrigues1-3/+3
Response to issue #32810 Use of the .bg-white class to define visual aspects of the examples would be unintuitive for theme builders to test themes on. This replaces instances of .bg-white with .bg-body in the examples. - Edited examples to replace use .bg-white class with .bg-body class - product - offcanvas - pricing - cheatsheet - cheatsheet-rtl - Edited utilities colors.md & shadows.md to include .bg-body class
2021-01-08Move "active" class from `.nav-item` to `.nav-link` (#32730)Théophile Helleboid - chtitux1-2/+2
2020-12-11Replace Lorem Ipsum placeholder text with more representative (or at least ↵Patrick H. Lauke1-3/+3
english language) text (#32246) Replaces shorter examples with more sensible/representative/inforrmative text. For longer passages, resorted to using SFW extracts from http://katyperryipsum.com/
2020-12-04docs(examples): new cheatsheet and RTL examplesGaël Poupard1-11/+11
2020-11-14Add `bs` in data attributesRohit Sharma2-3/+3
- Add `bs` in data APIs everywhere - Update unit tests
2020-09-10docs(examples): ensure content sits in landmarks (#31579)Gaël Poupard1-5/+5
2020-09-10Fix the remaining instances using the old logos.XhmikosR1-1/+1
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR3-0/+213
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.