mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fix lock icon class
This commit is contained in:
parent
bee39f4389
commit
7114f0a936
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
||||||
.icon-new:before {
|
.icon-new:before {
|
||||||
content: "\e014";
|
content: "\e014";
|
||||||
}
|
}
|
||||||
.icon-lock-2:before {
|
.icon-lock:before {
|
||||||
content: "\e015";
|
content: "\e015";
|
||||||
}
|
}
|
||||||
.icon-link:before {
|
.icon-link:before {
|
||||||
|
|
Loading…
Add table
Reference in a new issue