]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-edit/shared/video-edit.component.scss
Enable video upload and edit
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-edit / shared / video-edit.component.scss
index f3d9ee44acdd60a235a87938a466138d3ee604d9..25db8e8edba0f8cc249510034687f619690127e3 100644 (file)
@@ -5,6 +5,11 @@
   @include peertube-select-container(auto);
 }
 
+my-peertube-checkbox {
+  display: block;
+  margin-bottom: 1rem;
+}
+
 .video-edit {
   height: 100%;
   min-height: 300px;
       border: none;
       padding: 0;
       outline: 0;
+      color: inherit;
+      font-weight: $font-semibold;
     }
 
     .icon.icon-validate {
@@ -143,15 +150,7 @@ p-calendar {
 
 /deep/ {
   .root-tabset > .nav {
-    margin-left: 15px;
     margin-bottom: 15px;
-
-    .nav-link {
-      display: flex !important;
-      align-items: center;
-      height: 30px !important;
-      padding: 0 15px !important;
-    }
   }
 
   .ng2-tag-input {
@@ -170,15 +169,17 @@ p-calendar {
   tag-input-form {
     input {
       height: 30px !important;
-      background-color: #fff !important;
+
+      background-color: var(--mainBackgroundColor) !important;
+      color: var(--mainForegroundColor) !important;
     }
   }
 
   tag {
-    background-color: #E5E5E5 !important;
+    background-color: var(--inputColor) !important;
     border-radius: 3px !important;
     font-size: 15px !important;
-    color: #000 !important;
+    color: var(--mainForegroundColor) !important;
     height: 30px !important;
     line-height: 30px !important;
     margin: 0 5px 0 0 !important;