]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/buttons/button.component.scss
WIP plugins: update plugin
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / buttons / button.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
b5f919ac
C
4my-small-loader /deep/ .root {
5 display: inline-block;
6 margin: 0 3px 0 0;
7 width: 20px;
8}
9
cd83ea1b
C
10.action-button {
11 @include peertube-button-link;
457bb213 12 @include button-with-icon(21px, 0, -2px);
61875048
C
13
14 // FIXME: Firefox does not apply global .orange-button icon color
15 &.orange-button {
16 @include apply-svg-color(#fff)
17 }
cd83ea1b 18}
b17e8d89
C
19
20// In a table, try to minimize the space taken by this button
21@media screen and (max-width: 1400px) {
22 :host-context(td) {
23 .action-button {
24 padding: 0 13px;
25 }
26
27 .button-label {
28 display: none;
29 }
30 }
31}