You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
493 B
23 lines
493 B
// 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;
|
|
}
|
|
|
|
<article
|
|
className="c0"
|
|
/>
|
|
`;
|
|
|