Skip to content

Commit

Permalink
fix pricing table and coupon input (#593)
Browse files Browse the repository at this point in the history
* fix pricing table and cupon input

* remove comment and fix type-o

* fix spelling

* fix promos applies to all

* remove coupon if it cannot be used with plan

Co-authored-by: Caspar Green <[email protected]>
  • Loading branch information
mostafa-hisham and iCaspar committed Jul 15, 2021
1 parent 5000f92 commit 2a4feb4
Show file tree
Hide file tree
Showing 25 changed files with 172 additions and 83 deletions.
2 changes: 1 addition & 1 deletion assets/css/admin-bar.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -1394,6 +1394,9 @@ ul.imagify-datas-details.imagify-datas-details {
box-shadow: 1px 1px 4px rgba(0,0,0,.7);
border-radius: 3px;
}
.imagify-modal-loading .imagify-modal-content{
overflow: hidden;
}
#imagify-visual-comparison .imagify-modal-content,
.imagify-visual-comparison .imagify-modal-content {
max-width: 1400px;
Expand Down Expand Up @@ -1438,6 +1441,7 @@ ul.imagify-datas-details.imagify-datas-details {
.js .imagify-modal .close-btn {
display: block;
visibility: visible;
z-index: 12;
}

/* Attachments specifics */
Expand Down
6 changes: 5 additions & 1 deletion assets/css/admin.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/bulk.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/files-list.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2a4feb4

Please sign in to comment.