fine-tuning and starting to work on account-balance
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user