@wwtdev/bsds-css 0.1.1 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/wwt-bsds-wc-base.css +6 -1
- package/dist/wwt-bsds.css +398 -186
- package/dist/wwt-bsds.min.css +1 -1
- package/package.json +3 -3
- package/dist/components/_badge.scss +0 -62
- package/dist/components/_buttons.scss +0 -192
- package/dist/components/_form-elements.scss +0 -259
- package/dist/components/_form-hints.scss +0 -14
- package/dist/components/_form-labels.scss +0 -20
- package/dist/components/_pills.scss +0 -206
- package/dist/components/_profiles.scss +0 -99
- package/dist/components/_tables.scss +0 -84
- package/dist/components/badge.css +0 -58
- package/dist/components/buttons.css +0 -188
- package/dist/components/form-elements.css +0 -255
- package/dist/components/form-hints.css +0 -10
- package/dist/components/form-labels.css +0 -16
- package/dist/components/pills.css +0 -202
- package/dist/components/profiles.css +0 -95
- package/dist/components/tables.css +0 -80
|
@@ -584,7 +584,7 @@ body:where(.fluid) {
|
|
|
584
584
|
|
|
585
585
|
/* dark links still need .dark because we don't want them overwritten by the light theme link styles in applications */
|
|
586
586
|
|
|
587
|
-
.dark :where(.prose) a:not(.button, .pill) {
|
|
587
|
+
.dark :where(.prose) a:not(.button, .bs-pill) {
|
|
588
588
|
color: var(--bs-purple-200);
|
|
589
589
|
outline-color: var(--bs-blue-300);
|
|
590
590
|
}
|
|
@@ -655,6 +655,11 @@ body:where(.fluid) {
|
|
|
655
655
|
justify-content: flex-start;
|
|
656
656
|
}
|
|
657
657
|
|
|
658
|
+
:where(.cluster[data-variant^="brick"]) > * {
|
|
659
|
+
align-self: stretch;
|
|
660
|
+
flex-grow: 1;
|
|
661
|
+
}
|
|
662
|
+
|
|
658
663
|
.cluster[data-gap="tight"] {
|
|
659
664
|
gap: var(--cluster-space, var(--bs-space-2));
|
|
660
665
|
}
|