]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/rounds.scss
respond to whispers
[alttp.git] / resources / sass / rounds.scss
index 4ed13381d977a522b2c74a68776328c97dcbebdc..907d6e946425c5fb9d1d12ad26e5f00d3901bd76 100644 (file)
@@ -8,6 +8,7 @@
                border-radius: $border-radius;
                background: $gray-700;
                padding: 1ex;
+               list-style: none;
 
                &.has-not-finished {
                        border-color: $light;
                }
        }
 }
+
+.seed-code-input {
+       border: none;
+       padding: 0;
+
+       &.game-smr {
+               display: grid;
+               grid-template-columns: 1fr 1fr;
+       }
+}