@typlog/ui 0.10.0 → 0.10.1
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/style.css +4 -0
- package/package.json +1 -1
package/dist/style.css
CHANGED
@@ -9764,6 +9764,10 @@ to {
|
|
9764
9764
|
width: fit-content;
|
9765
9765
|
}
|
9766
9766
|
|
9767
|
+
.ui-RadioCardsItem .ui-Card {
|
9768
|
+
width: 100%;
|
9769
|
+
height: 100%;
|
9770
|
+
}
|
9767
9771
|
.ui-RadioCardsItem:where([data-state="checked"]) .ui-Card {
|
9768
9772
|
--card-border-color: var(--accent-10);
|
9769
9773
|
box-shadow: 0 0 0 1px var(--accent-10);
|