fine-tuning and starting to work on account-balance

This commit is contained in:
2020-05-11 20:34:12 -05:00
parent a6e655ef72
commit d7ddf37cfa
9 changed files with 93 additions and 45 deletions

View File

@ -103,8 +103,8 @@ input, textarea, select, label {
input, select, textarea {
outline: 0;
padding: 0.25em 0.5em;
border-radius: 0.5em;
color: #bdc7b8;
background-color: #bdc7b805;
}
select {
@ -122,14 +122,9 @@ select {
padding-right: 2em;
}
input, textarea {
background: none;
}
input[type=text] {
input[type=text], textarea {
font: calc(0.40rem + 1vmin) monospace;
border: 0;
border-bottom: 1px solid #777e73;
border: 1px solid #777e73;
outline: 0;
}
@ -147,10 +142,10 @@ input[type=checkbox] {
margin: 0;
}
input[type=submit], select, textarea {
input[type=submit], select {
font: calc(0.40rem + 1vmin) monospace;
border: 1px solid #777e73;
background-color: #bdc7b810;
border-radius: 0.5em;
}
input[type=submit], select {