mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
Adds all expert settings
This commit is contained in:
parent
51b7b48381
commit
e72cc8a213
6 changed files with 101 additions and 11 deletions
|
@ -184,16 +184,23 @@
|
|||
}
|
||||
}
|
||||
|
||||
input[type='text'] {
|
||||
input[type='text'], select {
|
||||
border-color: $color-gray-700;
|
||||
width: 282px;
|
||||
max-width: 100%;
|
||||
color: $color-gray-800;
|
||||
}
|
||||
|
||||
input[type='text'] {
|
||||
&::placeholder {
|
||||
color: $color-gray-700;
|
||||
}
|
||||
}
|
||||
|
||||
.ppcp-r-select-no-value-assigned > div > select {
|
||||
color: $color-gray-600;
|
||||
}
|
||||
|
||||
&__sandbox {
|
||||
button.is-secondary {
|
||||
@include small-button;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue