11exports[`Default`] = `
2- <div>
3- <div
4- style={
5- Object {
6- "position": "relative",
7- "zIndex": 0,
8- }
9- }>
10- <span
11- className="slds-badge">
12- Badge Label
13- </span>
14- </div>
15- <a
16- onClick={[Function]}
17- style={
18- Object {
19- "background": "#28c",
20- "borderRadius": "0 0 0 5px",
21- "color": "#fff",
22- "cursor": "pointer",
23- "display": "block",
24- "fontFamily": "sans-serif",
25- "fontSize": 12,
26- "padding": "5px 15px",
27- "position": "fixed",
28- "right": 0,
29- "textDecoration": "none",
30- "top": 0,
31- }
32- }>
33- ?
34- </a>
35- <div
36- style={
37- Object {
38- "background": "white",
39- "bottom": 0,
40- "display": "none",
41- "left": 0,
42- "overflow": "auto",
43- "padding": "0 40px",
44- "position": "absolute",
45- "right": 0,
46- "top": 0,
47- }
48- }>
49- <a
50- onClick={[Function]}
2+ <div
3+ className="content-wrapper">
4+ <div>
5+ <div
516 style={
527 Object {
53- "background": "#28c",
54- "borderRadius": "0 0 0 5px",
55- "color": "#fff",
56- "cursor": "pointer",
57- "display": "block",
58- "fontFamily": "sans-serif",
59- "fontSize": 12,
60- "padding": "5px 15px",
61- "position": "fixed",
62- "right": 0,
63- "textDecoration": "none",
64- "top": 0,
8+ "padding": "16px",
659 }
6610 }>
67- ×
68- </a>
69- <div
70- style={undefined}>
7111 <div
7212 style={
7313 Object {
@@ -77,7 +17,7 @@ exports[`Default`] = `
7717 -apple-system, \".SFNSText-Regular\", \"San Francisco\", \"Roboto\",
7818 \"Segoe UI\", \"Helvetica Neue\", \"Lucida Grande\", sans-serif
7919 ",
80- "fontSize": 15 ,
20+ "fontSize": "15px" ,
8121 "fontWeight": 300,
8222 "lineHeight": 1.45,
8323 }
@@ -87,13 +27,14 @@ exports[`Default`] = `
8727 Object {
8828 "borderBottom": "1px solid #eee",
8929 "marginBottom": 10,
30+ "paddingTop": 10,
9031 }
9132 }>
9233 <h1
9334 style={
9435 Object {
95- "fontSize": 35 ,
96- "margin": "20px 0 0 0" ,
36+ "fontSize": "35px" ,
37+ "margin": 0 ,
9738 "padding": 0,
9839 }
9940 }>
@@ -102,7 +43,7 @@ exports[`Default`] = `
10243 <h2
10344 style={
10445 Object {
105- "fontSize": 22 ,
46+ "fontSize": "22px" ,
10647 "fontWeight": 400,
10748 "margin": "0 0 10px 0",
10849 "padding": 0,
@@ -111,10 +52,42 @@ exports[`Default`] = `
11152 Default
11253 </h2>
11354 </div>
55+ </div>
56+ </div>
57+ <div>
58+ <div>
59+ <span
60+ className="slds-badge">
61+ Badge Label
62+ </span>
63+ </div>
64+ </div>
65+ <div
66+ style={
67+ Object {
68+ "padding": "16px",
69+ }
70+ }>
71+ <div
72+ style={
73+ Object {
74+ "WebkitFontSmoothing": "antialiased",
75+ "color": "#444",
76+ "fontFamily": "
77+ -apple-system, \".SFNSText-Regular\", \"San Francisco\", \"Roboto\",
78+ \"Segoe UI\", \"Helvetica Neue\", \"Lucida Grande\", sans-serif
79+ ",
80+ "fontSize": "15px",
81+ "fontWeight": 300,
82+ "lineHeight": 1.45,
83+ }
84+ }>
11485 <div
11586 style={
11687 Object {
117- "marginBottom": 0,
88+ "borderTop": "1px solid rgb(238, 238, 238)",
89+ "marginTop": "10px",
90+ "padding": "16px 0",
11891 }
11992 }>
12093 <p
@@ -126,7 +99,7 @@ exports[`Default`] = `
12699 -apple-system, \".SFNSText-Regular\", \"San Francisco\", \"Roboto\",
127100 \"Segoe UI\", \"Helvetica Neue\", \"Lucida Grande\", sans-serif
128101 ",
129- "fontSize": 15 ,
102+ "fontSize": "15px" ,
130103 }
131104 }>
132105 Default badge
@@ -137,7 +110,7 @@ exports[`Default`] = `
137110 style={
138111 Object {
139112 "borderBottom": "1px solid #EEE",
140- "fontSize": 25 ,
113+ "fontSize": "25px" ,
141114 "margin": "20px 0 0 0",
142115 "padding": "0 0 5px 0",
143116 }
@@ -251,7 +224,7 @@ exports[`Default`] = `
251224 style={
252225 Object {
253226 "borderBottom": "1px solid #EEE",
254- "fontSize": 25 ,
227+ "fontSize": "25px" ,
255228 "margin": "20px 0 0 0",
256229 "padding": "0 0 5px 0",
257230 }
0 commit comments