Skip to content

Commit fad178c

Browse files
committed
Overstyrer styling på h2, p og span i widget
1 parent 13995fa commit fad178c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/components/_common/uxsignalsWidget/UxSignalsWidget.module.scss

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
flex-direction: column;
44
margin: 1rem 0;
55

6+
:global(.uxsignals-embed) {
7+
h2 {
8+
font-size: var(--a-font-size-heading-large) !important;
9+
line-height: var(--a-font-line-height-heading-large) !important;
10+
}
11+
p,
12+
span {
13+
font-size: var(--a-font-size-large) !important;
14+
line-height: var(--a-font-size-xlarge) !important;
15+
}
16+
}
17+
618
&:empty {
719
display: none;
820
}

0 commit comments

Comments
 (0)