Reorganize client shared modules
[oweals/peertube.git] / client / src / app / videos / +video-edit / shared / video-edit.component.scss
index de800b03f3fa712267275da36d29462763f09362..69b9072883ac33625d35b43c384ff5f9ae5db815 100644 (file)
@@ -17,7 +17,7 @@ label {
 }
 
 .title-page a {
-  color: var(--mainForegroundColor);
+  color: pvar(--mainForegroundColor);
 
   &:hover {
     text-decoration: none;
@@ -122,7 +122,7 @@ my-peertube-checkbox {
     display: inline-block;
     margin-right: 25px;
 
-    color: $grey-foreground-color;
+    color: pvar(--greyForegroundColor);
     font-size: 15px;
   }
 
@@ -161,18 +161,6 @@ p-calendar {
   }
 }
 
-::ng-deep my-markdown-textarea {
-  .root {
-    @include media-breakpoint-down(xl) {
-      flex-direction: column !important;
-    }
-
-    textarea {
-      max-width: 100%;
-    }
-  }
-}
-
 @include ng2-tags;
 
 // columns for the video
@@ -200,7 +188,7 @@ p-calendar {
   .col-video-edit {
     @include media-breakpoint-up(md) {
       @include make-col(8);
-  
+
       & + .col-video-edit {
         @include make-col(4);
       }