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.
20 lines
391 B
20 lines
391 B
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`component.UI.Page should render correctly 1`] = `
|
|
.c0 {
|
|
background-color: primaryColor;
|
|
height: 100%;
|
|
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;
|
|
}
|
|
|
|
<article
|
|
className="c0"
|
|
/>
|
|
`;
|
|
|