Refactor inline styles from manage subscription form template to css file
[MAILPOET-1635]
This commit is contained in:
committed by
Veljko V
parent
c2c47a1c84
commit
2a472ceb2a
@@ -455,4 +455,8 @@ div.mailpoet_form_slide_in.active {
|
||||
.mailpoet-submit-success {
|
||||
color: $color-input-success;
|
||||
}
|
||||
|
||||
.mailpoet-change-email-info {
|
||||
font-size: 85%;
|
||||
}
|
||||
}
|
||||
|
@@ -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' %>
|
||||
|
Reference in New Issue
Block a user