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