Skip to content

Commit

Permalink
update: utility classes updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Shewa authored and Shewa committed Mar 15, 2022
1 parent 5168024 commit 7488617
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/course/enrollment-editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<li class="tutor-d-flex tutor-align-items-center tutor-justify-content-between">
<div class="flex-center">
<span class="tutor-icon-24 <?php echo $meta['icon_class']; ?> color-text-primary"></span>
<span class="text-regular-caption color-text-hints tutor-ml-5">
<span class="text-regular-caption color-text-hints tutor-ml-4">
<?php echo esc_html( $meta['label'] ); ?>
</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/course/enrollment.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
<li class="tutor-d-flex tutor-align-items-center tutor-justify-content-between">
<div class="flex-center">
<span class="tutor-icon-24 <?php echo $meta['icon_class']; ?> tutor-color-text-primary"></span>
<span class="text-regular-caption tutor-color-text-hints tutor-ml-5">
<span class="text-regular-caption tutor-color-text-hints tutor-ml-4">
<?php echo esc_html( $meta['label'] ); ?>
</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/course/purchase-editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<li class="tutor-d-flex tutor-align-items-center tutor-justify-content-between">
<div class="flex-center">
<span class="tutor-icon-24 <?php echo $meta['icon_class']; ?> color-text-primary"></span>
<span class="text-regular-caption color-text-hints tutor-ml-5">
<span class="text-regular-caption color-text-hints tutor-ml-4">
<?php echo esc_html( $meta['label'] ); ?>
</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/course/purchase.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
<li class="tutor-d-flex tutor-align-items-center tutor-justify-content-between">
<div class="flex-center">
<span class="tutor-icon-24 <?php echo $meta['icon_class']; ?> tutor-color-text-primary"></span>
<span class="text-regular-caption tutor-color-text-hints tutor-ml-5">
<span class="text-regular-caption tutor-color-text-hints tutor-ml-4">
<?php echo esc_html( $meta['label'] ); ?>
</span>
</div>
Expand Down

0 comments on commit 7488617

Please sign in to comment.