]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/users.scss
basic auto tracking
[alttp.git] / resources / sass / users.scss
index 94aab1e9e76c28c158ac25cc684ea973f5caac99..5847ae7aa4bb3401e5c8c2037b0e9fd17bcd11c8 100644 (file)
@@ -1,4 +1,22 @@
+.record-box {
+       display: flex;
+       align-items: center;
+       justify-content: space-around;
+       border: thin solid $secondary;
+       border-radius: 0.5rem;
+       padding: 1rem;
+       font-size: 1.5rem;
+
+       .count {
+               margin-left: 0.5rem;
+       }
+}
+
 .user-box {
+       padding: 0;
+       color: inherit;
+       text-decoration: none;
+
        img {
                max-height: 2rem;
                width: auto;