]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/sass/classes.scss
35bcfba4b69b4de55c06dd926028e8952434a3f8
[github/Chocobozzz/PeerTube.git] / client / src / sass / classes.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3 @use '_badges' as *;
4
5 .peertube-button {
6 @include peertube-button;
7 }
8
9 .peertube-button-link {
10 @include peertube-button-link;
11 }
12
13 .orange-button {
14 @include orange-button;
15 }
16
17 .orange-button-inverted {
18 @include orange-button-inverted;
19 }
20
21 .grey-button {
22 @include grey-button;
23 }
24
25 .tertiary-button {
26 @include tertiary-button;
27 }
28
29 .peertube-radio-container {
30 @include peertube-radio-container;
31 }
32
33 .muted {
34 color: pvar(--greyForegroundColor) !important;
35 }
36
37 .pt-badge {
38 @include peertube-badge;
39 }