We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13995fa commit fad178cCopy full SHA for fad178c
src/components/_common/uxsignalsWidget/UxSignalsWidget.module.scss
@@ -3,6 +3,18 @@
3
flex-direction: column;
4
margin: 1rem 0;
5
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
+
18
&:empty {
19
display: none;
20
}
0 commit comments