CodeCommitsIssuesPull requestsActionsInsightsSecurity
ec997c50d049f97986d5e5f5d4d480a114899b0c

Branches

Tags

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

Clone

HTTPS

Download ZIP

app/components/steps/intro/intro.styl

36lines · modepreview

@import "~styl/colors"

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

  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 2em 0 1em

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

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

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