Use WP style for intro.js buttons & make nice prev-next/prev-done button group

The intention here is to use WP default styles (adding .button class to buttons)
with as little overrides as possible, avoiding to use absolute px sizes.

[MAILPOET-1446]
This commit is contained in:
Jan Jakeš
2018-08-04 19:22:40 +02:00
committed by pavel-mailpoet
parent fe248ffde7
commit fe5b1b9683
2 changed files with 42 additions and 0 deletions

View File

@@ -29,6 +29,9 @@ function Intro() {
skipLabel: 'Skip',
doneLabel: 'Done',
positionPrecedence: ['right', 'left', 'bottom', 'top'],
buttonClass: 'button',
hidePrev: true,
hideNext: true,
helperElementPadding: 12,
scrollToElement: false,
showStepNumbers: false,