]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/bootstrap.scss
Registration css fixes
[github/Chocobozzz/PeerTube.git] / client / src / sass / bootstrap.scss
index 49585a124b0b219d4881833dd1da7c5205d7c3cc..68840768352890a5f77ec5b43cc78ce1be9a0f81 100644 (file)
   }
 }
 
+.accordion-button {
+  font-size: 18px;
+
+  &:not(.collapsed) {
+    font-weight: $font-bold;
+
+    my-global-icon {
+      color: pvar(--mainColorLighter);
+    }
+  }
+}
+
 // ---------------------------------------------------------------------------
 // Buttons & form controls
 // ---------------------------------------------------------------------------