CodeCommitsIssuesPull requestsActionsInsightsSecurity
40e30f425de2ab2bf6281a1ec306b90b88f031c4

Branches

Tags

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

Clone

HTTPS

Download ZIP

app/components/steps/intro/intro.styl

40lines · modepreview

@import "~styl/colors"

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

  h1 div
    display block
    text-align center

  p
    font-size 1.125em
    font-weight 300
    margin .6em 0
    text-align left

  .header
    flex 1 0 auto

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

  .content
    display block
    margin-bottom 3em
    margin-left auto
    margin-right auto
    margin-top 1em
    max-width 100%
    width 35em

  .navigation-actions
    flex 0 0 auto
    justify-content center

[data-component="application"][data-active-step="intro"]
  .logo-container
    justify-content center
    width 100%