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 99677b6 commit 5724a92
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions includes/modules/CourseEnrollment/CourseEnrollment.php
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ public function render( $attrs, $content, $render_slug ) {
ET_Builder_Element::set_style(
$render_slug,
array(
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-30',
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-32',
'declaration' => sprintf(
'display:flex; flex-direction: column; row-gap: 10px;',
$alignment
Expand All @@ -413,7 +413,7 @@ public function render( $attrs, $content, $render_slug ) {
ET_Builder_Element::set_style(
$render_slug,
array(
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-30',
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-32',
'declaration' => sprintf(
'align-items: %1$s;',
$alignment
Expand All @@ -427,7 +427,7 @@ public function render( $attrs, $content, $render_slug ) {
ET_Builder_Element::set_style(
$render_slug,
array(
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-30',
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-32',
'declaration' => sprintf(
'align-items: %1$s;',
$alignment_tablet
Expand All @@ -441,7 +441,7 @@ public function render( $attrs, $content, $render_slug ) {
ET_Builder_Element::set_style(
$render_slug,
array(
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-30',
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-32',
'declaration' => sprintf(
'align-items: %1$s;',
$alignment
Expand Down
2 changes: 1 addition & 1 deletion includes/modules/CoursePurchase/CoursePurchase.php
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ public function render( $attrs, $content, $render_slug ) {
ET_Builder_Element::set_style(
$render_slug,
array(
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-30',
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-32',
'declaration' => sprintf(
'display:flex; flex-direction: column; row-gap: 10px;',
$alignment
Expand Down
2 changes: 1 addition & 1 deletion includes/templates/course/enrolment-editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,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 esc_attr( $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 includes/templates/course/enrolment.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,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 includes/templates/course/purchase-editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,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 includes/templates/course/purchase.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,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 5724a92

Please sign in to comment.