Move dynamic segments JS and CSS from Premium plugin

[MAILPOET-2382]
This commit is contained in:
Jan Jakeš
2019-10-03 10:50:04 +02:00
committed by Jack Kitterhing
parent 80f335fee3
commit 2f7ad3b35d
8 changed files with 516 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
@import '../../../node_modules/select2/dist/css/select2';
@import 'components/automaticEmails';
@import 'components/datepicker/datepicker';
@import 'components/dynamicSegments';
@import 'components/common';
@import 'components/modal';
@import 'components/notice';

View File

@@ -0,0 +1,7 @@
.form-field-row-filters div {
margin-bottom: 10px;
}
.button.stats-create-segment {
margin-top: 3px;
}