We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aba0e1 commit f0211a8Copy full SHA for f0211a8
index.html
@@ -57,7 +57,7 @@
57
.screen .inner-label__px{letter-spacing:.01em}
58
.screen .inner-label__percent{font-size:.85em;font-weight:500;color:rgba(34,102,238,.9)}
59
60
- .rotate-btn{position:absolute;top:16px;right:16px;width:42px;height:42px;border-radius:50%;border:0;background:rgba(14,17,22,.78);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;box-shadow:0 8px 20px rgba(13,18,28,.16);transition:background .2s ease,transform .2s ease}
+ .rotate-btn{position:absolute;top:16px;left:16px;width:42px;height:42px;border-radius:50%;border:0;background:rgba(14,17,22,.78);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;box-shadow:0 8px 20px rgba(13,18,28,.16);transition:background .2s ease,transform .2s ease}
61
.rotate-btn:hover{background:rgba(34,102,238,.88)}
62
.rotate-btn:active{transform:scale(.96)}
63
.rotate-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
0 commit comments