refactor: Move close button to store header

This commit is contained in:
sethburkart123
2024-09-17 18:11:38 +10:00
parent f65dc92490
commit 2a9e901b2b
5 changed files with 25 additions and 57 deletions
-18
View File
@@ -77,24 +77,6 @@ html {
animation: fadeOut 500ms forwards;
}
}
#storeclosebutton {
position: absolute;
top: 10px;
right: 10px;
z-index: 9999;
animation: fadeIn 500ms forwards;
animation-delay: 200ms;
opacity: 0;
&.hide {
animation: fadeOut 500ms forwards;
pointer-events: none;
}
}
.dark #storeclosebutton {
color: white;
}
@keyframes fadeIn {
from {