X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-edit%2Fshared%2Fvideo-edit.component.scss;h=81e3a0d19b634c019a99608e099b3f0662d5d092;hb=5f0805d39b94eb2de1b73e0f43ac8685ae900994;hp=2d0bfc36e60b058baa370e629ef66888385aecf9;hpb=27e1a06c331278e5d37bc5172ee7e4fc968e4b5e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.scss b/client/src/app/videos/+video-edit/shared/video-edit.component.scss index 2d0bfc36e..81e3a0d19 100644 --- a/client/src/app/videos/+video-edit/shared/video-edit.component.scss +++ b/client/src/app/videos/+video-edit/shared/video-edit.component.scss @@ -1,3 +1,14 @@ +@import '_variables'; +@import '_mixins'; + +.peertube-select-container { + @include peertube-select-container(auto); +} + +.peertube-select-disabled-container { + @include peertube-select-disabled-container(auto); +} + .video-edit { height: 100%; @@ -10,14 +21,10 @@ display: block; &[type=checkbox] { - outline: 0; + @include peertube-checkbox(1px); } } - select { - @include peertube-select(100%); - } - input, select { font-size: 15px } @@ -36,6 +43,10 @@ margin-right: 10px; } } + + .label-tags + span { + font-size: 15px; + } } .submit-container { @@ -43,6 +54,14 @@ position: relative; bottom: $button-height; + .message-submit { + display: inline-block; + margin-right: 25px; + + color: #585858; + font-size: 15px; + } + .submit-button { @include peertube-button; @include orange-button; @@ -54,6 +73,7 @@ background-color: inherit; border: none; padding: 0; + outline: 0; } .icon.icon-validate { @@ -79,6 +99,14 @@ border: 1px solid #C6C6C6; border-radius: 3px; padding: 5px !important; + height: 40px; + } + + tag-input-form { + input { + height: 30px !important; + background-color: #fff !important; + } } tag { @@ -104,6 +132,8 @@ padding-left: 6px !important; svg { + position: relative; + top: -1px; height: auto !important; vertical-align: middle !important; fill: #585858 !important;