]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-library/my-video-playlists/my-video-playlists.component.scss
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-library / my-video-playlists / my-video-playlists.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
830b4faf 3
0f7407d9
C
4h1 {
5 display: flex;
6}
7
830b4faf
C
8.create-button {
9 @include create-button;
10}
11
4f5d0459
RK
12input[type=text] {
13 @include peertube-input-text(300px);
14}
15
830b4faf 16.video-playlist {
0f7407d9
C
17 @include row-blocks($column-responsive: false);
18}
830b4faf 19
0f7407d9 20.video-playlist-buttons {
27bc9586
C
21 @include margin-left(10px);
22
0f7407d9 23 display: flex;
0f7407d9 24 align-self: flex-end;
830b4faf
C
25}
26
d607fc24 27.video-playlists-header {
28 margin-bottom: 30px;
29}
30
0f7407d9
C
31my-video-playlist-miniature {
32 display: block;
33 flex-grow: 1;
34}
35
36my-delete-button {
27bc9586 37 @include margin-right(10px);
0f7407d9
C
38}
39
40@include on-small-main-col {
830b4faf
C
41 .video-playlists-header {
42 text-align: center;
43 }
44
45 .video-playlist {
0f7407d9 46 flex-wrap: wrap;
830b4faf 47 }
b63331ec 48
0f7407d9 49 .video-playlist-buttons {
27bc9586
C
50 @include margin-left(auto);
51
0f7407d9 52 margin-top: 10px;
b63331ec 53 }
830b4faf 54}
4682468d 55
0f7407d9 56@include on-mobile-main-col {
4682468d
K
57 .video-playlists-header {
58 flex-direction: column;
59
60 input[type=text] {
61 width: 100% !important;
62 margin-bottom: 12px;
63 }
64 }
0f7407d9
C
65
66 .action-button {
27bc9586 67 @include margin-left(0);
0f7407d9 68 }
4682468d 69}