thoughtbot--shoulda-matchers/assets/stylesheets/bitters/_buttons.scss

11 lines
186 B
SCSS

button,
input[type="submit"] {
@extend %button;
@include appearance(none);
border: none;
cursor: pointer;
user-select: none;
vertical-align: middle;
white-space: nowrap;
}