File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
src/components/visual/button Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 11:host {
22 @apply mvx :flex ;
33
4+ /* Inherit CSS variables from parent document into shadow DOM */
5+ --mvx-button-bg-primary : var (--mvx-button-bg-primary );
6+ --mvx-button-text-primary : var (--mvx-button-text-primary );
7+ --mvx-button-bg-secondary : var (--mvx-button-bg-secondary );
8+ --mvx-button-text-secondary : var (--mvx-button-text-secondary );
9+ --mvx-neutral-925 : var (--mvx-neutral-925 );
10+ --mvx-white : var (--mvx-white );
11+ --mvx-text-color-secondary : var (--mvx-text-color-secondary );
12+
413 .button {
514 @apply mvx :flex mvx:items- center mvx:justify- center mvx:font- bold mvx:leading- none mvx:px- 4 mvx:max- h- full;
615 @apply mvx :rounded- xl mvx:cursor- pointer mvx:transition- all mvx:duration- 200 mvx:ease-in-out mvx:gap- 2;
You can’t perform that action at this time.
0 commit comments