44 lines
618 B
SCSS
44 lines
618 B
SCSS
[data-gateway_id='pre_install_woocommerce_payments_promotion'] {
|
|
> .status a {
|
|
visibility: hidden !important;
|
|
}
|
|
|
|
> .action {
|
|
.is-secondary,
|
|
&.is-secondary:hover {
|
|
box-shadow: none;
|
|
}
|
|
|
|
a {
|
|
position: relative;
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.wc_gateways {
|
|
.name {
|
|
.wc-payment-gateway-method-name {
|
|
display: inline-flex;
|
|
img {
|
|
height: 24px;
|
|
width: auto;
|
|
margin-left: 4px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.wc-payment-gateway-method_name {
|
|
display: flex;
|
|
|
|
.pre-install-payment-gateway_subtitle {
|
|
margin-left: $gap;
|
|
> img {
|
|
height: 24px;
|
|
width: auto;
|
|
margin-left: 4px;
|
|
}
|
|
}
|
|
}
|
|
}
|