-
Notifications
You must be signed in to change notification settings - Fork 470
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9749 from awesomemotive/release/3.3.1
Release 3.3.1 (Includes 3.3.0 changes)
- Loading branch information
Showing
582 changed files
with
39,038 additions
and
21,142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
.edd-email-editor__description { | ||
margin: 2em 0; | ||
} | ||
|
||
.edd-editor__header--actions { | ||
position: relative; | ||
|
||
.edd-email-status-badge { | ||
position: absolute; | ||
right: 0; | ||
top: 53px; | ||
margin-right: 20px; | ||
border: 1px solid; | ||
padding: 12px; | ||
} | ||
|
||
#submit.edd-updating { | ||
&:before { | ||
background: none; | ||
@include edd-spinner( | ||
12px, | ||
$wp-alternate, | ||
$wp-input-border | ||
); | ||
} | ||
} | ||
} | ||
|
||
.edd-form__email { | ||
background: $white; | ||
border: 1px solid #e2e4e7; | ||
padding: 2em; | ||
max-width: $break-huge; | ||
|
||
@media screen and (min-width: $break-medium) { | ||
$first-column-width: 200px; | ||
.edd-form-group { | ||
display: grid; | ||
grid-template-columns: $first-column-width 1fr; | ||
margin-bottom: 2em; | ||
|
||
> .description { | ||
grid-column-start: 1; | ||
grid-column-end: 3; | ||
} | ||
} | ||
|
||
.edd-form-group > .description, | ||
.notice { | ||
margin-left: $first-column-width; | ||
} | ||
} | ||
} | ||
|
||
.edd-email-action-reset { | ||
border-color: $edd-alert-red !important; | ||
color: $edd-alert-red !important; | ||
|
||
&:hover { | ||
border-color: $edd-alert-red-hover !important; | ||
color: $edd-alert-red-hover !important; | ||
} | ||
} | ||
|
||
.edd-editor__actions--test + .notice { | ||
margin-top: 2em; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
.edd-emails__add-new__overlay { | ||
position: absolute; | ||
right: 0; | ||
top: 40px; | ||
background: white; | ||
padding: 8px; | ||
border: 1px solid $wp-border; | ||
border-radius: 4px; | ||
display: flex; | ||
flex-direction: column; | ||
gap: 2px; | ||
z-index: 1; | ||
align-items: stretch; | ||
|
||
button.button { | ||
background: none !important; | ||
border: none; | ||
color: $wp-text !important; | ||
text-align: left; | ||
} | ||
} | ||
|
||
#edd-admin-notice-emails { | ||
max-width: 100%; | ||
width: 800px; | ||
text-align: left; | ||
padding: 2em; | ||
|
||
h2 { | ||
line-height: unset; | ||
margin: 0; | ||
} | ||
|
||
.edd-extension-manager__body { | ||
grid-template-rows: unset; | ||
margin-bottom: 1.5em; | ||
} | ||
|
||
.edd-promo-notice__ajax & { | ||
width: 400px; | ||
|
||
.edd-extension-manager__body { | ||
grid-template-columns: 80px 1fr; | ||
} | ||
} | ||
|
||
.edd-extension-manager__card-group { | ||
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); | ||
text-align: left; | ||
margin: 0 auto 1em; | ||
width: 100%; | ||
|
||
.edd-extension-manager__single-card { | ||
margin: 0 auto 1em; | ||
} | ||
} | ||
|
||
.edd-promo-notice__overlay:not(.edd-promo-notice__ajax) & { | ||
.edd-extension-manager__body { | ||
grid-template-columns: 60px 1fr; | ||
} | ||
|
||
.edd-extension-manager__icon { | ||
width: 58px; | ||
height: 58px; | ||
|
||
img { | ||
width: 40px; | ||
} | ||
} | ||
} | ||
|
||
.edd-plugin__recommended { | ||
display: none; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
|
||
#edd-emails__add { | ||
display: flex; | ||
align-items: center; | ||
gap: 8px; | ||
justify-content: space-between; | ||
} | ||
|
||
.edd-list-table__item td { | ||
padding: 10px; | ||
} | ||
|
||
th.column-status { | ||
text-align: right; | ||
width: 80px; | ||
} | ||
|
||
td.column-status { | ||
min-height: 30px; | ||
text-align: right; | ||
width: 80px; | ||
|
||
& .edd-help-tip { | ||
margin-top: 2px; | ||
} | ||
|
||
@media screen and (max-width: $break-medium) { | ||
text-align: left; | ||
width: unset; | ||
min-height: 40px; | ||
} | ||
} | ||
|
||
tr.no-items { | ||
display: none; | ||
} | ||
|
||
@media screen and (min-width: $break-wide) { | ||
.column-primary { | ||
width: 250px; | ||
} | ||
|
||
.column-recipient, | ||
.column-sender { | ||
width: 125px; | ||
} | ||
|
||
.column-context, | ||
.column-date_modified { | ||
width: 150px; | ||
} | ||
} | ||
|
||
table.email_templates { | ||
margin-top: 1em; | ||
} | ||
|
||
.tablenav { | ||
&.top { | ||
position: relative; | ||
} | ||
|
||
.alignright.actions { | ||
padding-right: 0; | ||
} | ||
} | ||
|
||
.edd-list-table__name { | ||
display: flex; | ||
align-items: center; | ||
gap: 6px; | ||
} | ||
|
||
.edd-emails__wpsmtp { | ||
display: flex; | ||
align-items: center; | ||
gap: 4px; | ||
justify-content: flex-end; | ||
|
||
& a { | ||
text-decoration: none; | ||
color: $wp-text; | ||
} | ||
|
||
img { | ||
width: 20px; | ||
height: auto; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@import "../../variables/variables"; | ||
@import "../../components/toggle-button"; | ||
@import "../../components/editor-header.scss"; | ||
@import "promo"; | ||
@import "table"; | ||
@import "editor"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.edd-extension-manager__card--overlay { | ||
text-align: left; | ||
padding: 0; | ||
|
||
.edd-extension-manager__card { | ||
padding: 0; | ||
} | ||
|
||
.edd-extension-manager__title { | ||
line-height: unset; | ||
margin-bottom: .5em; | ||
} | ||
|
||
.edd-extension-manager__actions { | ||
background-color: $wp-alternate; | ||
border-top: 1px solid $gray-200; | ||
display: flex; | ||
justify-content: flex-start; | ||
align-items: center; | ||
gap: .5em; | ||
margin: 0 -2em -2em -2em; | ||
padding: 16px 24px; | ||
|
||
.button { | ||
margin: 0; | ||
} | ||
} | ||
} |
Oops, something went wrong.