Skip to content

Commit

Permalink
Merge pull request #1871 from QuizandSurveyMaster/dev
Browse files Browse the repository at this point in the history
Release 8.0
  • Loading branch information
etvarun authored Jun 13, 2022
2 parents e21e942 + a1207f6 commit 5241023
Show file tree
Hide file tree
Showing 62 changed files with 5,143 additions and 7,243 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/instawp-testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: InstaWP WordPress Testing

on:
pull_request:
types: [opened]

jobs:
create-wp-for-testing:
runs-on: ubuntu-latest
steps:
- uses: instawp/wordpress-testing-automation@main
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
INSTAWP_TOKEN: ${{secrets.INSTAWP_TOKEN}}
INSTAWP_DOMAIN: ${{secrets.INSTAWP_DOMAIN}}
INSTAWP_TEMPLATE_SLUG: qsmbugtesting
REPO_ID: 7
3 changes: 3 additions & 0 deletions assets/Puzzle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/Support.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion css/admin-dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ ul.popuar-addon-ul::after {
#model-wizard .qsm_popular_addons div.popuar-addon-ul>div>a {
display: block;
width: 100%;
height: 100%;
}

#model-wizard .qsm_popular_addons a:active,
Expand Down Expand Up @@ -601,6 +600,18 @@ ul.popuar-addon-ul::after {
opacity: 0.1;
}

.qsm-badge {
background: linear-gradient(225deg, #344ad6, #42d96b);
z-index: 9999;
position: absolute;
color: #fff;
right: 5px;
top: 5px;
border-radius: 10px;
padding: 0 10px;
text-transform: uppercase;
}

#accordion .ui-accordion-header-icon {
position: absolute;
right: 24px;
Expand Down
4 changes: 3 additions & 1 deletion css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,4 +357,6 @@ footer.qsm-popup__footer button.qsm-popup-secondary-button:hover{
.qsm_quiz_processing_box .qsm_quiz_processing_message{
margin: 10px 0;
}

.qsm-text-correct-option.not-opted {
color: #6f7479;
}
46 changes: 0 additions & 46 deletions css/qsm-admin-contact.css

This file was deleted.

Loading

0 comments on commit 5241023

Please sign in to comment.