mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
27 lines
261 B
SCSS
27 lines
261 B
SCSS
|
button,
|
||
|
.btn,
|
||
|
.back {
|
||
|
@extend .button;
|
||
|
}
|
||
|
|
||
|
.btn--full {
|
||
|
@extend .is-block;
|
||
|
}
|
||
|
|
||
|
.btn--primary {
|
||
|
@extend .is-primary;
|
||
|
color: $white !important;
|
||
|
}
|
||
|
|
||
|
.btn--warning {
|
||
|
@extend .is-warning;
|
||
|
}
|
||
|
|
||
|
.btn--info {
|
||
|
@extend .is-info;
|
||
|
}
|
||
|
|
||
|
.btn--danger {
|
||
|
@extend .is-danger;
|
||
|
}
|