bank20baht-ui 0.1.2 → 0.1.3
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/tokens.css +2 -0
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
package/dist/tokens.css
CHANGED
|
@@ -257,6 +257,8 @@
|
|
|
257
257
|
.baht-option .baht-label { margin: 0; font-weight: normal; font-size: var(--baht-font-size); color: var(--baht-color-text); }
|
|
258
258
|
.baht-option input[type='checkbox'], .baht-option input[type='radio'] { accent-color: var(--baht-color-primary); }
|
|
259
259
|
|
|
260
|
+
.baht-control--checkbox { flex-direction: row; align-items: center; }
|
|
261
|
+
|
|
260
262
|
/* toggle switch */
|
|
261
263
|
.baht-control--toggle { flex-direction: row; align-items: center; }
|
|
262
264
|
.baht-control--toggle input[type='checkbox'] { position: absolute; opacity: 0; pointer-events: none; }
|
package/dist/web-types.json
CHANGED