Skip to content

Commit

Permalink
Fixes in wizard styles (#1102)
Browse files Browse the repository at this point in the history
Fixes in wizard styles
  • Loading branch information
drazik authored Jul 11, 2019
2 parents b3bc5b1 + 922d369 commit 0d88f0f
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions stylus/components/wizard.styl
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,12 @@ $wizard-header
flex-direction column
box-sizing border-box
max-width rem(544)
margin rem(16) auto rem(8)
margin rem(16) 0 rem(8)
padding 0 rem(16)
position relative

+small-device()
margin rem(16) auto 0
margin rem(16) 0 0

$wizard-header--dual
margin-bottom rem(32)
Expand Down Expand Up @@ -165,18 +166,18 @@ $wizard-logo
position relative
margin 0 auto
width rem(120)
height rem(120)

$wizard-logo-img
width 100%
vertical-align center

$wizard-logo-badge
display flex
align-items center
justify-content center
position absolute
bottom rem(6)
right rem(16)
bottom rem(-6)
right rem(-6)
width rem(32)
height rem(32)
border .125rem solid white
Expand Down Expand Up @@ -241,12 +242,16 @@ $wizard-desc--footer

$wizard-header-fixed
position fixed
top rem(14)
left 0
top rem(8)
left rem(16)
display inline-flex
align-items center

$wizard-previous
position absolute
top 50%
left 0
transform translateY(-50%)
margin 0
padding rem(10) rem(16)
color var(--coolGrey)
Expand Down

0 comments on commit 0d88f0f

Please sign in to comment.