UNPKG

@equinor/eds-core-react

Version:

The React implementation of the Equinor Design System

9 lines (6 loc) 283 B
import styled from 'styled-components'; const CalendarWrapper = styled.div.withConfig({ displayName: "CalendarWrapper", componentId: "sc-14hqwiu-0" })(["display:grid;grid-gap:16px;max-height:80vh;width:max-content;max-width:560px;overflow:auto;"]); export { CalendarWrapper };