cleanup and demo both working

This commit is contained in:
2015-02-26 06:37:22 +01:00
parent 97f47eb734
commit 6e805fed3e
6 changed files with 2 additions and 52 deletions
-3
View File
@@ -1,3 +0,0 @@
form
input.currency
text-align: right
-23
View File
@@ -1,23 +0,0 @@
table
thead
th
&.currency
text-align: right
&.numeric
text-align: right
&.actions
text-align: right
tbody
td
&.status-icons
&.currency
text-align: right
&.numeric
text-align: right
&.actions
text-align: right
tfoot
td
&.currency
text-align: right
@@ -1,9 +1,3 @@
@import constants
html
background-color: $background-brown
background-image: $wood
body
background-color: transparent
.phone-wrapper
position: absolute
top: 60px
@@ -35,14 +29,3 @@ body
width: 880px
height: 590px
#qr-list
list-style: none
margin: 0
padding: 0
li
float: left
img.home-qr
float: left
margin: 0 20px 20px 0
.clearing
clear: both
-3
View File
@@ -1,3 +0,0 @@
// Place all the styles related to the Users controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/