Skip to content

Commit 75a8d56

Browse files
committed
a pinch of heading / description styling
1 parent 92dfcfe commit 75a8d56

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

assets/css/page-widgets/suggested-tasks.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,15 @@
346346
}
347347
}
348348

349+
.prpl-interactive-task-title {
350+
font-size: 18px;
351+
line-height: 22px;
352+
353+
& + p {
354+
margin-top: 4px;
355+
}
356+
}
357+
349358
/* Set padding and background color for content column (description text). */
350359
&.prpl-column-content {
351360
padding: 20px;

classes/suggested-tasks/providers/interactive/class-email-sending.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ public function the_popover_content() {
110110
provider-id="<?php echo \esc_attr( $this->get_provider_id() ); ?>"
111111
>
112112
<div class="prpl-columns-wrapper-flex">
113-
<div class="prpl-column prpl-column-content">
114-
<h2><?php \esc_html_e( 'Test email sending', 'progress-planner' ); ?></h2>
115-
<p><?php \esc_html_e( 'Are you ready to test that email from your site works?', 'progress-planner' ); ?></p>
113+
<div class="prpl-column prpl-column-content">
114+
<h2 class="prpl-interactive-task-title"><?php \esc_html_e( 'Test email sending', 'progress-planner' ); ?></h2>
115+
<p class="prpl-interactive-task-description"><?php \esc_html_e( 'Are you ready to test that email from your site works?', 'progress-planner' ); ?></p>
116116
</div>
117117
<div class="prpl-column">
118118
<div id="prpl-sending-email-form">

0 commit comments

Comments
 (0)