Replace the auth chat message badge with an icon

This commit is contained in:
Gabe Kangas
2022-09-01 21:41:33 -07:00
parent 7c17e078d3
commit 6d7f0302bf
3 changed files with 20 additions and 8 deletions

View File

@@ -3,9 +3,10 @@
.badge {
font-family: var(--theme-text-display-font-family);
font-weight: 500;
font-size: 0.4em;
font-size: 0.6rem;
text-transform: uppercase;
padding: 2px;
padding: 1px;
padding-top: 0px;
border-radius: 3px;
border-width: 1px;
border-style: solid;