Separate plugin and public styles
[MAILPOET-2487]
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
.parsley-errors-list {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.parsley-required,
|
||||
.parsley-custom-error-message {
|
||||
color: #b94a48;
|
||||
}
|
@@ -19,7 +19,7 @@ textarea.parsley-error {
|
||||
font-size: .9em;
|
||||
line-height: .9em;
|
||||
list-style-type: none;
|
||||
margin: 2px 0 3px;
|
||||
margin: 8px 0 3px;
|
||||
opacity: 0;
|
||||
padding: 0;
|
||||
transition: all .3s ease-in;
|
||||
@@ -28,3 +28,8 @@ textarea.parsley-error {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.parsley-required,
|
||||
.parsley-custom-error-message {
|
||||
color: #b94a48;
|
||||
}
|
||||
|
@@ -1,88 +0,0 @@
|
||||
#newsletters_container {
|
||||
h2.nav-tab-wrapper {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.mailpoet_stats_text {
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.mailpoet_stat_excellent {
|
||||
color: $badge-color-excellent;
|
||||
}
|
||||
|
||||
.mailpoet_stat_good {
|
||||
color: $badge-color-good;
|
||||
}
|
||||
|
||||
.mailpoet_stat_bad {
|
||||
color: $badge-color-bad;
|
||||
}
|
||||
|
||||
.mailpoet_stat_hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mailpoet_stat_link_small {
|
||||
font-size: .75rem;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
.mailpoet_badge {
|
||||
border-radius: 3px;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
font-size: .5625rem;
|
||||
font-weight: 500;
|
||||
letter-spacing: 1px;
|
||||
margin-right: 4px;
|
||||
padding: 4px 6px 3px;
|
||||
text-transform: uppercase;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.mailpoet_badge_excellent,
|
||||
.mailpoet_badge_teal {
|
||||
background: $badge-color-excellent;
|
||||
}
|
||||
|
||||
.mailpoet_badge_good,
|
||||
.mailpoet_badge_yellow {
|
||||
background: $badge-color-good;
|
||||
}
|
||||
|
||||
.mailpoet_badge_bad,
|
||||
.mailpoet_badge_red {
|
||||
background: $badge-color-bad;
|
||||
}
|
||||
|
||||
.mailpoet_badge_green {
|
||||
background: $badge-color-green;
|
||||
}
|
||||
|
||||
.mailpoet_badge_video {
|
||||
background: $badge-color-video-guide;
|
||||
display: inline-block;
|
||||
line-height: 20px;
|
||||
padding: 3px 6px;
|
||||
text-decoration: none;
|
||||
vertical-align: top;
|
||||
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
background: $badge-color-green;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.dashicons {
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.mailpoet_badge_video_grey {
|
||||
background: #c3c3c3;
|
||||
}
|
@@ -16,36 +16,34 @@
|
||||
// Generic
|
||||
// 3rd-party styles, can be overwritten.
|
||||
@import '../../../node_modules/select2/dist/css/select2';
|
||||
@import 'components-plugin/3rd-party-plugins/datepicker';
|
||||
|
||||
// Components
|
||||
// Actual UI components.
|
||||
@import 'components/automatic-emails';
|
||||
@import 'components/datepicker/datepicker';
|
||||
@import 'components/dynamic-segments';
|
||||
@import 'components/common';
|
||||
@import 'components/legacy-modal';
|
||||
@import 'components/modal';
|
||||
@import 'components/notice';
|
||||
@import 'components/listing';
|
||||
@import 'components/listing/newsletters';
|
||||
@import 'components/box';
|
||||
@import 'components/breadcrumb';
|
||||
@import 'components/form';
|
||||
@import 'components/parsley';
|
||||
@import 'components/form-validation';
|
||||
@import 'components/settings';
|
||||
@import 'components/progress-bar';
|
||||
@import 'components/subscribers';
|
||||
@import 'components/pages';
|
||||
@import 'components/pages-custom';
|
||||
@import 'components/premium-page';
|
||||
@import 'components/mp2-migrator';
|
||||
@import 'components/newsletter-templates';
|
||||
@import 'components/welcome-wizard';
|
||||
@import 'components/feature-announcement';
|
||||
@import 'components/newsletter-congratulate';
|
||||
@import 'components/discounts';
|
||||
@import 'components/review-request';
|
||||
@import 'components/stats';
|
||||
@import 'components/import-export';
|
||||
@import 'components/toggle';
|
||||
@import 'components-plugin/automatic-emails';
|
||||
@import 'components-plugin/dynamic-segments';
|
||||
@import 'components-plugin/common';
|
||||
@import 'components-plugin/legacy-modal';
|
||||
@import 'components-plugin/modal';
|
||||
@import 'components-plugin/notice';
|
||||
@import 'components-plugin/listing';
|
||||
@import 'components-plugin/box';
|
||||
@import 'components-plugin/breadcrumb';
|
||||
@import 'components-plugin/form';
|
||||
@import 'components-plugin/settings';
|
||||
@import 'components-plugin/progress-bar';
|
||||
@import 'components-plugin/subscribers';
|
||||
@import 'components-plugin/pages';
|
||||
@import 'components-plugin/pages-custom';
|
||||
@import 'components-plugin/premium-page';
|
||||
@import 'components-plugin/mp2-migrator';
|
||||
@import 'components-plugin/newsletter-templates';
|
||||
@import 'components-plugin/welcome-wizard';
|
||||
@import 'components-plugin/feature-announcement';
|
||||
@import 'components-plugin/newsletter-congratulate';
|
||||
@import 'components-plugin/discounts';
|
||||
@import 'components-plugin/review-request';
|
||||
@import 'components-plugin/stats';
|
||||
@import 'components-plugin/import-export';
|
||||
@import 'components-plugin/toggle';
|
||||
|
@@ -4,5 +4,4 @@
|
||||
@import 'mixins/clearfix';
|
||||
|
||||
@import 'components/parsley';
|
||||
@import 'components/form-validation';
|
||||
@import 'components/public';
|
||||
@import 'components-public/public';
|
||||
|
Reference in New Issue
Block a user