initial docker setup
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
.wcppec-checkout-buttons {
|
||||
text-align: center;
|
||||
margin: 1em 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.wcppec-checkout-buttons__separator {
|
||||
display: block;
|
||||
opacity: .5;
|
||||
margin: 0 0 1em;
|
||||
}
|
||||
.wcppec-checkout-buttons__button {
|
||||
display: inline-block;
|
||||
text-decoration: none !important;
|
||||
border: 0 !important;
|
||||
padding-top: 1em;
|
||||
}
|
||||
.wcppec-checkout-buttons__button img {
|
||||
margin: 0 auto;
|
||||
}
|
||||
.paypal-button-widget .paypal-button,
|
||||
.paypal-button-widget .paypal-button:hover {
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
.wcppec-cart-widget-button {
|
||||
display: inline-block;
|
||||
text-decoration: none !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
.woocommerce-billing-fields .ppec-bypass.hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.payment_method_ppec_paypal img {
|
||||
max-height: 68px !important;
|
||||
}
|
||||
|
||||
.wc-gateway-ppec-cancel {
|
||||
display: block;
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user