]> git.localhorst.tv Git - alttp.git/blob - resources/sass/map.scss
basic map pins
[alttp.git] / resources / sass / map.scss
1 .map-pin {
2         path {
3                 fill: red;
4                 stroke: black;
5                 stroke-width: 2px;
6                 vector-effect: non-scaling-stroke;
7         }
8 }
9
10 .map-popover {
11         position: absolute;
12         width: 40vw;
13         min-width: 20em;
14
15         &.hidden {
16                 display: none;
17         }
18 }