.waves-button { color: #fff; &:hover, &:link, &:visited, .waves-button-input { color: #fff; } } .btn { font-weight: $bold; transition: $base-cubic-transition; } .btn-primary { user-select: none; text-transform: uppercase; border: 0; background: $primary-color !important; &:hover, &:focus, &:active, &.active { outline: none; background: $primary-color-hover; } }