Merge branch 'release/v1.3.0' into develop
[oweals/peertube.git] / client / src / app / +my-account / my-account-history / my-account-history.component.scss
1 @import '_variables';
2 @import '_mixins';
3
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 {
26     @include peertube-button;
27     @include grey-button;
28     @include button-with-icon;
29
30     font-size: 15px;
31   }
32 }
33
34 .video {
35   @include row-blocks;
36
37   .my-video-miniature {
38     flex-grow: 1;
39   }
40 }