A decentralized music tracking and discovery platform built on AT Protocol 馃幍
at feat/feed-generator 68 lines 1.1 kB view raw
1.storybook-page { 2 margin: 0 auto; 3 padding: 48px 20px; 4 max-width: 600px; 5 color: #333; 6 font-size: 14px; 7 line-height: 24px; 8 font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 9} 10 11.storybook-page h2 { 12 display: inline-block; 13 vertical-align: top; 14 margin: 0 0 4px; 15 font-weight: 700; 16 font-size: 32px; 17 line-height: 1; 18} 19 20.storybook-page p { 21 margin: 1em 0; 22} 23 24.storybook-page a { 25 color: inherit; 26} 27 28.storybook-page ul { 29 margin: 1em 0; 30 padding-left: 30px; 31} 32 33.storybook-page li { 34 margin-bottom: 8px; 35} 36 37.storybook-page .tip { 38 display: inline-block; 39 vertical-align: top; 40 margin-right: 10px; 41 border-radius: 1em; 42 background: #e7fdd8; 43 padding: 4px 12px; 44 color: #357a14; 45 font-weight: 700; 46 font-size: 11px; 47 line-height: 12px; 48} 49 50.storybook-page .tip-wrapper { 51 margin-top: 40px; 52 margin-bottom: 40px; 53 font-size: 13px; 54 line-height: 20px; 55} 56 57.storybook-page .tip-wrapper svg { 58 display: inline-block; 59 vertical-align: top; 60 margin-top: 3px; 61 margin-right: 4px; 62 width: 12px; 63 height: 12px; 64} 65 66.storybook-page .tip-wrapper svg path { 67 fill: #1ea7fd; 68}