added example for multiple readers; reordered urls

This commit is contained in:
Christoph Oberhofer
2016-08-01 00:07:50 +02:00
parent a18fbcd501
commit aca7f015f0
13 changed files with 305 additions and 22 deletions
+1 -13
View File
@@ -52,6 +52,7 @@
transform: translate(-50%, -50%);
width: 90%;
max-height: 90%;
max-width: 800px;
}
.overlay__close {
@@ -85,11 +86,6 @@
top: 0;
}
/* line 1, ../sass/_viewport.scss */
#interactive.viewport {
width: 640px;
}
#interactive.viewport {
position: relative;
}
@@ -189,22 +185,14 @@ canvas.drawing, canvas.drawingBuffer {
clear: both;
}
@media (min-width: 604px) and (max-width: 1024px) {
/* tablet styles */
}
@media (max-width: 603px) {
/* line 2, ../sass/phone/_core.scss */
#container {
width: 300px;
margin: 10px auto;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 9, ../sass/phone/_core.scss */
#container form.voucher-form input.voucher-code {
width: 180px;
}
}
@media (max-width: 603px) {
/* line 5, ../sass/phone/_viewport.scss */