feat: button has been migrated

This commit is contained in:
2024-05-28 21:44:07 -05:00
parent 93bb9a1d4b
commit cf72cd4e90
2 changed files with 20 additions and 9 deletions

View File

@@ -206,6 +206,15 @@ h1 {
gap: 10px;
}
.top-left {
position: fixed;
top: 10px;
left: 15px;
display: flex;
align-items: center;
justify-content: center;
}
.checkbox {
opacity: 0;
position: absolute;