Skip to content

Commit

Permalink
UU: Overstyrer dårlig styling i UXSignals widget (#2028)
Browse files Browse the repository at this point in the history
* Overstyrer styling på h2, p og span i widget
* Justering line-height
  • Loading branch information
PerOlavM authored Sep 27, 2024
1 parent eeea4e5 commit 4cc5c4a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components/_common/uxsignalsWidget/UxSignalsWidget.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
flex-direction: column;
margin: 1rem 0;

:global(.uxsignals-embed) {
h2 {
font-size: var(--a-font-size-heading-large) !important;
line-height: 1.5 !important;
}
p,
span {
font-size: var(--a-font-size-large) !important;
line-height: 1.5 !important;
}
}

&:empty {
display: none;
}
Expand Down

0 comments on commit 4cc5c4a

Please sign in to comment.