X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=resources%2Fsass%2Frounds.scss;h=907d6e946425c5fb9d1d12ad26e5f00d3901bd76;hb=75951b15b6f61268c223906b60babf414c01cc2d;hp=2d19cc438c34cfd81cb5cf54ace48b31506578e4;hpb=72d6c25d3b1a6d79843d5673ba78804dd442ae39;p=alttp.git diff --git a/resources/sass/rounds.scss b/resources/sass/rounds.scss index 2d19cc4..907d6e9 100644 --- a/resources/sass/rounds.scss +++ b/resources/sass/rounds.scss @@ -66,3 +66,13 @@ } } } + +.seed-code-input { + border: none; + padding: 0; + + &.game-smr { + display: grid; + grid-template-columns: 1fr 1fr; + } +}