]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/sass/classes.scss
Merge branch 'constant-registry' into develop
[github/Chocobozzz/PeerTube.git] / client / src / sass / 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 }