UNPKG

@sinchsmb/ui-kit

Version:

UI kit for SinchSMB frontend

11 lines (9 loc) 201 B
import styled from 'styled-components/macro'; export const StyledStatusList = styled.ul` display: flex; flex-direction: column; gap: 8px; list-style: none; margin: 8px 0 0; padding: 0; `;