UNPKG

@sinchsmb/ui-kit

Version:

UI kit for SinchSMB frontend

10 lines (8 loc) 212 B
import styled from 'styled-components/macro'; export const StyledEmptyState = styled.section` align-items: center; display: flex; flex-direction: column; justify-content: center; min-height: 200px; `;