Prefix class names
[MAILPOET-1626]
This commit is contained in:
@@ -10,7 +10,7 @@ const PreviousNextStepButtons = ({ canGoNext, onPreviousAction, onNextAction })
|
||||
{ 'button-disabled': !canGoNext },
|
||||
);
|
||||
return (
|
||||
<div className="import_step_buttons">
|
||||
<div className="mailpoet_import_step_buttons">
|
||||
<button
|
||||
className="button-primary wysija button"
|
||||
type="button"
|
||||
|
@@ -56,7 +56,7 @@ class StepInputValidation extends Component {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div className="import_validation_step">
|
||||
<div className="mailpoet_import_validation_step">
|
||||
<label htmlFor="subscribers_agreed">
|
||||
<input
|
||||
type="checkbox"
|
||||
|
Reference in New Issue
Block a user