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.

68 lines
1.2 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;
}