Skip to content

Commit c92be8e

Browse files
Fixed MIME types
1 parent 6a8260d commit c92be8e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/visual/button/button.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
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;

0 commit comments

Comments
 (0)