Skip to content

Commit

Permalink
fix nps styles
Browse files Browse the repository at this point in the history
  • Loading branch information
annarhughes committed Oct 24, 2023
1 parent 1de0401 commit 45dd2ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/styles/hotjarNPS.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Hotjar CUSTOM styles to override default hotjar CSS */

._hj-widget-container ._hj-Pbej5__styles__resetStyles * {
font-family: 'Open Sans', 'hotjar', 'sans-serif' !important;
font-family: 'Nunito', 'hotjar', 'sans-serif' !important;
}

._hj-PZjqr__styles__surveyBranding {
Expand Down Expand Up @@ -70,6 +70,7 @@
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
}


._hj-widget-container ._hj-s3UIi__styles__globalStyles ._hj-SU8LU__styles__primaryButton:hover,
._hj-widget-container
._hj-s3UIi__styles__globalStyles
Expand Down Expand Up @@ -101,7 +102,7 @@
._hj-s3UIi__styles__globalStyles
._hj-XpAaA__styles__surveyFooter
button[disabled]:hover {
background: #f1f2f6 !important;
background: rgb(255, 203, 182) !important;
}

/* Input styles */
Expand Down

0 comments on commit 45dd2ed

Please sign in to comment.