Flare Tag styling update (#9969)

This commit is contained in:
ludwiczakpawel 2020-08-24 16:53:35 +02:00 committed by GitHub
parent df900cfd98
commit 919fad9ab3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,7 +138,6 @@
&__flare-tag {
font-weight: normal;
font-family: var(--ff-monospace);
font-size: 0.6em;
padding: 0.3em;
vertical-align: middle;
@ -147,7 +146,6 @@
line-height: 1em;
display: inline-block;
border-radius: var(--radius);
letter-spacing: -0.05em;
background: var(--base-60);
margin-right: var(--su-1);
color: var(--base-inverted);