mirror of https://github.com/Chocobozzz/PeerTube
23 lines
303 B
SCSS
23 lines
303 B
SCSS
|
@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;
|
||
|
}
|