Merge branch 'feature/audio-upload' into develop
[oweals/peertube.git] / client / src / app / +my-account / my-account-videos / my-account-videos.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .action-button-delete-selection {
5   display: inline-block;
6
7   @include peertube-button;
8   @include orange-button;
9   @include button-with-icon(21px);
10
11   my-global-icon {
12     @include apply-svg-color(#fff);
13   }
14 }
15
16 my-delete-button,
17 my-edit-button {
18   margin-right: 10px;
19 }