// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`component.UI.Page should render correctly 1`] = ` .c0 { background-color: darkestBackground; min-width: 950px; min-height: 600px; overflow-y: hidden; box-shadow: 0 20px 70px rgba(0,0,0,0.55); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
`;