Converted sample project into an almost working Svelte / Meteor project. Needs to fix the login/logout code, the camera code, and add Chromebook history when the QR Code is scanned.
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
body
|
||||
padding: 10px
|
||||
font-family: sans-serif
|
||||
background-color: #315481
|
||||
background-image: linear-gradient(to bottom, #315481, #918e82 100%)
|
||||
background-attachment: fixed
|
||||
position: absolute
|
||||
top: 0
|
||||
@@ -14,11 +12,11 @@ body
|
||||
margin: 0
|
||||
font-size: 14px
|
||||
|
||||
.container
|
||||
max-width: 600px
|
||||
margin: 0 auto
|
||||
min-height: 100%
|
||||
background: white
|
||||
//.container
|
||||
// max-width: 600px
|
||||
// margin: 0 auto
|
||||
// min-height: 100%
|
||||
// background: white
|
||||
|
||||
header
|
||||
background: #d2edf4
|
||||
@@ -31,10 +29,8 @@ header
|
||||
|
||||
h1
|
||||
font-size: 1.5em
|
||||
margin: 0
|
||||
margin-bottom: 10px
|
||||
margin: 0 0 1rem 0
|
||||
display: inline-block
|
||||
margin-right: 1em
|
||||
|
||||
form
|
||||
margin-top: 10px
|
||||
@@ -100,4 +96,6 @@ header .hide-completed
|
||||
clear: both
|
||||
|
||||
.new-task input
|
||||
padding-bottom: 5px
|
||||
padding-bottom: 5px
|
||||
|
||||
@import "./simple-grid.sass"
|
||||
|
||||
Reference in New Issue
Block a user