Skip to content

Commit

Permalink
Merge pull request #507 from auth0/v10-fix-ie-inconsistencies
Browse files Browse the repository at this point in the history
V10 fix ie inconsistencies
  • Loading branch information
gnandretta authored Jul 27, 2016
2 parents 32c5f2e + c461fd6 commit c870914
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions css/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
color #333
position relative
background #fff
height 90px
border-radius 5px 5px 0 0
overflow hidden

Expand Down Expand Up @@ -1073,14 +1072,14 @@
padding-top 0
-webkit-animation-duration .3s
animation-duration .3s
height 0
// height 0
transition height .3s ease

+breakpoint("mobile")
position absolute
background #1F242E
box-shadow 0 0 20px 0 rgba(0,0,0,.5)
height auto
// height auto
transition none
width 100%
border-radius 3px
Expand All @@ -1105,10 +1104,10 @@
visibility hidden

&.fadeIn
height 135px
// height 135px

+breakpoint("mobile")
height auto
// +breakpoint("mobile")
// height auto

ul
animation fadeIn .3s .1s both
Expand Down

0 comments on commit c870914

Please sign in to comment.