X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-library%2Fmy-videos%2Fmy-videos.component.scss;h=6c2ef6f76ff3794cc898ec228a60026a6b330395;hb=HEAD;hp=aaf21126b429c41241aec50ff10c6620b2ad7ca5;hpb=dc48fdbe68e9dd3a3a6028181e61d8595d98e654;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+my-library/my-videos/my-videos.component.scss b/client/src/app/+my-library/my-videos/my-videos.component.scss index aaf21126b..6c2ef6f76 100644 --- a/client/src/app/+my-library/my-videos/my-videos.component.scss +++ b/client/src/app/+my-library/my-videos/my-videos.component.scss @@ -1,5 +1,5 @@ -@import '_variables'; -@import '_mixins'; +@use '_variables' as *; +@use '_mixins' as *; input[type=text] { @include peertube-input-text(300px); @@ -7,7 +7,7 @@ input[type=text] { .peertube-select-container { @include peertube-select-container(auto); - margin-left: 0.5rem; + @include margin-left(0.5rem); } h1 { @@ -20,31 +20,32 @@ h1 { @include button-with-icon(18px, 3px, -1px); &:not(:last-child) { - margin-right: 10px; + @include margin-right(10px); } } } .action-button-delete-selection { - display: inline-block; - @include peertube-button; @include orange-button; @include button-with-icon(21px); + display: inline-block; + my-global-icon { @include apply-svg-color(#fff); } } .action-button { + @include margin-left(10px); + display: flex; - margin-left: 10px; align-self: flex-end; } my-edit-button { - margin-right: 10px; + @include margin-right(10px); } @include on-small-main-col { @@ -58,8 +59,9 @@ my-edit-button { } .action-button { + @include margin-left(auto); + margin-top: 10px; - margin-left: auto; } } @@ -72,11 +74,11 @@ my-edit-button { margin-bottom: 12px; } .peertube-select-container { - margin-left: 0; + @include margin-left(0); } } .action-button { - margin-left: 0; + @include margin-left(0); } }