Fixes case of some icons

This commit is contained in:
Javier Arce
2016-01-22 18:39:44 +01:00
parent b45b7c10a4
commit f92109cbdb
6 changed files with 24 additions and 12 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -54,14 +54,14 @@ All available icons in CartoDB.
<div class="box">
<i class="CDB-IconFont CDB-IconFont--heartempty Size-large"></i>
<h4 class="Text Size-small">heartempty</h4>
<i class="CDB-IconFont CDB-IconFont--heartEmpty Size-large"></i>
<h4 class="Text Size-small">heartEmpty</h4>
</div>
<div class="box">
<i class="CDB-IconFont CDB-IconFont--heartfill Size-large"></i>
<h4 class="Text Size-small">heartfill</h4>
<i class="CDB-IconFont CDB-IconFont--heartFill Size-large"></i>
<h4 class="Text Size-small">heartFill</h4>
</div>
@@ -234,8 +234,8 @@ All available icons in CartoDB.
<div class="box">
<i class="CDB-IconFont CDB-IconFont--unlockwithEllipsis Size-large"></i>
<h4 class="Text Size-small">unlockwithEllipsis</h4>
<i class="CDB-IconFont CDB-IconFont--unlockWithellipsis Size-large"></i>
<h4 class="Text Size-small">unlockWithellipsis</h4>
</div>
@@ -631,12 +631,12 @@ All available icons in CartoDB.
}
.CDB-IconFont--heartempty::before {
.CDB-IconFont--heartEmpty::before {
content: '\E003';
}
.CDB-IconFont--heartfill::before {
.CDB-IconFont--heartFill::before {
content: '\E004';
}
@@ -781,7 +781,7 @@ All available icons in CartoDB.
}
.CDB-IconFont--unlockwithEllipsis::before {
.CDB-IconFont--unlockWithellipsis::before {
content: '\E021';
}