✨ Updated page style & added drop love button
This commit is contained in:
+18
-2
@@ -1,7 +1,23 @@
|
||||
.mapContainer {
|
||||
position: relative;
|
||||
width: 100svw;
|
||||
height: 100svh;
|
||||
|
||||
& > .dropLove {
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
display: grid;
|
||||
grid-template-columns: 20px 1fr;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
padding: 10px 30px;
|
||||
border: none;
|
||||
border-radius: 300px;
|
||||
background-color: #d94253;
|
||||
color: #ffffff;
|
||||
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
}
|
||||
|
||||
.appMessage {
|
||||
|
||||
Reference in New Issue
Block a user