We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351a01c commit f1854dbCopy full SHA for f1854db
site/content/docs/5.3/examples/e-shop/e-shop.css
@@ -19,11 +19,12 @@
19
--bs-aspect-ratio: 133%;
20
}
21
22
-.line-height-custom {
23
- line-height: 1.5;
+.border-subtle {
+ --bs-border-color: var(--bs-border-color-subtle);
24
+ border-color: var(--bs-border-color-subtle);
25
26
-/* For a11y purpose, 200% text was displayed under white bg */
27
-.card {
28
- --bs-card-bg: transparent;
+.border-supporting-orange {
+ --bs-border-color: #ff7900;
29
+ border-color: #ff7900;
30
0 commit comments