Skip to content

Instantly share code, notes, and snippets.

@Dimls
Last active April 24, 2018 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dimls/6f630cfe2005e267774a60fad2200860 to your computer and use it in GitHub Desktop.
Save Dimls/6f630cfe2005e267774a60fad2200860 to your computer and use it in GitHub Desktop.
//Smart Button styles
.additional-checkout-buttons {
margin-top:10px;
button {
margin-left: 0px;
margin-right: 10px;
margin-bottom: 10px;
}
}
.additional-checkout-button+.additional-checkout-button {margin-left: 0px;}
.shopify-payment-button {
display: inline-block;
margin-top: 15px !important;
padding-bottom: 28px !important;
width: 300px;
}
.template-product #AddToCart, .drawer-button, .cart__checkout {
width: 300px;
height: 44px;
line-height: 50%;
}
.smart-btn {
text-transform: uppercase;
display: inline-block;
letter-spacing: 2px;
font-family: $buttonfont;
transition: all 0.2s ease;
line-height: 1.5;
height: 44px;
line-height: 50%;
border-radius: 0;
border: 2px solid $colorBtnBorder !important;
color: $colorBtnPrimary !important;
background: none !important;
width: 300px;
}
.shopify-payment-button__button--unbranded{
text-transform: uppercase;
display: inline-block;
letter-spacing: 2px;
font-family: $buttonfont;
transition: all 0.2s ease;
line-height: 1.5;
height: 44px;
line-height: 50%;
border-radius: 0;
border: 2px solid $colorBtnBorder !important;
color: $colorBtnText !important;
background: $colorBtnPrimary !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment