X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Ftracker.scss;h=f1b745a0a24c97617f4a8e0a2afd52b2b9871f3b;hb=f145023c506cecad618e465a034933e1a5962637;hp=2e75301da33bee88a795ac67666ccd5d18fce0fe;hpb=3213c82ad2dd75e313d15423e25653596c7ce278;p=alttp.git diff --git a/resources/sass/tracker.scss b/resources/sass/tracker.scss index 2e75301..f1b745a 100644 --- a/resources/sass/tracker.scss +++ b/resources/sass/tracker.scss @@ -118,6 +118,29 @@ line-height: 1; } } + .tracker-map { + .canvas { + width: 50em; + height: auto; + .location { + width: 0.04px; + height: 0.04px; + fill: green; + stroke: black; + stroke-width: 0.003px; + transform: translate(-0.02px, -0.02px); + &.status-cleared { + fill: grey; + opacity: 0.4; + } + &.size-lg { + width: 0.08px; + height: 0.08px; + transform: translate(-0.04px, -0.04px); + } + } + } + } .toggle-icon { &.inactive { opacity: .5;