Skip to content

Commit

Permalink
Merge pull request #8 from epayco/release/v5.1.0
Browse files Browse the repository at this point in the history
Release/v5.1.0
  • Loading branch information
danielquiroz87 authored Oct 19, 2022
2 parents 3e31198 + 8527059 commit acdc384
Show file tree
Hide file tree
Showing 21 changed files with 874 additions and 883 deletions.
Empty file modified ImgTutorialWooCommerce/tuto-1.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified ImgTutorialWooCommerce/tuto-2.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified ImgTutorialWooCommerce/tuto-3.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified ImgTutorialWooCommerce/tuto-4.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified ImgTutorialWooCommerce/tuto-5.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified ImgTutorialWooCommerce/tuto-9.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@
* [ePayco plugin WooCommerce v4.3](https://github.com/epayco/suscripciones_woocommerce/releases/tag/v4.3).
* [ePayco plugin WooCommerce v4.9](https://github.com/epayco/suscripciones_woocommerce/releases/tag/v4.9).
* [ePayco plugin WooCommerce v5.0](https://github.com/epayco/suscripciones_woocommerce/releases/tag/v5.0)
* [ePayco plugin WooCommerce v5.1](https://github.com/epayco/suscripciones_woocommerce/releases/tag/v5.1)
Empty file modified admin/epayco-settings.php
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion assets/css/card-js.min.css

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

28 changes: 26 additions & 2 deletions assets/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ a:link {
height: 100px;
border-radius: 5px 5px 0 0;
padding-top: 10px;
flex-direction: column;
flex-wrap: wrap;
align-content: flex-start;
}

.onpage {
Expand All @@ -41,25 +44,34 @@ a:link {
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
align-content: flex-start;
}


.footer-modal p {
display: inline-block;
vertical-align: middle;
margin: 0.5em auto 15px;
flex: 0 0 auto;
display: flex;
align-items: center;
justify-content: center;
}

.footer-modal p img {
height: 18px;
height: 20px;
width: auto;
margin-left: 5px;
}

.footer-modal i {
margin-right: 5px;
margin-bottom: 5px;
}
.modal-container {
padding-top: 0rem !important;
}


.nombre-comercio {
margin-left: 15px;
Expand Down Expand Up @@ -87,6 +99,18 @@ a:link {
height: 80px;
border-radius: 5px;
border: 1px #e0e0e0 solid;
flex: 0 1 50px;
}

.header-modal-text{
position: absolute;
margin: 4px 100px 0px 130px;
margin-bottom: 3px;
flex: 0 1 50px;
border: solid 1px;
border-radius: 6px;
text-align: center;
font-weight: bold;
}

.icon-cancel {
Expand Down
4 changes: 2 additions & 2 deletions assets/css/style.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit acdc384

Please sign in to comment.