/* miniTablet.css Created by David Rowe on 20 Aug 2018. Copyright 2018 High Fidelity, Inc. Distributed under the Apache License, Version 2.0. See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html */ @font-face { font-family: HiFi-Glyphs; src: url(../../../../resources/fonts/hifi-glyphs.ttf), url(../../../../fonts/hifi-glyphs.ttf), url(../../../../interface/resources/fonts/hifi-glyphs.ttf), url(../fonts/hifi-glyphs.ttf); } * { box-sizing: border-box; padding: 0; margin: 0; user-select: none; } html { background-color: #121212; } body { height: 100%; } section { background-color: #404040; position: relative; padding: 13px; } section .button { width: 100%; height: 90px; background-color: #252525; margin-top: 10px; text-align: center; border-radius: 8px; } section .button.off { border: 2px solid #6a6a6a; background-color: #303030; } section .button.off:hover { border: 2px solid #1fc6a6; } section .button.on { border: 2px solid #1fc6a6; background-color: #1fc6a6; } section .button.on:hover { border: 2px solid #e3e3e3; } section .button:first-child { margin-top: 0; } img { width: 44px; } #mute { padding-top: 19px; } #bubble { padding-top: 19px; } #expand { position: absolute; right: 13px; bottom: 13px; width: 40px; height: 40px; border-radius: 20px; } #expand span { display: inline-block; transform: rotate(45deg); position: relative; left: 0; top: 5px; font-family: hifi-glyphs; font-size: 24px; color: #ffffff; }