better ux for quick restart button

This commit is contained in:
2020-04-06 12:05:36 +02:00
parent 9f77fd5262
commit b0ea58df66
+2 -1
View File
@@ -15,10 +15,11 @@
.restart { .restart {
top: 0; top: 0;
right: 0; right: 0;
cursor: pointer;
&::before { &::before {
content: '⟳'; content: '⟳';
font-size: 3rem; font-size: 5vh;
opacity: .5; opacity: .5;
color: @accentfg; color: @accentfg;
} }