]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/tracker.scss
brighter check color
[alttp.git] / resources / sass / tracker.scss
index 2e75301da33bee88a795ac67666ccd5d18fce0fe..5bc5a4696f870ea53e53157edcf8f8f27f6d2aaa 100644 (file)
                        line-height: 1;
                }
        }
+       .tracker-map {
+               .canvas {
+                       width: 100%;
+                       height: auto;
+                       .location {
+                               .box {
+                                       width: 0.04px;
+                                       height: 0.04px;
+                                       transform: translate(-0.02px, -0.02px);
+                                       fill: #0d0;
+                                       stroke: black;
+                                       stroke-width: 1px;
+                                       vector-effect: non-scaling-stroke;
+                               }
+                               .text {
+                                       fill: black;
+                                       font-size: 0.02px;
+                                       font-weight: bold;
+                                       text-anchor: middle;
+                                       dominant-baseline: middle;
+                                       pointer-events: none;
+                                       user-select: none;
+                               }
+                               &.status-cleared {
+                                       .box {
+                                               fill: grey;
+                                               opacity: 0.4;
+                                       }
+                               }
+                               &.size-lg {
+                                       .box {
+                                               width: 0.08px;
+                                               height: 0.08px;
+                                               transform: translate(-0.04px, -0.04px);
+                                       }
+                                       .text {
+                                               font-size: 0.04px;
+                                       }
+                               }
+                               &.clickable {
+                                       .box:hover {
+                                               stroke: white;
+                                       }
+                               }
+                       }
+               }
+       }
        .toggle-icon {
                &.inactive {
                        opacity: .5;