user upgrades

This commit is contained in:
2014-09-15 15:47:51 +02:00
parent 7ca7dc4d12
commit 04adfbcd66
11 changed files with 75 additions and 34 deletions
@@ -0,0 +1,11 @@
.home-panel
+panel()
margin: 30px auto 20px auto
width: 350px
text-align: center
padding-bottom: 30px
.home-header
img
display: block
margin: 0 auto
margin-bottom: 24px
@@ -0,0 +1,27 @@
$scanning-code-width: 200px
$scanning-code-height: $scanning-code-width/0.785
.page-scanning
width: $scanning-code-width
margin-left: auto
margin-right: auto
position: relative
margin-top: 30px
.scanning-qr-image
position: absolute
font-size: $scanning-code-height
span
@extend .fa
@extend .fa-qrcode
.scanning-laser
position: absolute
height: $scanning-code-height
border-right: 2px solid #f00
+animation(scanning 1s infinite)
+animation-direction(alternate)
+animation-timing-function(linear)
+keyframes(scanning)
from
left: 0
to
left: $scanning-code-width