X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fusers.scss;h=5847ae7aa4bb3401e5c8c2037b0e9fd17bcd11c8;hb=2ab05ab7927e8b21887ffa42d04eb9d4ff899382;hp=c6f7509e47cb9ea63b29dfff8006a8a518960222;hpb=d32516335ea2534e15256c948e9c38d3de40794b;p=alttp.git diff --git a/resources/sass/users.scss b/resources/sass/users.scss index c6f7509..5847ae7 100644 --- a/resources/sass/users.scss +++ b/resources/sass/users.scss @@ -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;