]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/rounds.scss
SMR seed codes
[alttp.git] / resources / sass / rounds.scss
index d8d117db805f729859c1a0b4bf98c883401369d5..6e3d04c900a509aff7981043c5ef5591b27d28e2 100644 (file)
@@ -39,9 +39,6 @@
 }
 
 .seed-code {
-       display: inline-flex;
-       flex-direction: row;
-       flex-wrap: nowrap;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
        background: $dark;
        color: $light;
        vertical-align: middle;
+
+       &.game-alttpr {
+               display: inline-flex;
+               flex-direction: row;
+               flex-wrap: nowrap;
+       }
+
+       &.game-smr {
+               display: inline-grid;
+               grid-template-columns: 1fr 1fr;
+               > span {
+                       text-transform: uppercase;
+               }
+       }
 }