- Body
+ Section
+
+
+
+
+
+
+
+
+
+
+ Section
+
+
+
+
+
+
+
+
+
+
+ Section
+
+
+
+
+
+
+
+
Footer
@@ -2104,6 +2142,115 @@ exports[`Storyshots ATOMS/Card without header 1`] = `
`;
+exports[`Storyshots ATOMS/Card without multiple sections 1`] = `
+.emotion-7 {
+ margin: 2rem;
+}
+
+.emotion-6 {
+ display: -webkit-box;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-direction: column;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ background: #FFFFFF;
+ color: #000000;
+ box-shadow: 0 1px 3px 0 rgba(50,50,93,.14),0 4px 6px 0 rgba(112,157,199,.08);
+ position: relative;
+ padding: 0px;
+ border-radius: .5rem;
+}
+
+.emotion-0 {
+ border-bottom: 1px solid #d0d7dd;
+ display: -webkit-box;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ position: relative;
+ -webkit-flex-shrink: 0;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ padding: 2rem;
+}
+
+.emotion-5 {
+ border-top: 1px solid #d0d7dd;
+ -webkit-flex-shrink: 0;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ padding: 2rem;
+}
+
+.emotion-4 {
+ padding: 0px;
+}
+
+.emotion-1 {
+ padding: 2rem;
+}
+
+.emotion-1:not(:last-child) {
+ border-bottom: 1px solid #d0d7dd;
+}
+
+
+
+
+ Header
+
+
+
+ Section
+
+
+
+
+
+
+ Section
+
+
+
+
+
+
+ Section
+
+
+
+
+
+
+
+ Footer
+
+
+
+`;
+
exports[`Storyshots ATOMS/DATA ENTRY/Checkbox with check 1`] = `
.emotion-6 {
margin: 2rem;