]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-instance/instance-about-accordion.component.scss
Add Podcast RSS feeds (#5487)
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-instance / instance-about-accordion.component.scss
index be6099a97dd4b04e6d5a1a17bf43c045cfb8e32f..8337a7154d5c676e62f7f7cb9a07a4d9b59fadb5 100644 (file)
@@ -6,36 +6,16 @@
 }
 
 .instance-short-description {
-  @include ellipsis-multiline(1rem, 3);
-
-  margin-top: 20px;
-  margin-bottom: 20px;
+  font-size: 1rem;
+  margin: 25px 0;
 }
 
 .block {
-  font-size: 15px;
   margin-bottom: 15px;
 }
 
-ngb-accordion ::ng-deep {
-  .card {
-    border-color: var(--mainBackgroundColor);
-
-    .card-header {
-      background-color: unset;
-      padding: 0;
-
-      + .collapse.show {
-        background-color: var(--submenuBackgroundColor);
-      }
-    }
-  }
-
-  .btn {
-    @include peertube-button;
-    @include grey-button;
-
-    border-radius: unset;
-    width: 100%;
-  }
+my-global-icon {
+  line-height: 24px;
+  margin-right: 15px;
 }
+