]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/buttons/button.component.scss
Add fcbk open-graph and twitter-card metas for accounts, video-channels, playlists...
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / 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
292c17b8 10a[class$=-button],
2b587cad
RK
11span[class$=-button] {
12 > span {
13 margin-left: 5px;
14 }
15}
16
cd83ea1b
C
17.action-button {
18 @include peertube-button-link;
1fe1e14c 19 @include button-with-icon(21px, 0, -1px);
14aa8556 20}
61875048 21
14aa8556
C
22.orange-button {
23 @include peertube-button;
24 @include orange-button;
25}
26
27.orange-button-link {
28 @include peertube-button-link;
29 @include orange-button;
30}
31
32.grey-button {
33 @include peertube-button;
34 @include grey-button;
35}
36
37.grey-button-link {
38 @include peertube-button-link;
39 @include grey-button;
cd83ea1b 40}
b17e8d89
C
41
42// In a table, try to minimize the space taken by this button
43@media screen and (max-width: 1400px) {
44 :host-context(td) {
45 .action-button {
46 padding: 0 13px;
47 }
48
49 .button-label {
50 display: none;
51 }
52 }
53}