make inputs the height of a line of text
This commit is contained in:
@@ -36,12 +36,13 @@ select,
|
|||||||
button,
|
button,
|
||||||
textarea {
|
textarea {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: 1px solid #ccc;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 1px 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: calc(var(--size) * 1.25);
|
border: none;
|
||||||
vertical-align: bottom;
|
outline: 1px solid #ccc;
|
||||||
|
height: var(--size);
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type] {
|
input[type] {
|
||||||
|
|||||||
Reference in New Issue
Block a user