PeerTube/client/src/sass/classes.scss

27 lines
353 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;
}
2021-04-15 11:38:24 +02:00
.tertiary-button {
@include tertiary-button;
}