]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/sass/class-helpers/_buttons.scss
Fix lint
[github/Chocobozzz/PeerTube.git] / client / src / sass / class-helpers / _buttons.scss
1 @use '_mixins' as *;
2
3 .peertube-button {
4 @include peertube-button;
5 }
6
7 .peertube-button-big {
8 @include peertube-button-big;
9 }
10
11 .peertube-button-link {
12 @include peertube-button-link;
13 }
14
15 .peertube-button-big-link {
16 @include peertube-button-big-link;
17 }
18
19 .orange-button {
20 @include orange-button;
21 }
22
23 .orange-button-inverted {
24 @include orange-button-inverted;
25 }
26
27 .grey-button {
28 @include grey-button;
29 }
30
31 .tertiary-button {
32 @include tertiary-button;
33 }
34
35 .peertube-radio-container {
36 @include peertube-radio-container;
37 }
38
39 .peertube-button-icon {
40 @include button-with-icon(18px, 3px, -1px);
41 }
42
43 .peertube-create-button {
44 @include peertube-button-link;
45 @include orange-button;
46 @include button-with-icon(20px, 5px, -1px);
47 }
48
49 .button-unstyle {
50 padding: 0;
51 border: 0;
52 }