web/public/css/forms.css

29 lines
514 B
CSS
Raw Normal View History

2016-06-14 12:57:45 +00:00
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 */