// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`component.UI.Page should render correctly 1`] = ` .c0 { background-color: darkestBackground; min-height: 700px; min-width: 950px; overflow-y: hidden; box-shadow: 0 3px 4px 0 rgba(30,30,30,0.5); 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; }
`;