]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-history/my-account-history.component.scss
Merge branch 'release/v1.3.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-history / my-account-history.component.scss
CommitLineData
80bfd33c
C
1@import '_variables';
2@import '_mixins';
3
276d9652
C
4.no-history {
5 display: flex;
6 justify-content: center;
7 margin-top: 50px;
8 font-weight: $font-semibold;
9 font-size: 16px;
10}
11
12.top-buttons {
13 margin-bottom: 20px;
14 display: flex;
15
16 .history-switch {
17 display: flex;
18 flex-grow: 1;
19
20 label {
21 margin: 0 0 0 5px;
22 }
23 }
24
25 .delete-history {
d01b2fb9
C
26 @include peertube-button;
27 @include grey-button;
28 @include button-with-icon;
276d9652 29
d01b2fb9 30 font-size: 15px;
276d9652
C
31 }
32}
33
80bfd33c
C
34.video {
35 @include row-blocks;
36
e2409062 37 .my-video-miniature {
80bfd33c 38 flex-grow: 1;
80bfd33c
C
39 }
40}