You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
375 B
Sass
22 lines
375 B
Sass
input
|
|
padding: 10px
|
|
box-sizing: border-box
|
|
border: 1px solid #cedadf
|
|
border-radius: 4px
|
|
font-size: 1.5em
|
|
font-family: 'Montserrat'
|
|
|
|
input:focus
|
|
border: 1px solid #000
|
|
|
|
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'
|