scratch-www/src/components/helpwidget/helpwidget.scss
Chris Garrity 3f5d34d05f delay loading freshdesk script
Question: should script still have `async defer`
2020-05-01 09:23:35 -04:00

14 lines
254 B
SCSS

.gethelp-button {
position: relative;
margin-bottom: 2rem;
.spinner {
position: absolute;
width: 2rem;
height: 2rem;
left: 50%;
margin-left: -1rem;
top: 50%;
margin-top: -1rem;
}
}