]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/buttons/button.component.scss
Cleanup some client FIXME
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / buttons / button.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
03652b31 4my-small-loader ::ng-deep .root {
b5f919ac
C
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);
14aa8556 13}
61875048 14
14aa8556
C
15.orange-button {
16 @include peertube-button;
17 @include orange-button;
18}
19
20.orange-button-link {
21 @include peertube-button-link;
22 @include orange-button;
23}
24
25.grey-button {
26 @include peertube-button;
27 @include grey-button;
28}
29
30.grey-button-link {
31 @include peertube-button-link;
32 @include grey-button;
cd83ea1b 33}
b17e8d89
C
34
35// In a table, try to minimize the space taken by this button
36@media screen and (max-width: 1400px) {
37 :host-context(td) {
38 .action-button {
39 padding: 0 13px;
40 }
41
42 .button-label {
43 display: none;
44 }
45 }
46}