mirror of https://github.com/zulip/zulip.git
fonts: Enumerate empty and full checkmarks.
We'll use this in an onboarding checklist. (imported from commit 511602b0afb7a024fc2137617ac22475a600b981)
This commit is contained in:
parent
d9d1ece5a4
commit
0304014274
|
@ -432,3 +432,5 @@ ul.icons li [class*=" icon-vector-"] {
|
|||
.icon-vector-bullhorn:before { content: "\f0a1"; }
|
||||
.icon-vector-list:before { content: "\f03a"; }
|
||||
.icon-vector-cog:before { content: "\f013"; }
|
||||
.icon-vector-check:before { content: "\f046"; }
|
||||
.icon-vector-check-empty:before { content: "\f096"; }
|
||||
|
|
Loading…
Reference in New Issue