You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.input {
|
|
font-family: inherit;
|
|
display: block;
|
|
width: 100%;
|
|
height: 2rem;
|
|
padding: 0.5rem;
|
|
margin-bottom: 1rem;
|
|
border: 1px solid #ccc;
|
|
font-size: 0.875rem;
|
|
border-radius: 3px;
|
|
box-sizing: border-box;
|
|
}
|