zer.ooo-web/public/css/forms.sass

22 lines
375 B
Sass
Raw Normal View History

2016-06-14 12:57:45 +00:00
input
2016-06-14 13:31:05 +00:00
padding: 10px
2016-06-14 12:57:45 +00:00
box-sizing: border-box
border: 1px solid #cedadf
border-radius: 4px
font-size: 1.5em
font-family: 'Montserrat'
input:focus
2016-06-14 13:31:05 +00:00
border: 1px solid #000
2016-06-14 12:57:45 +00:00
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'