mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-12 00:31:11 -05:00
3f5d34d05f
Question: should script still have `async defer`
14 lines
254 B
SCSS
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;
|
|
}
|
|
}
|