187 lines
2.9 KiB
SCSS
187 lines
2.9 KiB
SCSS
.mailpoet_hidden, .mailpoet_validation_error {
|
|
display: none;
|
|
}
|
|
|
|
span {
|
|
&.mailpoet_mailchimp-key-status {
|
|
&.mailpoet_mailchimp-ok {
|
|
&:before {
|
|
color: #0e90d2;
|
|
content: "\2713";
|
|
margin-left: 15px;
|
|
}
|
|
}
|
|
&.mailpoet_mailchimp-error {
|
|
&:before {
|
|
color: #900;
|
|
content: "\2717";
|
|
margin-left: 15px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#subscribers_data {
|
|
overflow: auto;
|
|
table {
|
|
width: auto;
|
|
}
|
|
td {
|
|
padding: 0.5em;
|
|
}
|
|
& > table {
|
|
& > tbody {
|
|
& > td {
|
|
padding: 0.5em;
|
|
}
|
|
& > tr {
|
|
&:nth-child(odd) {
|
|
background: #f9f9f9;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.mailpoet_header {
|
|
font-weight: 600;
|
|
text-decoration: underline;
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
|
|
#subscribers_data th:first-child, #subscribers_data td:first-child {
|
|
padding: 0 1em 0 1em !important;
|
|
text-align: center !important;
|
|
vertical-align: inherit !important;
|
|
width: 10em !important;
|
|
}
|
|
|
|
#subscribers_data {
|
|
& > table {
|
|
& > thead {
|
|
& > tr {
|
|
& > th {
|
|
& > span {
|
|
width: 15em !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.mailpoet_data_match {
|
|
color: #0e90d2;
|
|
margin-left: 0.25em;
|
|
}
|
|
|
|
.mailpoet_import_error, .mailpoet_validation_error {
|
|
color: #900;
|
|
}
|
|
|
|
tr {
|
|
&.mailpoet_segments {
|
|
& > td {
|
|
& > a {
|
|
margin-left: 15px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
span {
|
|
&.select2-search {
|
|
&.select2-search--dropdown {
|
|
display: none !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.mailpoet_import_validation_step {
|
|
display: flex;
|
|
flex-direction: column;
|
|
max-width: 600px;
|
|
|
|
.mailpoet_import_step_buttons {
|
|
flex-direction: row;
|
|
margin-top: 1.5em;
|
|
}
|
|
|
|
p {
|
|
margin-left: 2em;
|
|
}
|
|
|
|
label {
|
|
margin-bottom: 0.3em;
|
|
margin-top: 1.5em;
|
|
padding-left: 35px;
|
|
text-indent: -35px;
|
|
input {
|
|
margin-right: 0.5em;
|
|
}
|
|
}
|
|
}
|
|
|
|
.method_selection_step {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
> * {
|
|
margin: 20px 0px;
|
|
}
|
|
|
|
.import_selection_form {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: nowrap;
|
|
|
|
> * {
|
|
margin-right: 2.5em;
|
|
}
|
|
}
|
|
|
|
.import_heading {
|
|
color: #23282d;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
line-height: 1.3;
|
|
}
|
|
|
|
.description {
|
|
color: #666;
|
|
font-size: 13px;
|
|
font-style: italic;
|
|
font-weight: 600;
|
|
margin: 2px 0 5px;
|
|
}
|
|
|
|
.import_paste_texts {
|
|
margin-right: 25px;
|
|
width: 300px;
|
|
}
|
|
|
|
.import_method_paste {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: nowrap;
|
|
}
|
|
|
|
.mailpoet_import_mailchimp {
|
|
.mailpoet_mailchimp_key, .mailpoet_mailchimp_lists {
|
|
align-items: center;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
margin-bottom: 40px;
|
|
}
|
|
.mailpoet_mailchimp_key_input {
|
|
align-items: center;
|
|
display: flex;
|
|
margin-right: 20px;
|
|
}
|
|
.import_heading {
|
|
display: block;
|
|
width: 300px;
|
|
}
|
|
|
|
}
|
|
}
|