UNPKG

@sinchsmb/ui-kit

Version:

UI kit for SinchSMB frontend

12 lines (10 loc) 230 B
import styled from 'styled-components/macro'; export const StyledContent = styled.section` display: flex; flex-direction: column; height: calc(100vh - 48px); margin: 0; max-width: unset; padding: 0; width: 100%; `;