]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-instance/instance-about-accordion.component.scss
Implement two factor in client
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-instance / instance-about-accordion.component.scss
index be6099a97dd4b04e6d5a1a17bf43c045cfb8e32f..9174f40c744818e68972ba4fbeff9892ae545cdd 100644 (file)
@@ -8,34 +8,15 @@
 .instance-short-description {
   @include ellipsis-multiline(1rem, 3);
 
-  margin-top: 20px;
-  margin-bottom: 20px;
+  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;
 }
+