blob: 7e112478cf59527ac0ff52b67203b276b2782c88 [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
6 display: flex;
7 flex-direction: row;
8 flex-wrap: wrap;
9 justify-content: center;
10 align-content: center;
11 align-items: center;
12
13 background-color: #009688;
14 color: #fff;
15 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22), 0 2px 2px 0 rgba(0, 0, 0, 0.12);
16
17 user-select: none;
18}
19
20.TWPT-badge .material-icon-i {
21 font-size: var(--icon-size, 16px);
22}
23
24.TWPT-previous-posts {
25 display: flex;
26 flex-direction: row;
27 align-items: center;
28}
29
30.TWPT-previous-posts .TWPT-badge {
31 --icon-size: 18px;
32 margin-right: 8px;
33}