DocSpace-buildtools/packages/components/calendar/styled-components/Container.js

13 lines
250 B
JavaScript
Raw Normal View History

2023-01-30 14:54:13 +00:00
import styled from "styled-components";
export const Container = styled.div`
width: 432px;
height: 446px;
2023-01-30 14:54:13 +00:00
box-sizing: border-box;
padding: 30px 28px 28px 28px;
box-shadow: 0px 12px 40px rgba(4, 15, 27, 0.12);
border-radius: 6px;
`;