{"version":3,"sources":["accelerometer.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;;AAEH;IACI,2BAA2B;IAC3B,oCAAoC;IACpC,aAAa;IACb,cAAc;CACjB;;AAED;IACI,oBAAoB;IACpB,kBAAkB;IAClB,mBAAmB;IACnB,mBAAmB;IACnB,SAAS;IACT,UAAU;IACV,YAAY;IACZ,cAAc;IACd,qCAAqC;CACxC;;AAED;IACI,kBAAkB;IAClB,mBAAmB;IACnB,mBAAmB;IACnB,eAAe;IACf,iBAAiB;IACjB,SAAS;IACT,UAAU;IACV,8BAA8B;IAC9B,0DAA0D;CAC7D;;AAED;IACI,wBAAwB;IACxB,YAAY;IACZ,cAAc;IACd,uBAAuB;IACvB,+CAA+C;CAClD;;AAED;IACI,YAAY;IACZ,cAAc;IACd,wBAAwB;IACxB,gEAAgE;CACnE;;AAED;IACI,iBAAiB;IACjB,YAAY;IACZ,aAAa;IACb,0BAA0B;IAC1B,gEAAgE;CACnE;;AAED;IACI,iBAAiB;IACjB,YAAY;IACZ,aAAa;IACb,0BAA0B;IAC1B,+DAA+D;CAClE;;AAED;IACI,YAAY;IACZ,cAAc;IACd,0BAA0B;IAC1B,8DAA8D;CACjE;;AAED;IACI,YAAY;IACZ,cAAc;IACd,0BAA0B;IAC1B,+DAA+D;CAClE;;AAED;IACI,oBAAoB;CACvB;;AAED;IACI,oBAAoB;CACvB;;AAED;IACI,YAAY;CACf","file":"accelerometer.css","sourcesContent":["/*\n * Copyright (C) 2013 Google Inc. All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n *\n *     * Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n *     * Redistributions in binary form must reproduce the above\n * copyright notice, this list of conditions and the following disclaimer\n * in the documentation and/or other materials provided with the\n * distribution.\n *     * Neither the name of Google Inc. nor the names of its\n * contributors may be used to endorse or promote products derived from\n * this software without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n * \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n.accelerometer-stage {\n    -webkit-perspective: 700px;\n    -webkit-perspective-origin: 50% 50%;\n    width: 200px;\n    height: 130px;\n}\n\n.accelerometer-box {\n    pointer-events:none;\n    margin-top: -54px;\n    margin-left: -40px;\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    width: 80px;\n    height: 108px;\n    -webkit-transform-style: preserve-3d;\n}\n\n.accelerometer-box section {\n    margin-top: -54px;\n    margin-left: -40px;\n    position: absolute;\n    display: block;\n    overflow: hidden;\n    top: 50%;\n    left: 50%;\n    -webkit-transform-style: flat;\n    -webkit-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.7);\n}\n\n.accelerometer-box .front {\n    border:15px solid black;\n    width: 80px;\n    height: 107px;\n    background-color: gray;\n    -webkit-transform: translate3d(0px, 0px, 10px);\n}\n\n.accelerometer-box .back {\n    width: 80px;\n    height: 107px;\n    background-color: black;\n    -webkit-transform: rotateY(-180deg) translate3d(0px, 0px, 10px);\n}\n\n.accelerometer-box .top {\n    overflow: hidden;\n    width: 80px;\n    height: 20px;\n    background-color: #75CE89;\n    -webkit-transform: rotateX(-90deg) translate3d(0px, 0px, -10px);\n}\n\n.accelerometer-box .bottom {\n    overflow: hidden;\n    width: 80px;\n    height: 20px;\n    background-color: #865C6C;\n    -webkit-transform: rotateX(90deg) translate3d(0px, 0px, -97px);\n}\n\n.accelerometer-box .left {\n    width: 20px;\n    height: 107px;\n    background-color: #7992CB;\n    -webkit-transform: rotateY(90deg) translate3d(0px, 0px, 70px);\n}\n\n.accelerometer-box .right {\n    width: 20px;\n    height: 107px;\n    background-color: #7992CB;\n    -webkit-transform: rotateY(-90deg) translate3d(0px, 0px, 10px);\n}\n\n.accelerometer-axis-input-container {\n    margin-bottom: 10px;\n}\n\n.accelerometer-inputs-cell {\n    vertical-align: top;\n}\n\n.accelerometer-reset-button {\n    width: 100%;\n}"],"sourceRoot":"/source/"}