Created
September 9, 2020 03:02
-
-
Save javimendezona/6090eff62eac300116763781cf211c02 to your computer and use it in GitHub Desktop.
Fast install
This file contains 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="fast-wrapper"> | |
<fast-checkout-cart-button cart_id="{{cart_id}}" app_id="ef3232f7-ba92-4860-9db4-ff569766506e" /> | |
</div> | |
<style> | |
.fast-wrapper { | |
clear:both; | |
margin-top:5px; | |
} | |
@media (min-width: 551px) { | |
.fast-wrapper { | |
margin-left: auto; | |
margin-right: 0; | |
width: 200px; | |
} | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment