diff --git a/chip/chip.view.css.ts b/chip/chip.view.css.ts new file mode 100644 index 0000000000..e1b50da283 --- /dev/null +++ b/chip/chip.view.css.ts @@ -0,0 +1,17 @@ +namespace $.$$ { + + $mol_style_define( $mol_chip, { + + padding: $mol_gap.text, + + border: { + radius: $mol_gap.round, + }, + + background: { + color: $mol_theme.card, + }, + + } ) + +} diff --git a/chip/chip.view.tree b/chip/chip.view.tree new file mode 100644 index 0000000000..9e5519b940 --- /dev/null +++ b/chip/chip.view.tree @@ -0,0 +1,3 @@ +$mol_chip $mol_view + sub / + <= title