X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fbuttons%2Fbutton.component.scss;h=4cc2b05732fd72ca4a159fa8690120ab7e94e350;hb=b5f919ac8eb2a1c20e26582fdfd377d687710d8f;hp=7ec77f4c956374f44ef7f1ee353cc05dba740e96;hpb=7b992a86b107fc2917b993127df8e95a66ae94db;p=oweals%2Fpeertube.git diff --git a/client/src/app/shared/buttons/button.component.scss b/client/src/app/shared/buttons/button.component.scss index 7ec77f4c9..4cc2b0573 100644 --- a/client/src/app/shared/buttons/button.component.scss +++ b/client/src/app/shared/buttons/button.component.scss @@ -1,9 +1,20 @@ @import '_variables'; @import '_mixins'; +my-small-loader /deep/ .root { + display: inline-block; + margin: 0 3px 0 0; + width: 20px; +} + .action-button { @include peertube-button-link; @include button-with-icon(21px, 0, -2px); + + // FIXME: Firefox does not apply global .orange-button icon color + &.orange-button { + @include apply-svg-color(#fff) + } } // In a table, try to minimize the space taken by this button