/* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* Created on : Mar 26, 2019, 1:03:44 PM Author : Skylar Ittner */ h1.display { font-size: 8rem; font-weight: 300; margin: 0; } h2.display { font-size: 6rem; font-weight: 300; margin: 0; } h3.display { font-size: 4rem; font-weight: 300; margin: 0; } .card-header .secondary-text { font-weight: 300; margin-left: 1em; } input.money-input::-webkit-outer-spin-button, input.money-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } input.money-input { -moz-appearance: textfield; } input.money-input:focus::-moz-placeholder { color:transparent; } input.money-input:focus::-webkit-input-placeholder { color:transparent; } input.money-input:focus:-ms-input-placeholder { color:transparent; } .money-input-box { font-size: 4em !important; font-weight: 300; } .money-input-box .currency { display: inline; width: 1em; } .money-input-box input { display: inline-block; max-width: calc(100% - 1.1em); text-align: center; } html.md .navbar { background-color: var(--f7-theme-color); color: white; } html.md .navbar .link { color: white; } #qrcode { max-height: calc(100% - var(--f7-navbar-height)); max-width: 100%; } .numpad-button { height: 10vh; line-height: 10vh; } .numpad-button span { margin: auto auto; font-weight: bold; }