]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-library/my-videos/my-videos.component.scss
Sort channels by -updatedAt
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-library / my-videos / my-videos.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
4f5d0459
RK
4input[type=text] {
5 @include peertube-input-text(300px);
bf64ed41
RK
6}
7
8e286cdc
RK
8.peertube-select-container {
9 @include peertube-select-container(auto);
9a8c02c9 10 margin-left: 0.5rem;
8e286cdc
RK
11}
12
17119e4a
C
13h1 {
14 display: flex;
15 justify-content: space-between;
16
17 .button-link {
18 @include peertube-button-link;
19 @include grey-button;
20 @include button-with-icon(18px, 3px, -1px);
21
22 &:not(:last-child) {
23 margin-right: 10px;
24 }
25 }
26}
27
693263e9 28.action-button-delete-selection {
693263e9
C
29 @include peertube-button;
30 @include orange-button;
31 @include button-with-icon(21px);
ce0e281d 32
931d3430
C
33 display: inline-block;
34
693263e9
C
35 my-global-icon {
36 @include apply-svg-color(#fff);
b2731bff 37 }
d2cc03aa 38}
9b7d1c72 39
8a3183e5
K
40.action-button {
41 display: flex;
0f7407d9 42 margin-left: 10px;
8a3183e5
K
43 align-self: flex-end;
44}
45
693263e9
C
46my-edit-button {
47 margin-right: 10px;
9b7d1c72 48}
4682468d 49
0f7407d9 50@include on-small-main-col {
17119e4a
C
51 h1 {
52 flex-direction: column;
53
54 > span,
55 .button-link {
56 margin-bottom: 10px;
57 }
58 }
59
8a3183e5 60 .action-button {
0f7407d9
C
61 margin-top: 10px;
62 margin-left: auto;
4682468d
K
63 }
64}
8a3183e5 65
0f7407d9 66@include on-mobile-main-col {
d607fc24 67 .videos-header {
68 flex-direction: column;
69
70 input[type=text] {
9a8c02c9 71 width: 100%;
72 margin-bottom: 12px;
73 }
74 .peertube-select-container {
75 margin-left: 0;
d607fc24 76 }
77 }
0f7407d9
C
78
79 .action-button {
80 margin-left: 0;
81 }
d607fc24 82}