First Commit
This commit is contained in:
commit
610aa1e202
4204 changed files with 636764 additions and 0 deletions
1
resources/assets/vendor/libs/bootstrap-tour/bootstrap-tour.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-tour/bootstrap-tour.js
vendored
Executable file
File diff suppressed because one or more lines are too long
62
resources/assets/vendor/libs/bootstrap-tour/bootstrap-tour.scss
vendored
Executable file
62
resources/assets/vendor/libs/bootstrap-tour/bootstrap-tour.scss
vendored
Executable file
|
|
@ -0,0 +1,62 @@
|
|||
@import "~bootstrap-tour/build/css/bootstrap-tour";
|
||||
|
||||
.popover[class*="tour-"] .popover-navigation > .btn-group {
|
||||
margin-right: .5rem;
|
||||
}
|
||||
|
||||
[dir=rtl] .popover[class*="tour-"] .popover-navigation > * {
|
||||
float: right;
|
||||
}
|
||||
|
||||
[dir=rtl] .popover[class*="tour-"] .popover-navigation > .btn-group {
|
||||
margin-right: 0;
|
||||
margin-left: .5rem;
|
||||
}
|
||||
|
||||
.default-style {
|
||||
@import '../../sass/_appwork/include';
|
||||
|
||||
.popover[class*="tour-"] .popover-header {
|
||||
padding: $card-spacer-y $card-spacer-x-sm;
|
||||
font-size: $font-size-base;
|
||||
}
|
||||
|
||||
.popover[class*="tour-"] .popover-body {
|
||||
padding: $card-spacer-x-sm $card-spacer-x-sm;
|
||||
font-size: $font-size-base;
|
||||
}
|
||||
|
||||
.popover[class*="tour-"] .popover-navigation {
|
||||
padding: 0 $card-spacer-x $card-spacer-x-sm $card-spacer-x-sm;
|
||||
}
|
||||
|
||||
.tour-backdrop {
|
||||
background: $modal-backdrop-bg;
|
||||
opacity: $modal-backdrop-opacity;
|
||||
filter: alpha(opacity=$modal-backdrop-opacity*100);
|
||||
}
|
||||
}
|
||||
|
||||
.material-style {
|
||||
@import '../../sass/_appwork/include-material';
|
||||
|
||||
.popover[class*="tour-"] .popover-header {
|
||||
padding: $card-spacer-y $card-spacer-x-sm;
|
||||
font-size: $font-size-base;
|
||||
}
|
||||
|
||||
.popover[class*="tour-"] .popover-body {
|
||||
padding: $card-spacer-x-sm $card-spacer-x-sm;
|
||||
font-size: $font-size-base;
|
||||
}
|
||||
|
||||
.popover[class*="tour-"] .popover-navigation {
|
||||
padding: 0 $card-spacer-x $card-spacer-x-sm $card-spacer-x-sm;
|
||||
}
|
||||
|
||||
.tour-backdrop {
|
||||
background: $modal-backdrop-bg;
|
||||
opacity: $modal-backdrop-opacity;
|
||||
filter: alpha(opacity=$modal-backdrop-opacity*100);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue