Prefix class names
[MAILPOET-1626]
This commit is contained in:
@@ -76,12 +76,12 @@ span
|
|||||||
&.select2-search--dropdown
|
&.select2-search--dropdown
|
||||||
display none !important
|
display none !important
|
||||||
|
|
||||||
.import_validation_step
|
.mailpoet_import_validation_step
|
||||||
max-width: 600px
|
max-width: 600px
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
|
|
||||||
.import_step_buttons
|
.mailpoet_import_step_buttons
|
||||||
flex-direction: row
|
flex-direction: row
|
||||||
margin-top: 1.5em
|
margin-top: 1.5em
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ const PreviousNextStepButtons = ({ canGoNext, onPreviousAction, onNextAction })
|
|||||||
{ 'button-disabled': !canGoNext },
|
{ 'button-disabled': !canGoNext },
|
||||||
);
|
);
|
||||||
return (
|
return (
|
||||||
<div className="import_step_buttons">
|
<div className="mailpoet_import_step_buttons">
|
||||||
<button
|
<button
|
||||||
className="button-primary wysija button"
|
className="button-primary wysija button"
|
||||||
type="button"
|
type="button"
|
||||||
|
@@ -56,7 +56,7 @@ class StepInputValidation extends Component {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div className="import_validation_step">
|
<div className="mailpoet_import_validation_step">
|
||||||
<label htmlFor="subscribers_agreed">
|
<label htmlFor="subscribers_agreed">
|
||||||
<input
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
|
Reference in New Issue
Block a user