Update sign.css

This commit is contained in:
Anthony Stirling
2024-08-03 13:06:35 +01:00
committed by GitHub
parent a35d3223ea
commit d57b36a61a

View File

@@ -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;
}