]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
Refactor video miniatures
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-videos / my-account-videos.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
ce0e281d
C
4.action-selection-mode {
5 width: 174px;
dc595ab7
C
6 display: flex;
7 justify-content: flex-end;
ce0e281d
C
8
9 .action-selection-mode-child {
10 position: fixed;
ce0e281d 11
dc595ab7
C
12 .action-button {
13 display: inline-block;
14 }
ce0e281d 15
dc595ab7
C
16 .action-button-cancel-selection {
17 @include peertube-button;
18 @include grey-button;
ce0e281d 19
dc595ab7
C
20 margin-right: 10px;
21 }
ce0e281d 22
dc595ab7
C
23 .action-button-delete-selection {
24 @include peertube-button;
25 @include orange-button;
457bb213 26 @include button-with-icon(21px);
dc595ab7 27
457bb213
C
28 my-global-icon {
29 @include apply-svg-color(#fff);
30 }
ce0e281d
C
31 }
32 }
33}
34
d2cc03aa 35.video {
22a16e36 36 @include row-blocks;
a2b817d3 37
ce0e281d
C
38 &:first-child {
39 margin-top: 47px;
40 }
41
a8981e0b
C
42 .checkbox-container {
43 display: flex;
44 align-items: center;
45 margin-right: 20px;
46 margin-left: 12px;
47 }
48
e2409062 49 my-video-miniature {
d2cc03aa 50 flex-grow: 1;
d2cc03aa 51 }
b2731bff
C
52
53 .video-buttons {
54 min-width: 190px;
74d63469
GR
55
56 *:not(:last-child) {
57 margin-right: 10px;
58 }
b2731bff 59 }
d2cc03aa 60}
9b7d1c72 61
80bfd33c 62@media screen and (max-width: $small-view) {
9b7d1c72
C
63 .video {
64 flex-direction: column;
65 height: auto;
9b7d1c72 66
e2409062 67 .checkbox-container {
9b7d1c72
C
68 display: none;
69 }
70
9b7d1c72
C
71 .video-buttons {
72 margin-top: 10px;
73 }
74 }
75}