mirror of
https://github.com/discourse/discourse.git
synced 2025-05-07 06:53:00 +08:00
UX: fix icon colour on signup CTA (#24818)
This commit is contained in:
parent
8e373bc167
commit
2eed8753fb
@ -1450,6 +1450,11 @@ span.mention {
|
|||||||
.btn {
|
.btn {
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
|
.d-icon {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
&.btn-remind {
|
&.btn-remind {
|
||||||
background: var(--primary-very-low);
|
background: var(--primary-very-low);
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user