aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/sass/class-helpers/_buttons.scss
blob: 436bb48f465f019348a884be1ba83de905a0bf21 (plain) (tree)



































                                    
 
@use '_mixins' as *;

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

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

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

.peertube-button-big-link {
  @include peertube-button-big-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;
}