mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
34 lines
337 B
SCSS
34 lines
337 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;
|
||
|
}
|
||
|
|
||
|
main {
|
||
|
[ng-reflect-router-link] {
|
||
|
min-width: 50%;
|
||
|
margin: 0.5em;
|
||
|
}
|
||
|
}
|