]> 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 6112919815bb4e1c6bfd79d43c34a0b78a024849..6e80f8c76db6def5cb3921ad96903235646f0a83 100644 (file)
@@ -5,10 +5,6 @@ my-input-text {
   width: 100%;
 }
 
-.title-page.title-page-single {
-  margin-top: 0;
-}
-
 .playlist {
   margin-bottom: 50px;
 }
@@ -34,6 +30,10 @@ my-input-text {
   margin-top: 20px;
 }
 
+.alert-private {
+  margin-top: 0;
+}
+
 .filters {
   margin-top: 30px;
 
@@ -46,7 +46,6 @@ my-input-text {
     justify-content: center;
     align-items: center;
     margin-top: 20px;
-    font-size: 16px;
     font-weight: $font-semibold;
     cursor: pointer;
   }
@@ -77,3 +76,7 @@ my-input-text {
   align-items: center;
   justify-content: space-between;
 }
+
+h5 {
+  font-size: 1.15rem;
+}