mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Settings UI: Move Todos config data to a dedicated REST endpoint. Add payment method - todo state sync.
This commit is contained in:
parent
f5be7481fa
commit
611dc0ae38
20 changed files with 691 additions and 26 deletions
|
@ -41,6 +41,27 @@
|
|||
padding-top: 16px;
|
||||
}
|
||||
|
||||
&.is-completed {
|
||||
.ppcp-r-todo-item__icon {
|
||||
border-style: solid;
|
||||
background-color: $color-blueberry;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
.dashicons {
|
||||
color: #fff;
|
||||
font-size: 18px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.ppcp-r-todo-item__content {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
@include font(14, 20, 400);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue