Skip to content

Commit c0dbffd

Browse files
authored
Merge pull request #1213 from lucasmotta/update-addon-info-design
Add small design update to addon info package
2 parents 85da42c + d6b3d13 commit c0dbffd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

addons/info/src/components/Story.js

+6
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ const stylesheet = {
5252
fontWeight: 300,
5353
lineHeight: 1.45,
5454
fontSize: '15px',
55+
border: '1px solid #eee',
56+
padding: '20px 40px 40px',
57+
borderRadius: '2px',
58+
boxShadow: '0px 2px 3px rgba(0, 0, 0, 0.05)',
59+
backgroundColor: '#fff',
60+
marginTop: '50px',
5561
},
5662
infoContent: {
5763
marginBottom: 0,

0 commit comments

Comments
 (0)