avm99963 | 0616775 | 2020-09-08 00:50:36 +0200 | [diff] [blame] | 1 | .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 | } |