summaryrefslogtreecommitdiff
path: root/scss/modules/_payment-methods-list.scss
blob: a59831aa63f47f3b80ca1d54096dff54cdd78a3f (plain)
1
2
3
4
5
6
7
8
.payment-methods-list {
  list-style: none;

  details[open] :last-child {
    margin-block-end: var(--spacing-block-sm);
  }
}