]> git.localhorst.tv Git - alttp.git/blob - resources/sass/users.scss
snes settings
[alttp.git] / resources / sass / users.scss
1 .record-box {
2         display: flex;
3         align-items: center;
4         justify-content: space-around;
5         border: thin solid $secondary;
6         border-radius: 0.5rem;
7         padding: 1rem;
8         font-size: 1.5rem;
9
10         .count {
11                 margin-left: 0.5rem;
12         }
13 }
14
15 .user-box {
16         padding: 0;
17         color: inherit;
18         text-decoration: none;
19
20         img {
21                 max-height: 2rem;
22                 width: auto;
23                 border-radius: 50%;
24                 margin: 0 0.25rem;
25         }
26 }