datamad2017/_sass/partials/_buttons.scss

16 lines
365 B
SCSS

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