// tweak on login form : it’s a trap!

This commit is contained in:
Kevin Granger
2013-12-02 11:35:21 +01:00
parent 909983bcbf
commit 79b1b07cce
3 changed files with 10 additions and 12 deletions
@@ -16,19 +16,17 @@
.panel
@include box-shadow(rgba(white,0.45) 0 0 0 6px)
.panel-footer
height: inherit
margin: 0 -20px -20px
.flip-container
@include perspective(1000px)
height: 370px
&.flip .flipper
@include rotateY(180deg)
.flipper
@include transition-duration(0.6s)
@include transform-style
position: relative
.front, .back
@include backface-visibility(hidden)
width: 420px
@@ -36,12 +34,12 @@
position: absolute
top: 0
left: 0
.front
z-index: 2
.back
@include rotateY(180deg)
#remind-me
margin-top: 0
#login-footer
a