joyent-portal/packages/my-joyent/src/components/navigation/__tests__/__snapshots__/section-nav.spec.js.snap

86 lines
1.5 KiB
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders <SectionNav /> without throwing 1`] = `
.c0 {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -0.5rem;
margin-left: -0.5rem;
}
.c2 {
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-weight: 400;
display: inline-block;
font-size: 0.9375rem;
line-height: 1.6;
margin-right: 1.4375rem;
}
.c3 {
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-weight: 400;
text-decoration: none;
cursor: pointer;
}
.c3.active {
cursor: default;
}
.c1 {
list-style-type: none;
padding: 0;
margin: 0;
}
<div
className="c0"
>
<ul
className="c1"
>
<li
className="c2"
>
<a
aria-current="true"
className="active c3 active"
href="/"
onClick={[Function]}
style={Object {}}
>
Instances
</a>
</li>
<li
className="c2"
>
Custom images
</li>
<li
className="c2"
>
Docker images
</li>
<li
className="c2"
>
Docker registries
</li>
</ul>
</div>
`;