mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Merge branch 'trunk' of github.com:woocommerce/woocommerce-paypal-payments into PCP-4249-fastlane-add-incompatible-setup-notice
This commit is contained in:
commit
f657676832
9 changed files with 68 additions and 61 deletions
|
@ -63,6 +63,10 @@
|
|||
&:hover {
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
&.components-button {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.ppcp--method-icon {
|
||||
|
@ -79,6 +83,7 @@
|
|||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-top: auto;
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
.ppcp--method-toggle-wrapper {
|
||||
|
|
|
@ -73,7 +73,6 @@
|
|||
gap: 8px;
|
||||
|
||||
&--save {
|
||||
margin-top: -4px;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
|
@ -87,7 +86,7 @@
|
|||
&__field-rows {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 24px;
|
||||
gap: 18px;
|
||||
|
||||
&--acdc {
|
||||
gap: 18px;
|
||||
|
@ -98,19 +97,11 @@
|
|||
}
|
||||
|
||||
.components-radio-control {
|
||||
.components-flex {
|
||||
gap: 18px;
|
||||
}
|
||||
|
||||
label {
|
||||
@include font(14, 20, 400);
|
||||
color: $color-black;
|
||||
}
|
||||
|
||||
&__option {
|
||||
gap: 18px;
|
||||
}
|
||||
|
||||
&__input {
|
||||
border-color: $color-gray-700;
|
||||
margin-right: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue