Skip to content

Commit ec22add

Browse files
committed
syntaks :global
1 parent 7aef3a4 commit ec22add

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/nextjs/src/components/pages/contact-step-page/ContactStepPage.module.scss

+3-5
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,9 @@
5151
border-radius: 6px;
5252
border: 1px solid var(--a-border-subtle);
5353

54-
& :global {
55-
.navds-link-panel__title {
56-
color: var(--default-action-color);
57-
font-size: 1.25rem;
58-
}
54+
:global(.navds-link-panel__title) {
55+
color: var(--default-action-color);
56+
font-size: 1.25rem;
5957
}
6058
}
6159
}

0 commit comments

Comments
 (0)