Buttons
.btn
All Breakpoints
position: relative
display: inline-block
padding-left: 24
padding-right: 24
padding-top: 17
padding-bottom: 17
background-color: blue
border: none
border-radius: 3
font-family: Helvetica Neue
font-size: 14
line-height: 1.2
color: white
text-decoration: none
letter-spacing: 0.05em
fill: white
cursor: pointer
transition: 200ms ease-out
:hover
background-color: gray70
Text-Links
.text-link
All Breakpoints
border: 0
padding: 0
background-color: transparent
text-decoration: none
font-family: Helvetica Neue
color: blue
:hover
text-decoration: underline
color: black
Inputs
.input
All Breakpoints
-webkit-appearance: none
.checkbox
.radio
Miscellaneous
Icons
.icon
All Breakpoints
position: relative
display: inline-block
size: 20
fill: currentColor
vertical-align: middle