29 lines
514 B
CSS
29 lines
514 B
CSS
|
input {
|
||
|
padding: 12px 20px;
|
||
|
width: inherit;
|
||
|
box-sizing: border-box;
|
||
|
border: 1px solid #cedadf;
|
||
|
border-radius: 4px;
|
||
|
font-size: 1.5em;
|
||
|
font-family: "Montserrat"; }
|
||
|
|
||
|
input:focus {
|
||
|
border: 1px solid #fff; }
|
||
|
|
||
|
button {
|
||
|
background-color: #aca4bc;
|
||
|
border: none;
|
||
|
color: white;
|
||
|
padding: 16px 32px;
|
||
|
text-decoration: none;
|
||
|
margin: 4px 2px;
|
||
|
cursor: pointer;
|
||
|
font-size: 1.5em;
|
||
|
font-family: "Montserrat"; }
|
||
|
|
||
|
label {
|
||
|
font-size: 1em;
|
||
|
line-height: 2em; }
|
||
|
|
||
|
/*# sourceMappingURL=forms.css.map */
|