blob: af8e39573dce88c9492b5ec0065021b3860e2521 (
plain) (
tree)
|
|
@import '_variables';
@import '_mixins';
.peertube-button {
@include peertube-button;
}
.peertube-button-link {
@include peertube-button-link;
}
.orange-button {
@include orange-button;
}
.orange-button-inverted {
@include orange-button-inverted;
}
.grey-button {
@include grey-button;
}
|