Add touch events

This commit is contained in:
2014-12-16 22:14:47 +01:00
parent 9b72ff173f
commit 6a8d517727
14 changed files with 2140 additions and 53 deletions
@@ -1,6 +1,8 @@
html, body
margin: 0
padding: 0
//width: 100%
//height: 100%
body
overflow-x: hidden
@media #{$small-only}
@@ -9,14 +11,23 @@ body
background-image: image-url('theme1/wall-bg.jpg')
background-repeat: repeat
padding-top: $top-menu-height
//height: 100%
> .ember-view
// application-view
//height: 100%
main.main-section
.main-section
+panel($bg:rgba(200,200,200,0.8))
// height: 100%
position: absolute
padding: 0
margin: 0
width: 100%
top: $top-menu-height
bottom: 0
overflow-y: scroll
-webkit-overflow-scrolling: touch
.main-section-content
min-height: calc(100% - #{$top-menu-height})
//nothing
span.icon
@extend .fa
@extend .fa-lg