UNPKG

@automattic/wpcom-checkout

Version:
21 lines (16 loc) 322 B
import styled from '@emotion/styled'; export const SummaryDetails = styled.ul` margin: 8px 0 0 0; padding: 0; :first-of-type { margin-top: 0; } `; export const SummaryLine = styled.li` margin: 0; padding: 0; list-style: none; `; export const SummarySpacerLine = styled( SummaryLine )` margin-bottom: 8px; `;