Simon Volpert minipos / deb416d
Upscale input elements slightly to make them fill more of the screen Simon Volpert 7 years ago
1 changed file(s) with 8 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
3939 }
4040
4141 input {
42 width: 16.67vmin;
43 height: 16.67vmin;
44 font-size: 10vmin;
42 width: 18vmin;
43 height: 18vmin;
44 font-size: 11vmin;
4545 font-weight: bold;
4646 background-color: lightgray;
47 border-radius: 1.67vmin;
47 border-radius: 2vmin;
4848 margin: 0;
4949 padding: 1vmin;
5050 margin-bottom: 1vmin;
5252 }
5353
5454 input.text {
55 width: 50vmin;
55 width: 52.75vmin;
5656 text-align: center;
5757 background-color: white;
5858 }
8585 }
8686
8787 input#currency {
88 font-size: 4vmin;
88 font-size: 5vmin;
8989 }
9090
9191 input.major {
92 width: 50vmin;
92 width: 52.75vmin;
9393 }
9494
9595 input.wide {
96 width: 34.25vmin;
96 width: 37vmin;
9797 }
9898
9999 input.tax:disabled {