You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
1.9 KiB
CSS

/*
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;
}
.card-expandable .card-header {
min-height: var(--f7-card-header-min-height);
color: var(--f7-card-header-text-color);
font-size: var(--f7-card-header-font-size);
font-weight: var(--f7-card-header-font-weight);
padding: var(--f7-card-header-padding-vertical) var(--f7-card-header-padding-horizontal);
}
.card-expandable .card-header:after {
display: block !important;
}
#qrcode {
max-width: 100%;
max-height: 12em;
}
.card-expandable #qrcode {
height: 50em;
max-height: 50vh;
}