// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`component.UI.Modal should render correctly 1`] = ` .c0 { height: 100vh; } .c1 { padding: 8px; color: white; background-color: darkestBackground; height: 100%; } .c3 { margin: 16px; } .c2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }