Add search bars for a user's videos and playlist library
[oweals/peertube.git] / client / src / app / +my-account / my-account-videos / my-account-videos.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .videos-header {
5   display: flex;
6   justify-content: space-between;
7   text-align: right;
8   margin: 20px 0 50px;
9
10   input[type=text] {
11     @include peertube-input-text(300px);
12   }
13 }
14
15 .action-button-delete-selection {
16   display: inline-block;
17
18   @include peertube-button;
19   @include orange-button;
20   @include button-with-icon(21px);
21
22   my-global-icon {
23     @include apply-svg-color(#fff);
24   }
25 }
26
27 my-delete-button,
28 my-edit-button {
29   margin-right: 10px;
30 }