31 lines
434 B
SCSS
31 lines
434 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;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.pre-install-wcpay_name {
|
||
|
display: flex;
|
||
|
|
||
|
.pre-install-wcpay_accepted {
|
||
|
margin-left: $gap;
|
||
|
> svg {
|
||
|
height: 24px;
|
||
|
width: auto;
|
||
|
margin-left: 4px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|