Refactor inline styles from manage subscription form template to css file

[MAILPOET-1635]
This commit is contained in:
Rostislav Wolny
2020-07-30 13:38:58 +02:00
committed by Veljko V
parent c2c47a1c84
commit 2a472ceb2a
2 changed files with 5 additions and 1 deletions

View File

@@ -455,4 +455,8 @@ div.mailpoet_form_slide_in.active {
.mailpoet-submit-success {
color: $color-input-success;
}
.mailpoet-change-email-info {
font-size: 85%;
}
}

View File

@@ -8,7 +8,7 @@
<p class="mailpoet_paragraph">
<label> <%= __('Email', 'mailpoet') %>*<br /><strong><%= email|escape %></strong></label>
<br />
<span style="font-size:85%;"><%= editEmailInfo|raw %></span>
<span class="mailpoet-change-email-info"><%= editEmailInfo|raw %></span>
</p>
<%= formHtml|raw %>
<% if formState == 'success' %>