Skip to content

Commit

Permalink
Styles for HotJar surveys
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Nov 28, 2023
1 parent 25e34a1 commit 6716bc1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/srm/src/app/page/page.component.less
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@

&.visible {
transform: translateY(0%);
background: white;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
// background: white;
// box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.desktop({
Expand All @@ -210,12 +210,12 @@
::ng-deep {
* {
pointer-events: all;
box-shadow: none !important;
// box-shadow: none !important;
text-align: right !important;
font-family: 'RAG Sans', sans-serif !important;
}
._hj-widget-container {
box-shadow: none !important;
// box-shadow: none !important;
& > * > * {
font-family: 'RAG Sans', sans-serif !important;
* {
Expand Down
15 changes: 15 additions & 0 deletions projects/srm/src/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,18 @@ input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
-webkit-appearance:none;
}

// HotJar style fixes
._hj-widget-theme-light._hj-widget-container * {
font-family: RAG Sans,sans-serif !important;
text-align: right !important;
}

._hj-widget-theme-light._hj-widget-container input[type=range] {
direction: ltr !important;
transform: rotate(180deg);
}

._hj-widget-theme-light._hj-widget-container datalist > option {
text-align: center !important;
}

0 comments on commit 6716bc1

Please sign in to comment.