]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/buttons/button.component.scss
WIP plugins: update plugin
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / buttons / button.component.scss
index 7ec77f4c956374f44ef7f1ee353cc05dba740e96..4cc2b05732fd72ca4a159fa8690120ab7e94e350 100644 (file)
@@ -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