There was an error while loading. Please reload this page.
1 parent cf0d562 commit d20f9edCopy full SHA for d20f9ed
1 file changed
src/pages/Map.scss
@@ -18,18 +18,18 @@ main > div,
18
margin-bottom: 1em;
19
min-height: min(60vh, 600px);
20
21
-button {
22
- width: 2.6rem;
23
- height: 2.6rem;
24
- background: rgb(255 255 255 / 50%);
25
- backdrop-filter: blur(0); /* no unit on zero */
26
- border: 1px solid black;
27
- border-radius: 50%;
28
- box-shadow:
29
- 0 1px 3px rgb(0 0 0 / 8%),
30
- 0 6px 16px rgb(0 0 0 / 10%);
31
- cursor: pointer;
32
-}
+ button {
+ width: 2.6rem;
+ height: 2.6rem;
+ background: rgb(255 255 255 / 50%);
+ backdrop-filter: blur(0); /* no unit on zero */
+ border: 1px solid black;
+ border-radius: 50%;
+ box-shadow:
+ 0 1px 3px rgb(0 0 0 / 8%),
+ 0 6px 16px rgb(0 0 0 / 10%);
+ cursor: pointer;
+ }
33
34
.map-index {
35
position: absolute;
0 commit comments