27 lines
580 B
CSS
27 lines
580 B
CSS
.narrow-input-form {
|
|
max-width: 40%;
|
|
float: left;
|
|
}
|
|
|
|
.with-margin {
|
|
margin-left: 0.7em;
|
|
margin-right: 0.7em;
|
|
}
|
|
|
|
.input-lookalike {
|
|
display: block;
|
|
width: 100%;
|
|
height: calc(1.5em + .75rem + 2px);
|
|
padding: .375rem .75rem;
|
|
font-size: 1rem;
|
|
font-weight: 400;
|
|
line-height: 1.5;
|
|
color: #495057;
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border: 1px solid #ced4da;
|
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
|
text-align: left;
|
|
border-color: #999;
|
|
padding: .25rem .5rem;
|
|
} |