2017-06-06 16:30:43 +03:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`renders <Header /> without throwing 1`] = `
|
2017-06-12 01:58:22 +03:00
|
|
|
.iKAUmn {
|
|
|
|
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 1.5rem;
|
|
|
|
-webkit-text-transform: uppercase;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: ;
|
|
|
|
font-size: 1.8125rem;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.eVSukw {
|
|
|
|
-webkit-flex: 1 1 auto;
|
|
|
|
-ms-flex: 1 1 auto;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
-webkit-align-self: stretch;
|
|
|
|
-ms-flex-item-align: stretch;
|
|
|
|
align-self: stretch;
|
|
|
|
-webkit-order: 0;
|
|
|
|
-ms-flex-order: 0;
|
|
|
|
order: 0;
|
|
|
|
padding: 0.9375rem 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.facVTr {
|
|
|
|
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 1.5rem;
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
font-weight: 600;
|
|
|
|
text-align: center;
|
|
|
|
color: ;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hnPDgK {
|
|
|
|
-webkit-flex: 0 1 auto;
|
|
|
|
-ms-flex: 0 1 auto;
|
|
|
|
flex: 0 1 auto;
|
|
|
|
-webkit-align-self: auto;
|
|
|
|
-ms-flex-item-align: auto;
|
|
|
|
align-self: auto;
|
|
|
|
-webkit-order: 0;
|
|
|
|
-ms-flex-order: 0;
|
|
|
|
order: 0;
|
|
|
|
padding: 0.9375rem 0;
|
|
|
|
width: 6.25rem;
|
|
|
|
max-width: 6.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fAWQXE {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-flex-direction: row;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
-webkit-flex-wrap: nowrap;
|
|
|
|
-ms-flex-wrap: nowrap;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
-webkit-box-pack: space-between;
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
-ms-flex-pack: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
-webkit-align-content: stretch;
|
|
|
|
-ms-flex-line-pack: stretch;
|
|
|
|
align-content: stretch;
|
|
|
|
-webkit-align-items: stretch;
|
|
|
|
-webkit-box-align: stretch;
|
|
|
|
-ms-flex-align: stretch;
|
|
|
|
align-items: stretch;
|
|
|
|
background-color: ;
|
|
|
|
max-height: 3.3125rem;
|
|
|
|
min-height: 3.3125rem;
|
|
|
|
padding: 0 1.125rem;
|
|
|
|
line-height: 1.5625rem;
|
|
|
|
}
|
|
|
|
|
2017-06-06 16:30:43 +03:00
|
|
|
<div
|
2017-06-07 12:58:59 +03:00
|
|
|
className="header__Header-cywcLi fAWQXE"
|
2017-06-06 16:30:43 +03:00
|
|
|
>
|
|
|
|
<div
|
2017-06-07 12:58:59 +03:00
|
|
|
className="brand__Box-cSEQoZ eVSukw"
|
2017-06-06 16:30:43 +03:00
|
|
|
>
|
2017-06-07 12:58:59 +03:00
|
|
|
<h2
|
2017-06-12 01:58:22 +03:00
|
|
|
className="sc-kkGfuU iKAUmn"
|
2017-06-06 16:30:43 +03:00
|
|
|
>
|
|
|
|
<a
|
|
|
|
href="/"
|
|
|
|
onClick={[Function]}
|
|
|
|
>
|
|
|
|
<img
|
2017-06-12 01:58:22 +03:00
|
|
|
className="sc-hSdWYo iogIsy"
|
2017-06-06 16:30:43 +03:00
|
|
|
src="test-file-mock"
|
|
|
|
/>
|
|
|
|
</a>
|
2017-06-07 12:58:59 +03:00
|
|
|
</h2>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
className="item__Box-hzIdkQ hnPDgK"
|
|
|
|
>
|
|
|
|
<p
|
2017-06-12 01:58:22 +03:00
|
|
|
className="sc-iAyFgw facVTr"
|
2017-06-07 12:58:59 +03:00
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
className="item__Box-hzIdkQ hnPDgK"
|
|
|
|
>
|
|
|
|
<p
|
2017-06-12 01:58:22 +03:00
|
|
|
className="sc-iAyFgw facVTr"
|
2017-06-07 12:58:59 +03:00
|
|
|
/>
|
2017-06-06 16:30:43 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|