funky-framadate-front/src/styles/partials/_buttons.scss

36 lines
354 B
SCSS

button,
.btn,
.back {
@extend .button;
}
.btn--full {
@extend .is-block;
}
button {
&.is-white {
&:hover {
background: $secondary_color;
color: $white;
}
}
}
.btn-primary {
@extend .is-primary;
color: $white !important;
}
.is-warning {
@extend .is-warning;
}
.btn--info {
@extend .is-info;
}
.btn--danger {
@extend .is-danger;
}