Settings UI: Move Todos config data to a dedicated REST endpoint. Add payment method - todo state sync.

This commit is contained in:
Daniel Dudzic 2025-01-28 11:52:56 +01:00
parent f5be7481fa
commit 611dc0ae38
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
20 changed files with 691 additions and 26 deletions

View file

@ -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);
}