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