cloudflare/InstantPlugin
Publicmirrored fromhttps://github.com/cloudflare/InstantPlugin
app/components/steps/download/download.styl
32lines · modecode
9 years ago
| 1 | .step[data-step="download"] |
| 2 | justify-content space-between |
| 3 | |
| 4 | .header |
| 5 | align-items center |
| 6 | justify-content center |
| 7 | flex 1 0 auto |
| 8 | text-align center |
| 9 | |
| 10 | .icon |
| 11 | margin 2em 0 |
| 12 | max-width 100% |
| 13 | width 128px |
| 14 | |
| 15 | h1 |
| 16 | margin-top 0 |
| 17 | font-weight normal |
| 18 | |
| 19 | .download-link |
| 20 | text-align center |
| 21 | text-decoration none |
| 22 | font-size .9em |
| 23 | opacity 0.75 |
| 24 | |
| 25 | .content |
| 26 | width 50% |
| 27 | margin 1em auto |
| 28 | |
| 29 | .footer |
| 30 | flex 0 0 auto |
| 31 | justify-content center |
| 32 | margin 2em 0 1em |