button, .button, .button:link, input[type="submit"], em > a, strong > a { cursor: pointer; display: inline-block; font-weight: bold; margin: 0 .5rem .5rem 0; text-align: center; text-decoration: none; &:last-child { margin-right: 0 } } a:active { color: $tertiary-color } .button:active, button:active { background: $tertiary-color; color: white } .link { background: none; color: $secondary-color; padding: 0; min-width: initial; cursor: pointer } .button-sm { font-size: 13px !important; padding: .1rem .5rem !important } .button-lg { letter-spacing: .88px; width: 280px }