X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fmap.scss;fp=resources%2Fsass%2Fmap.scss;h=95d645ad178a01868d4d85d04fa156a128825be5;hb=f17b9f3b6f7f9e678c681c719eea6fb5c41a387f;hp=0000000000000000000000000000000000000000;hpb=df04cf968fa80a7dcda923ce91242ba52b5ce038;p=alttp.git diff --git a/resources/sass/map.scss b/resources/sass/map.scss new file mode 100644 index 0000000..95d645a --- /dev/null +++ b/resources/sass/map.scss @@ -0,0 +1,18 @@ +.map-pin { + path { + fill: red; + stroke: black; + stroke-width: 2px; + vector-effect: non-scaling-stroke; + } +} + +.map-popover { + position: absolute; + width: 40vw; + min-width: 20em; + + &.hidden { + display: none; + } +}