Skip to content

Commit 5724a92

Browse files
ShewaShewa
authored andcommitted
update: utility classes updated
1 parent 99677b6 commit 5724a92

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

includes/modules/CourseEnrollment/CourseEnrollment.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ public function render( $attrs, $content, $render_slug ) {
400400
ET_Builder_Element::set_style(
401401
$render_slug,
402402
array(
403-
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-30',
403+
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-32',
404404
'declaration' => sprintf(
405405
'display:flex; flex-direction: column; row-gap: 10px;',
406406
$alignment
@@ -413,7 +413,7 @@ public function render( $attrs, $content, $render_slug ) {
413413
ET_Builder_Element::set_style(
414414
$render_slug,
415415
array(
416-
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-30',
416+
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-32',
417417
'declaration' => sprintf(
418418
'align-items: %1$s;',
419419
$alignment
@@ -427,7 +427,7 @@ public function render( $attrs, $content, $render_slug ) {
427427
ET_Builder_Element::set_style(
428428
$render_slug,
429429
array(
430-
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-30',
430+
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-32',
431431
'declaration' => sprintf(
432432
'align-items: %1$s;',
433433
$alignment_tablet
@@ -441,7 +441,7 @@ public function render( $attrs, $content, $render_slug ) {
441441
ET_Builder_Element::set_style(
442442
$render_slug,
443443
array(
444-
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-30',
444+
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-32',
445445
'declaration' => sprintf(
446446
'align-items: %1$s;',
447447
$alignment

includes/modules/CoursePurchase/CoursePurchase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ public function render( $attrs, $content, $render_slug ) {
509509
ET_Builder_Element::set_style(
510510
$render_slug,
511511
array(
512-
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-30',
512+
'selector' => $wrapper . ' .tutor-course-sidebar-card-body.tutor-p-32',
513513
'declaration' => sprintf(
514514
'display:flex; flex-direction: column; row-gap: 10px;',
515515
$alignment

includes/templates/course/enrolment-editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<li class="tutor-d-flex tutor-align-items-center tutor-justify-content-between">
8787
<div class="flex-center">
8888
<span class="tutor-icon-24 <?php echo esc_attr( $meta['icon_class'] ); ?> tutor-color-text-primary"></span>
89-
<span class="text-regular-caption tutor-color-text-hints tutor-ml-5">
89+
<span class="text-regular-caption tutor-color-text-hints tutor-ml-4">
9090
<?php echo esc_html( $meta['label'] ); ?>
9191
</span>
9292
</div>

includes/templates/course/enrolment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
<li class="tutor-d-flex tutor-align-items-center tutor-justify-content-between">
234234
<div class="flex-center">
235235
<span class="tutor-icon-24 <?php echo $meta['icon_class']; ?> tutor-color-text-primary"></span>
236-
<span class="text-regular-caption tutor-color-text-hints tutor-ml-5">
236+
<span class="text-regular-caption tutor-color-text-hints tutor-ml-4">
237237
<?php echo esc_html( $meta['label'] ); ?>
238238
</span>
239239
</div>

includes/templates/course/purchase-editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<li class="tutor-d-flex tutor-align-items-center tutor-justify-content-between">
134134
<div class="flex-center">
135135
<span class="tutor-icon-24 <?php echo $meta['icon_class']; ?> tutor-color-text-primary"></span>
136-
<span class="text-regular-caption tutor-color-text-hints tutor-ml-5">
136+
<span class="text-regular-caption tutor-color-text-hints tutor-ml-4">
137137
<?php echo esc_html( $meta['label'] ); ?>
138138
</span>
139139
</div>

includes/templates/course/purchase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
<li class="tutor-d-flex tutor-align-items-center tutor-justify-content-between">
254254
<div class="flex-center">
255255
<span class="tutor-icon-24 <?php echo $meta['icon_class']; ?> tutor-color-text-primary"></span>
256-
<span class="text-regular-caption tutor-color-text-hints tutor-ml-5">
256+
<span class="text-regular-caption tutor-color-text-hints tutor-ml-4">
257257
<?php echo esc_html( $meta['label'] ); ?>
258258
</span>
259259
</div>

0 commit comments

Comments
 (0)