]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-share-modal/video-share.component.scss
Prevent edition with 0 task
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-share-modal / video-share.component.scss
index 091d4dc3bb556d4e46a022d66beae6402a5d01b4..6e80f8c76db6def5cb3921ad96903235646f0a83 100644 (file)
@@ -1,14 +1,10 @@
-@import '_mixins';
-@import '_variables';
+@use '_mixins' as *;
+@use '_variables' as *;
 
-my-input-readonly-copy {
+my-input-text {
   width: 100%;
 }
 
-.title-page.title-page-single {
-  margin-top: 0;
-}
-
 .playlist {
   margin-bottom: 50px;
 }
@@ -29,32 +25,29 @@ my-input-readonly-copy {
   flex-direction: column;
 }
 
-.alert {
+.alert,
+.embed {
   margin-top: 20px;
 }
 
+.alert-private {
+  margin-top: 0;
+}
+
 .filters {
   margin-top: 30px;
 
+  .advanced-filters.show {
+    overflow: visible !important;
+  }
+
   .advanced-filters-button {
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 20px;
-    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 {
@@ -62,7 +55,7 @@ my-input-readonly-copy {
     align-items: center;
 
     .peertube-select-container {
-      margin-left: 10px;
+      @include margin-left(10px);
     }
   }
 
@@ -73,7 +66,17 @@ my-input-readonly-copy {
     align-items: center;
 
     my-timestamp-input {
-      margin-left: 10px;
+      @include margin-left(10px);
     }
   }
 }
+
+.alert-private {
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+}
+
+h5 {
+  font-size: 1.15rem;
+}