aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/sass/classes.scss
blob: 85bfce7f4ec7a70275e92f252484f911334549ad (plain) (tree)





















                                  



                           
@import '_variables';
@import '_mixins';

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