]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/tracker.scss
base logic test cases
[alttp.git] / resources / sass / tracker.scss
index eae60c3586d0992746148feee5adababa5dc7cec..27bd55e9da9f16e6302a623a266a594c3438fd6a 100644 (file)
@@ -41,6 +41,9 @@
                                &.is-zero {
                                        display: none;
                                }
+                               &.is-full {
+                                       color: green;
+                               }
                        }
                }
        }
                                                opacity: 0.4;
                                        }
                                }
+                               &.status-partial {
+                                       .box {
+                                               fill: yellow;
+                                       }
+                               }
+                               &.status-unavailable {
+                                       .box {
+                                               fill: red;
+                                       }
+                               }
                                &.size-lg {
                                        .box {
                                                width: 0.08px;
                }
        }
        .tracker-toolbar {
+               label .zelda-icon,
                .toggle-icon {
                        display: inline-block;
                        width: 2em;
                        height: 2em;
                }
+               .form-select {
+                       background-image: none;
+                       padding-right: 0.75rem;
+                       border: none;
+               }
        }
        .zelda-icon {
                width: 100%;