// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`component.UI.QRCode should render correctly 1`] = ` .c0 { position: relative; width: 150px; height: 150px; display: inline-block; } .c1 { position: relative; width: 150px; height: 150px; } .c2 { border: 1px solid; border-color: lightningOrange; border-radius: 10%; position: absolute; top: 0; left: 0; display: inline-block; width: 150px; height: 150px; -webkit-clip-path: polygon(0 0,25% 0,25% 25%,0 25%); clip-path: polygon(0 0,25% 0,25% 25%,0 25%); } .c3 { border: 1px solid; border-color: lightningOrange; border-radius: 10%; position: absolute; top: 0; right: 0; display: inline-block; width: 150px; height: 150px; -webkit-clip-path: polygon(75% 0,100% 0%,100% 25%,75% 25%); clip-path: polygon(75% 0,100% 0%,100% 25%,75% 25%); } .c4 { border: 1px solid; border-color: lightningOrange; border-radius: 10%; position: absolute; bottom: 0; left: 0; display: inline-block; width: 150px; height: 150px; -webkit-clip-path: polygon(0 75%,25% 75%,25% 100%,0 100%); clip-path: polygon(0 75%,25% 75%,25% 100%,0 100%); } .c5 { border: 1px solid; border-color: lightningOrange; border-radius: 10%; position: absolute; bottom: 0; right: 0; display: inline-block; width: 150px; height: 150px; -webkit-clip-path: polygon(75% 75%,100% 75%,100% 100%,75% 100%); clip-path: polygon(75% 75%,100% 75%,100% 100%,75% 100%); } .c6 { border-style: solid; border-color: white; border-width: 4px; position: absolute; top: 10%; left: 10%; }
`;