]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/class-helpers/_buttons.scss
Translated using Weblate (Persian)
[github/Chocobozzz/PeerTube.git] / client / src / sass / class-helpers / _buttons.scss
CommitLineData
27f84cc3
W
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;
6c3589fc 37}