]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-share-modal/video-share.component.scss
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-share-modal / video-share.component.scss
index abb78b09b918e1b59390a62d1a3edcbc432576a7..6e80f8c76db6def5cb3921ad96903235646f0a83 100644 (file)
@@ -1,14 +1,10 @@
 @use '_mixins' as *;
 @use '_variables' as *;
 
-my-input-toggle-hidden {
+my-input-text {
   width: 100%;
 }
 
-.title-page.title-page-single {
-  margin-top: 0;
-}
-
 .playlist {
   margin-bottom: 50px;
 }
@@ -34,6 +30,10 @@ my-input-toggle-hidden {
   margin-top: 20px;
 }
 
+.alert-private {
+  margin-top: 0;
+}
+
 .filters {
   margin-top: 30px;
 
@@ -46,13 +46,8 @@ my-input-toggle-hidden {
     justify-content: center;
     align-items: center;
     margin-top: 20px;
-    font-size: 16px;
     font-weight: $font-semibold;
     cursor: pointer;
-
-    .glyphicon {
-      @include margin-right(5px);
-    }
   }
 
   .video-caption-block {
@@ -81,3 +76,7 @@ my-input-toggle-hidden {
   align-items: center;
   justify-content: space-between;
 }
+
+h5 {
+  font-size: 1.15rem;
+}