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.
88 lines
1.8 KiB
88 lines
1.8 KiB
6 years ago
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`component.UI.Notification should render correctly 1`] = `
|
||
|
.c1 {
|
||
|
display: -webkit-box;
|
||
|
display: -webkit-flex;
|
||
|
display: -ms-flexbox;
|
||
|
display: flex;
|
||
|
-webkit-box-pack: justify;
|
||
|
-webkit-justify-content: space-between;
|
||
|
-ms-flex-pack: justify;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
|
||
|
.c2 {
|
||
|
display: -webkit-box;
|
||
|
display: -webkit-flex;
|
||
|
display: -ms-flexbox;
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
.c3 {
|
||
|
margin-left: 8px;
|
||
|
}
|
||
|
|
||
|
.c0 {
|
||
|
padding-left: 16px;
|
||
|
padding-right: 16px;
|
||
|
padding-top: 16px;
|
||
|
padding-bottom: 16px;
|
||
|
border-radius: 5px;
|
||
|
}
|
||
|
|
||
|
<div
|
||
|
className="c0"
|
||
|
>
|
||
|
<div
|
||
|
className="c1"
|
||
|
>
|
||
|
<div
|
||
|
className="c2"
|
||
|
>
|
||
|
<svg
|
||
|
fill="currentColor"
|
||
|
height="1em"
|
||
|
preserveAspectRatio="xMidYMid meet"
|
||
|
style={
|
||
|
Object {
|
||
|
"color": undefined,
|
||
|
"verticalAlign": "middle",
|
||
|
}
|
||
|
}
|
||
|
viewBox="0 0 40 40"
|
||
|
width="1em"
|
||
|
>
|
||
|
<g>
|
||
|
<path
|
||
|
d="m31.7 16.4q0-0.6-0.4-1l-2.1-2.1q-0.4-0.4-1-0.4t-1 0.4l-9.1 9.1-5-5q-0.5-0.4-1-0.4t-1 0.4l-2.1 2q-0.4 0.4-0.4 1 0 0.6 0.4 1l8.1 8.1q0.4 0.4 1 0.4 0.6 0 1-0.4l12.2-12.1q0.4-0.4 0.4-1z m5.6 3.6q0 4.7-2.3 8.6t-6.3 6.2-8.6 2.3-8.6-2.3-6.2-6.2-2.3-8.6 2.3-8.6 6.2-6.2 8.6-2.3 8.6 2.3 6.3 6.2 2.3 8.6z"
|
||
|
/>
|
||
|
</g>
|
||
|
</svg>
|
||
|
<div
|
||
|
className="c3"
|
||
|
/>
|
||
|
</div>
|
||
|
<svg
|
||
|
fill="currentColor"
|
||
|
height="1em"
|
||
|
preserveAspectRatio="xMidYMid meet"
|
||
|
style={
|
||
|
Object {
|
||
|
"color": undefined,
|
||
|
"verticalAlign": "middle",
|
||
|
}
|
||
|
}
|
||
|
viewBox="0 0 40 40"
|
||
|
width="1em"
|
||
|
>
|
||
|
<g>
|
||
|
<path
|
||
|
d="m31.6 10.7l-9.3 9.3 9.3 9.3-2.3 2.3-9.3-9.3-9.3 9.3-2.3-2.3 9.3-9.3-9.3-9.3 2.3-2.3 9.3 9.3 9.3-9.3z"
|
||
|
/>
|
||
|
</g>
|
||
|
</svg>
|
||
|
</div>
|
||
|
</div>
|
||
|
`;
|