button
  commonFontStyles()
  padding: 0
  border: none
  margin: 0
  outline: none
  appearance: none
  white-space: nowrap
  background: transparent
  cursor: pointer
  &::-moz-focus-inner
    border: 0

.icon
  font-size: 24px
  &.small
    font-size: 14px

.paddedLeftIcon
.paddedRightIcon
  font-size: 20px
  &.small
    font-size: 14px

.paddedLeftIcon
  margin-right: 10px

.paddedRightIcon
  margin-left: 10px
