aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/sass/classes.scss
blob: 2d8117ee5bca7271d3f13c0525f124fb0e7484ce (plain) (tree)
1
2

                       



















                                  



                           
@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;
}