@import '_variables'; @import '_mixins'; .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 @media screen and (max-width: 1400px) { :host-context(td) { .action-button { padding: 0 13px; } .button-label { display: none; } } }