This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .box { | |
| @include grid-item(3); | |
| margin-bottom: $gridGutter; | |
| width: calc(25% - 30px); | |
| &.header { | |
| text-align: center; | |
| .details { | |
| width: 100%; | |
| padding-right: $gridGutter; |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /******/ (function(modules) { // webpackBootstrap | |
| /******/ // The module cache | |
| /******/ var installedModules = {}; | |
| /******/ | |
| /******/ // The require function | |
| /******/ function __webpack_require__(moduleId) { | |
| /******/ | |
| /******/ // Check if module is in cache | |
| /******/ if(installedModules[moduleId]) { | |
| /******/ return installedModules[moduleId].exports; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function ($) { | |
| var linkSubscribe = $ ('.product-form__cart-link'); | |
| var priceListItem = $ ('.product-subscription-block__price-list-item'); | |
| linkSubscribe.css ('display', 'none'); | |
| // There is a click with a pause for ReCharge | |
| setTimeout (function () { | |
| $ ('.rc_label__autodeliver').trigger ('click'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": "607556501609", | |
| "first_name": "Puja", | |
| "last_name": "Test", | |
| "email": "[email protected]" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "token": "2e41ba2f6948e21c095e078e9ef691d5", | |
| "note": null, | |
| "attributes": {}, | |
| "original_total_price": 1100, | |
| "total_price": 1100, | |
| "total_discount": 0, | |
| "total_weight": 0.0, | |
| "item_count": 3, | |
| "items": [{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { 'applicator-tampons' : { | |
| '6': [ | |
| { | |
| 'light':'All L', | |
| 'medium':'All R', | |
| 'heavy':'All S', | |
| }, | |
| { | |
| 'light':'Mix L / R / S', | |
| 'medium':'Mix L / R / S', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| 'applicator-tampons' : { | |
| '6': { | |
| 'light':'All L', | |
| 'medium':'All R', | |
| 'heavy':'All S', | |
| }, | |
| '12': { | |
| 'light':'Half L / Half R', | |
| 'medium':'Mix L / R / S', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @charset "UTF-8"; | |
| /*============================================================================ | |
| Cora Life | Built with Slate | |
| - You cannot use native CSS/Sass @imports in this file without a build script | |
| ==============================================================================*/ | |
| /*================ UTILS ================*/ | |
| @import url('tools/mixins.scss'); | |
| /*================ SETTINGS ================*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="content"> | |
| <div class="subscription-plan-container" data-plan-status="active"> | |
| <div class="subscription-plan"> | |
| <h2 class="plan-description"><span class="plan-name"></span> Plan</h2> | |
| <p>A 3 month supply, shipped to you every 3 months. | |
| <ul> | |
| <li class="dropdownParent"> | |
| <a href="#">Currently Active</a> | |
| <ul class="submenu"> | |
| <li><a class="cancel" href="cancel?subscription=4466b9bb55050f4ace2f68431683801a">Cancel my plan</a></li> |
NewerOlder