]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/users.scss
show placements on user profile
[alttp.git] / resources / sass / users.scss
index c6f7509e47cb9ea63b29dfff8006a8a518960222..5847ae7aa4bb3401e5c8c2037b0e9fd17bcd11c8 100644 (file)
@@ -1,3 +1,17 @@
+.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;