$
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user