Add UI for the “Enable payment methods” checkbox

This commit is contained in:
Philipp Stracker 2025-01-17 16:08:59 +01:00
parent 8b945dab95
commit 365ab7f372
No known key found for this signature in database
2 changed files with 22 additions and 7 deletions

View file

@ -19,12 +19,9 @@
position: sticky;
top: var(--sticky-offset-top);
background: var(--ppcp-color-app-bg);
border-bottom: 1px solid var(--color-gray-200);
box-shadow: 0 5px 10px 5px var(--ppcp-color-app-bg);
z-index: 5;
padding-top: 16px;
padding-bottom: var(--block-separator-gap);
margin-bottom: -29px;
padding: 16px 10px 8px;
margin: 0 -10px -8px;
.section-content {
display: flex;