UNPKG

@varlet/ui

Version:

A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.

21 lines (20 loc) 837 B
var stdin_default = { "--table-background": "var(--color-surface-container-low)", "--table-tbody-tr-hover-background": "var(--color-surface-container-low)", "--table-border-radius": "2px", "--table-thead-border-bottom": "thin solid var(--color-outline)", "--table-thead-th-text-color": "rgba(0, 0, 0, 0.6)", "--table-thead-th-text-align": "left", "--table-thead-th-font-size": "14px", "--table-thead-tr-border-bottom": "thin solid var(--color-outline)", "--table-tbody-tr-border-bottom": "thin solid var(--color-outline)", "--table-tbody-td-text-color": "#555", "--table-tbody-td-font-size": "16px", "--table-tbody-td-text-align": "left", "--table-row-height": "46px", "--table-row-padding": "0 16px", "--table-footer-border-top": "thin solid var(--color-outline)" }; export { stdin_default as default };