feat: Exit Button

This commit is contained in:
Unanemouslyanonymous 2024-11-16 10:21:12 +05:30
parent e30bdd844d
commit c7c28d47c3
11 changed files with 40 additions and 4 deletions

View file

@ -0,0 +1,8 @@
.buttonicon-exit:before {
content: "\2715";
margin-right: 5px;
}
#exit-button {
cursor: pointer;
}