Skip to content

Commit

Permalink
Merge pull request #694 from WPDevelopers/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
priyomukul authored Sep 26, 2021
2 parents e1da7de + 6c232c6 commit 9fdec30
Show file tree
Hide file tree
Showing 56 changed files with 3,937 additions and 3,878 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/assets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Deploy to WP.org
name: Deploy to WordPress.org

on:
push:
branches: [ trunk ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Running NPM Install & Build For Gutenberg
run: |
npm install --silent && npm run build
- name: Assets Update
id: assets
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
- name: Assets Update
id: assets
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
5 changes: 4 additions & 1 deletion assets/front-end/css/view/price-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,12 @@
transition: 0.5s;
}

.eael-pricing.style-1 .eael-pricing-item:hover {
.eael-pricing.style-1:hover {
-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}

.eael-pricing.style-1 .eael-pricing-item.featured {
Expand Down
2 changes: 1 addition & 1 deletion assets/front-end/css/view/price-table.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 9fdec30

Please sign in to comment.