More actions
(Replaced content with "a.external.text::after { display: none; }") Tags: Replaced Manual revert |
No edit summary |
||
| Line 1: | Line 1: | ||
a.external.text::after { | a.external.text::after { | ||
display: none; | display: none; | ||
} | |||
.goalprogress__container { | |||
background-color: var(--color-surface-3); | |||
border-radius: var(--border-radius--medium); | |||
font-size: 0.8125rem; | |||
text-align: center; | |||
position: relative; | |||
border: 1px solid var(--border-color-base); | |||
height: 2rem; | |||
} | } | ||