1 @use '_variables' as *;
4 @mixin responsive-label {
16 display: inline-block;
19 my-small-loader ::ng-deep .root {
20 display: inline-block;
26 span[class$=-button] {
28 @include margin-left(5px);
33 @include peertube-button-link;
34 @include button-with-icon(21px);
36 width: 100%; // useful for ellipsis, allow to define a max-width on host component
40 @include peertube-button;
41 @include orange-button;
45 @include peertube-button-link;
46 @include orange-button;
50 @include peertube-button;
55 @include peertube-button-link;
63 // In a table, try to minimize the space taken by this button
64 @media screen and (max-width: 1400px) {
66 @include responsive-label;
70 @media screen and (max-width: $small-view) {
72 @include responsive-label;