PeerTube/client/src/sass/classes.scss

23 lines
303 B
SCSS
Raw Normal View History

2021-03-29 15:56:01 +02:00
@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;
}