mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Improve onboarding table css
This commit is contained in:
parent
9297f1a2fe
commit
8b3d23ea01
1 changed files with 5 additions and 0 deletions
|
@ -59,6 +59,7 @@ ul.ppcp-onboarding-options-sublist {
|
||||||
|
|
||||||
.ppcp-muted-text {
|
.ppcp-muted-text {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
|
font-size: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#field-ppcp_onboarading_header > td, #field-ppcp_onboarading_options > td {
|
#field-ppcp_onboarading_header > td, #field-ppcp_onboarading_options > td {
|
||||||
|
@ -107,6 +108,10 @@ ul.ppcp-onboarding-options-sublist {
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ppcp-onboarding-cards-options table td:first-child {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
.ppcp-onboarding-cards-options table tr:not(:last-child) td {
|
.ppcp-onboarding-cards-options table tr:not(:last-child) td {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue