aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/bootstrap.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r--client/src/sass/bootstrap.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index 49585a124..688407683 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -249,6 +249,18 @@
249 } 249 }
250} 250}
251 251
252.accordion-button {
253 font-size: 18px;
254
255 &:not(.collapsed) {
256 font-weight: $font-bold;
257
258 my-global-icon {
259 color: pvar(--mainColorLighter);
260 }
261 }
262}
263
252// --------------------------------------------------------------------------- 264// ---------------------------------------------------------------------------
253// Buttons & form controls 265// Buttons & form controls
254// --------------------------------------------------------------------------- 266// ---------------------------------------------------------------------------