X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fclass-helpers.scss;h=72381d1a8952a759c9a9c5f17e73bffa5ca7f69c;hb=a0da6f90d16027b385a67da6a5691b163626a363;hp=c67179ccb8111d04c895790815e10134ad95cca1;hpb=4c8a099198cd3af049847df91140735354b85a92;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/class-helpers.scss b/client/src/sass/class-helpers.scss index c67179ccb..72381d1a8 100644 --- a/client/src/sass/class-helpers.scss +++ b/client/src/sass/class-helpers.scss @@ -27,10 +27,18 @@ @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; }