]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/rounds.scss
better chart ui
[alttp.git] / resources / sass / rounds.scss
index 8b58071fc8237f48487fd2a1e1cdf1159a6b3f18..d8d117db805f729859c1a0b4bf98c883401369d5 100644 (file)
@@ -7,5 +7,48 @@
                border: thin solid $secondary;
                border-radius: 1ex;
                padding: 1ex;
+
+               &.has-not-finished {
+                       box-shadow: 0 0 0.25rem $primary;
+               }
+
+               .info {
+                       padding-right: 1rem;
+                       min-width: 13em;
+
+                       .date {
+                               font-size: 125%;
+                       }
+
+                       .rolled-by {
+                               display: inline-block;
+                               vertical-align: middle;
+
+                               img {
+                                       max-height: 2rem;
+                                       width: auto;
+                                       border-radius: 50%;
+                               }
+                       }
+
+                       .seed-code, .btn, .rolled-by {
+                               margin-bottom: 1ex;
+                       }
+               }
        }
 }
+
+.seed-code {
+       display: inline-flex;
+       flex-direction: row;
+       flex-wrap: nowrap;
+       align-items: center;
+       align-content: center;
+       justify-content: flex-start;
+       gap: 0.5ex;
+       padding: 0.5ex;
+       border-radius: 0.5ex;
+       background: $dark;
+       color: $light;
+       vertical-align: middle;
+}