Setting up the billing info to work with foundation reveal
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 12 Jun 2019 18:21:47 +0000 (14:21 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 12 Jun 2019 18:21:47 +0000 (14:21 -0400)
commitf0916d7a085de64461f0e2b68d2c6af403115b5c
tree117be17999ded3cd443d8173dfda1a36d833392b
parente7aeccee23bd6102950b8542572ed83d1fc0eca0
Setting up the billing info to work with foundation reveal

Using reveal and ajax to load the form into reveal.
92 files changed:
gulpfile.js [new file with mode: 0644]
models/admin/ajax/ajaxBillingInfo.php
models/admin/member/billing.php
package-lock.json
package.json
scss/_global.scss [new file with mode: 0644]
scss/components/_accordion-menu.scss [new file with mode: 0644]
scss/components/_accordion.scss [new file with mode: 0644]
scss/components/_badge.scss [new file with mode: 0644]
scss/components/_breadcrumbs.scss [new file with mode: 0644]
scss/components/_button-group.scss [new file with mode: 0644]
scss/components/_button.scss [new file with mode: 0644]
scss/components/_callout.scss [new file with mode: 0644]
scss/components/_card.scss [new file with mode: 0644]
scss/components/_close-button.scss [new file with mode: 0644]
scss/components/_drilldown.scss [new file with mode: 0644]
scss/components/_dropdown-menu.scss [new file with mode: 0644]
scss/components/_dropdown.scss [new file with mode: 0644]
scss/components/_flex-video.scss [new file with mode: 0644]
scss/components/_flex.scss [new file with mode: 0644]
scss/components/_float.scss [new file with mode: 0644]
scss/components/_label.scss [new file with mode: 0644]
scss/components/_media-object.scss [new file with mode: 0644]
scss/components/_menu-icon.scss [new file with mode: 0644]
scss/components/_menu.scss [new file with mode: 0644]
scss/components/_off-canvas.scss [new file with mode: 0644]
scss/components/_orbit.scss [new file with mode: 0644]
scss/components/_pagination.scss [new file with mode: 0644]
scss/components/_progress-bar.scss [new file with mode: 0644]
scss/components/_responsive-embed.scss [new file with mode: 0644]
scss/components/_reveal.scss [new file with mode: 0644]
scss/components/_slider.scss [new file with mode: 0755]
scss/components/_sticky.scss [new file with mode: 0644]
scss/components/_switch.scss [new file with mode: 0644]
scss/components/_table.scss [new file with mode: 0644]
scss/components/_tabs.scss [new file with mode: 0644]
scss/components/_thumbnail.scss [new file with mode: 0644]
scss/components/_title-bar.scss [new file with mode: 0644]
scss/components/_tooltip.scss [new file with mode: 0644]
scss/components/_top-bar.scss [new file with mode: 0644]
scss/components/_visibility.scss [new file with mode: 0644]
scss/forms/_checkbox.scss [new file with mode: 0644]
scss/forms/_error.scss [new file with mode: 0644]
scss/forms/_fieldset.scss [new file with mode: 0644]
scss/forms/_forms.scss [new file with mode: 0644]
scss/forms/_help-text.scss [new file with mode: 0644]
scss/forms/_input-group.scss [new file with mode: 0644]
scss/forms/_label.scss [new file with mode: 0644]
scss/forms/_meter.scss [new file with mode: 0644]
scss/forms/_progress.scss [new file with mode: 0644]
scss/forms/_range.scss [new file with mode: 0644]
scss/forms/_select.scss [new file with mode: 0644]
scss/forms/_text.scss [new file with mode: 0644]
scss/foundation.scss [new file with mode: 0644]
scss/grid/_classes.scss [new file with mode: 0644]
scss/grid/_column.scss [new file with mode: 0644]
scss/grid/_flex-grid.scss [new file with mode: 0644]
scss/grid/_grid.scss [new file with mode: 0644]
scss/grid/_gutter.scss [new file with mode: 0644]
scss/grid/_layout.scss [new file with mode: 0644]
scss/grid/_position.scss [new file with mode: 0644]
scss/grid/_row.scss [new file with mode: 0644]
scss/grid/_size.scss [new file with mode: 0644]
scss/settings/_settings.scss [new file with mode: 0644]
scss/typography/_alignment.scss [new file with mode: 0644]
scss/typography/_base.scss [new file with mode: 0644]
scss/typography/_helpers.scss [new file with mode: 0644]
scss/typography/_print.scss [new file with mode: 0644]
scss/typography/_typography.scss [new file with mode: 0644]
scss/util/_breakpoint.scss [new file with mode: 0644]
scss/util/_color.scss [new file with mode: 0644]
scss/util/_direction.scss [new file with mode: 0644]
scss/util/_flex.scss [new file with mode: 0644]
scss/util/_math.scss [new file with mode: 0644]
scss/util/_mixins.scss [new file with mode: 0644]
scss/util/_selector.scss [new file with mode: 0644]
scss/util/_typography.scss [new file with mode: 0644]
scss/util/_unit.scss [new file with mode: 0644]
scss/util/_util.scss [new file with mode: 0644]
scss/util/_value.scss [new file with mode: 0644]
scss/vendor/normalize.scss [new file with mode: 0644]
scss/xy-grid/_cell.scss [new file with mode: 0644]
scss/xy-grid/_classes.scss [new file with mode: 0644]
scss/xy-grid/_collapse.scss [new file with mode: 0644]
scss/xy-grid/_frame.scss [new file with mode: 0644]
scss/xy-grid/_grid.scss [new file with mode: 0644]
scss/xy-grid/_gutters.scss [new file with mode: 0644]
scss/xy-grid/_layout.scss [new file with mode: 0644]
scss/xy-grid/_position.scss [new file with mode: 0644]
scss/xy-grid/_xy-grid.scss [new file with mode: 0644]
views/admin/billing/accounts.html
views/admin/billing/editAccount.html