// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`component.UI.Modal should render correctly 1`] = ` .c2 { margin-left: auto; padding: 8px; cursor: pointer; opacity: 1; } .c3 { padding: 8px; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .c0 { padding: 16px; width: 100%; background-color: darkestBackground; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .c1 { color: primaryText; 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; }
`;