]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
Update OpenAPI documentation to include basic playlists and new comment sorting
[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
693263e9
C
4.action-button-delete-selection {
5 display: inline-block;
ce0e281d 6
693263e9
C
7 @include peertube-button;
8 @include orange-button;
9 @include button-with-icon(21px);
ce0e281d 10
693263e9
C
11 my-global-icon {
12 @include apply-svg-color(#fff);
b2731bff 13 }
d2cc03aa 14}
9b7d1c72 15
693263e9
C
16my-delete-button,
17my-edit-button {
18 margin-right: 10px;
9b7d1c72 19}