diff --git a/src/main/resources/static/css/sign.css b/src/main/resources/static/css/sign.css index c6ae3374..e866364c 100644 --- a/src/main/resources/static/css/sign.css +++ b/src/main/resources/static/css/sign.css @@ -36,4 +36,22 @@ select#font-select option { user-select: none; top: 0px; left: 0; + transform-origin: center center; +} +.rotate-handle { + width: 10px; + height: 10px; + background: blue; + position: absolute; + top: -20px; + left: 50%; + transform: translateX(-50%); + cursor: pointer; +} +.rotate-button { + background-color: rgba(13, 110, 253, 0.1); + border: none; + cursor: pointer; + padding: 5px; + margin: 2px; }