Add waiting cursor on loading

This commit is contained in:
Quentin Hocdé
2019-06-26 09:32:15 -04:00
parent 7d47ae0d82
commit e6dec31198

View File

@@ -46,6 +46,10 @@ html {
@media (min-width: $from-colossal) {
font-size: 24px;
}
&.is-loading {
cursor: wait;
}
}
::selection {