This commit is contained in:
pro.boooooo
2024-03-28 02:54:48 +01:00
parent 66d5b3d533
commit bc0c68282a
9 changed files with 406 additions and 151 deletions

View File

@@ -1,6 +1,6 @@
.add-btn-container {
display: flex;
position: absolute;
position: fixed;
bottom: 20px;
right: 20px;
width: 45px;
@@ -15,5 +15,11 @@
color: white;
font-weight: bold;
font-size: 15px;
&:hover {
transform: scale(1.05);
transition: 0.2s;
cursor: pointer;
}
}
}