Fixes case of some icons
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user