CodeCommitsIssuesPull requestsActionsInsightsSecurity
ec997c50d049f97986d5e5f5d4d480a114899b0c

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

app/components/steps/download/download.styl

32lines · modepreview

.step[data-step="download"]
  justify-content space-between

  .header
    align-items center
    justify-content center
    flex 1 0 auto
    text-align center

    .icon
      margin 2em 0
      max-width 100%
      width 128px

    h1
      margin-top 0
      font-weight normal

    .download-link
      text-align center
      text-decoration none
      font-size .9em
      opacity 0.75

  .content
    width 50%
    margin 1em auto

  .footer
    flex 0 0 auto
    justify-content center
    margin 2em 0 1em