// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Button Rendering Button without crashing 1`] = ` .c0 { padding: 12px; border-radius: 3px; font-size: 14px; cursor: pointer; position: relative; } .c0:before { content: ''; box-sizing: border-box; position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; margin-top: -10px; margin-left: -10000px; border-radius: 50%; border: 1px solid #B0BEC5; border-top-color: #2196F3; -webkit-animation: hzglfX .6s linear infinite; animation: hzglfX .6s linear infinite; } `;