mirror of https://github.com/Chocobozzz/PeerTube
35 lines
486 B
SCSS
35 lines
486 B
SCSS
@use '_variables' as *;
|
|
@use '_mixins' as *;
|
|
|
|
.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;
|
|
}
|
|
|
|
.tertiary-button {
|
|
@include tertiary-button;
|
|
}
|
|
|
|
.peertube-radio-container {
|
|
@include peertube-radio-container;
|
|
}
|
|
|
|
.muted {
|
|
color: pvar(--greyForegroundColor) !important;
|
|
}
|