]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/tracker.scss
tracker descriptions
[alttp.git] / resources / sass / tracker.scss
index f1b745a0a24c97617f4a8e0a2afd52b2b9871f3b..96da0ae2594f35aa4ab52f0e7886f9b251547fff 100644 (file)
                        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);
+                               .box {
+                                       width: 0.04px;
+                                       height: 0.04px;
+                                       fill: green;
+                                       stroke: black;
+                                       stroke-width: 0.003px;
+                                       transform: translate(-0.02px, -0.02px);
+                               }
+                               .text {
+                                       fill: black;
+                                       font-size: 0.02px;
+                                       font-weight: bold;
+                                       text-anchor: middle;
+                                       dominant-baseline: middle;
+                                       pointer-events: none;
+                               }
                                &.status-cleared {
-                                       fill: grey;
-                                       opacity: 0.4;
+                                       .box {
+                                               fill: grey;
+                                               opacity: 0.4;
+                                       }
                                }
                                &.size-lg {
-                                       width: 0.08px;
-                                       height: 0.08px;
-                                       transform: translate(-0.04px, -0.04px);
+                                       .box {
+                                               width: 0.08px;
+                                               height: 0.08px;
+                                               transform: translate(-0.04px, -0.04px);
+                                       }
+                                       .text {
+                                               font-size: 0.04px;
+                                       }
                                }
                        }
                }