UX: fix icon colour on signup CTA (#24818)

This commit is contained in:
chapoi 2023-12-11 13:26:00 +02:00 committed by GitHub
parent 8e373bc167
commit 2eed8753fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1450,6 +1450,11 @@ span.mention {
.btn {
margin-right: 0.5em;
white-space: nowrap;
.d-icon {
color: inherit;
}
&.btn-remind {
background: var(--primary-very-low);
margin-right: auto;