2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

FIX: reflects discourse icons naming scheme s/d-icon-*/d-*

This commit is contained in:
Joffrey JAFFEUX 2017-11-21 16:01:15 +01:00 committed by GitHub
parent f210e1660d
commit b5ed980235
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 48 additions and 49 deletions

View file

@ -234,7 +234,7 @@
}
}
.is-warning {
.d-icon-envelope-o {
.d-envelope-o {
&:before {
content: "\f0e0";
}
@ -326,7 +326,7 @@ div.menu-links-header {
a {
font-size: 1.1em;
}
.d-icon-user {
.d-user {
margin-right: 0.2em;
}
}