]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
Auto add https:// in import script URLs
[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
bf64ed41
RK
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
693263e9
C
15.action-button-delete-selection {
16 display: inline-block;
ce0e281d 17
693263e9
C
18 @include peertube-button;
19 @include orange-button;
20 @include button-with-icon(21px);
ce0e281d 21
693263e9
C
22 my-global-icon {
23 @include apply-svg-color(#fff);
b2731bff 24 }
d2cc03aa 25}
9b7d1c72 26
693263e9
C
27my-delete-button,
28my-edit-button {
29 margin-right: 10px;
9b7d1c72 30}