]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/buttons/button.component.scss
Support audio upload in client
[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);
cd83ea1b 7}
b17e8d89
C
8
9// In a table, try to minimize the space taken by this button
10@media screen and (max-width: 1400px) {
11 :host-context(td) {
12 .action-button {
13 padding: 0 13px;
14 }
15
16 .button-label {
17 display: none;
18 }
19 }
20}