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

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