Add DefaultSender fields

I could not reuse DefaultSender component from old settings
because it doesn't use the Redux store.
[MAILPOET-2677]
This commit is contained in:
Amine Ben hammou
2020-03-11 14:23:04 +01:00
committed by Veljko V
parent e5ff076e78
commit f8d88c70a4
6 changed files with 93 additions and 8 deletions

View File

@@ -29,3 +29,7 @@
display: inline-block;
margin: 2px;
}
.mailpoet-settings-inputs .regular-text p {
font-size: 14px;
}