]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - classes.scss
2d8117ee5bca7271d3f13c0525f124fb0e7484ce
[github/Chocobozzz/PeerTube.git] / classes.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 .peertube-button {
5 @include peertube-button;
6 }
7
8 .peertube-button-link {
9 @include peertube-button-link;
10 }
11
12 .orange-button {
13 @include orange-button;
14 }
15
16 .orange-button-inverted {
17 @include orange-button-inverted;
18 }
19
20 .grey-button {
21 @include grey-button;
22 }
23
24 .tertiary-button {
25 @include tertiary-button;
26 }