X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fmodal%2Fvideo-share.component.scss;h=8b5952da618d508af470656fd47b7793516c6b91;hb=3a1fed11c52705002cbf2a17294509fb5a89237c;hp=472a45920bf5d3945da2ea0d5004860e574d9e16;hpb=f0a3988066f72a28bb44520af072f18d91d77dde;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-watch/modal/video-share.component.scss b/client/src/app/videos/+video-watch/modal/video-share.component.scss index 472a45920..8b5952da6 100644 --- a/client/src/app/videos/+video-watch/modal/video-share.component.scss +++ b/client/src/app/videos/+video-watch/modal/video-share.component.scss @@ -1,5 +1,21 @@ -@import '~bootstrap/scss/functions'; -@import '~bootstrap/scss/variables'; +@import '_mixins'; +@import '_variables'; + +my-input-readonly-copy { + width: 100%; +} + +.title-page.title-page-single { + margin-top: 0; +} + +.playlist { + margin-bottom: 50px; +} + +.peertube-select-container { + @include peertube-select-container(200px); +} .action-button-cancel { margin-right: 0 !important; @@ -9,13 +25,61 @@ text-align: center; } -.start-at { +.tab-content { + margin-top: 30px; display: flex; justify-content: center; - margin-top: 10px; align-items: center; + flex-direction: column; +} + +.alert { + margin-top: 20px; +} + +.filters { + margin-top: 30px; + padding-top: 30px; + border-top: 1px solid $separator-border-color; + + .advanced-filters-button { + display: flex; + justify-content: center; + align-items: center; + margin-top: 30px; + font-size: 16px; + font-weight: $font-semibold; + cursor: pointer; + + .glyphicon { + margin-right: 5px; + } + } + + .form-group { + margin-bottom: 0; + height: 34px; + display: flex; + align-items: center; + } + + .video-caption-block { + display: flex; + align-items: center; + + .peertube-select-container { + margin-left: 10px; + } + } + + .start-at, + .stop-at { + width: 300px; + display: flex; + align-items: center; - my-timestamp-input { - margin-left: 10px; + my-timestamp-input { + margin-left: 10px; + } } }