blob: 7e862fdc9fb41bb0ba722b8dc06317433f59ee59 [file] [log] [blame]
avm9996306167752020-09-08 00:50:36 +02001.TWPT-badge {
2 width: calc(18/13*var(--icon-size, 16px));
3 height: calc(18/13*var(--icon-size, 16px));
4 border-radius: 50%;
5 margin: 4px;
6
7 display: inline-flex;
8 flex-direction: row;
9 flex-wrap: wrap;
10 justify-content: center;
11 align-content: center;
12 align-items: center;
13
14 background-color: #009688;
15 color: #fff;
16 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22), 0 2px 2px 0 rgba(0, 0, 0, 0.12);
17
18 user-select: none;
19}
20
21.TWPT-badge img {
22 height: var(--icon-size, 16px);
23 filter: invert(1);
24}
25
26.user-profile__user-link.TWPT-user-link > * {
27 vertical-align: middle;
28}