X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fmodal%2Fvideo-share.component.scss;h=c48abf9e05affa1be8474111f405ee5d30023bc6;hb=2f4c784a92ac50cacef07f4925e284b4041422f4;hp=472a45920bf5d3945da2ea0d5004860e574d9e16;hpb=011e1e6b37e15a44624b2d0e50263e16382060d2;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..c48abf9e0 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,9 @@ -@import '~bootstrap/scss/functions'; -@import '~bootstrap/scss/variables'; +@import '_mixins'; +@import '_variables'; + +.peertube-select-container { + @include peertube-select-container(200px); +} .action-button-cancel { margin-right: 0 !important; @@ -9,13 +13,65 @@ 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; +} + +input.readonly { + font-size: 15px; +} + +.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; + } } }