aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/classes.scss
blob: 1cd7a605855e9bf2746cc71cb5462fc2e559a183 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@use '_variables' as *;
@use '_mixins' as *;

.peertube-button {
  @include peertube-button;
}

.peertube-button-link {
  @include peertube-button-link;
}

.orange-button {
  @include orange-button;
}

.orange-button-inverted {
  @include orange-button-inverted;
}

.grey-button {
  @include grey-button;
}

.tertiary-button {
  @include tertiary-button;
}

.peertube-radio-container {
  @include peertube-radio-container;
}