aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-01-03 15:17:17 +0100
committerChocobozzz <me@florianbigard.com>2022-01-03 15:17:17 +0100
commita8454bb26c4abdb4e1f08ded492e987601bba2eb (patch)
treeba114cb41482ff3c93ed052386e096295a13af87 /client/src/sass
parent948f7347618eb552af291714ece5950087de13a3 (diff)
downloadPeerTube-a8454bb26c4abdb4e1f08ded492e987601bba2eb.tar.gz
PeerTube-a8454bb26c4abdb4e1f08ded492e987601bba2eb.tar.zst
PeerTube-a8454bb26c4abdb4e1f08ded492e987601bba2eb.zip
Fix button group
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/bootstrap.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index b6aeb8ca2..432e23e92 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -334,7 +334,7 @@ ngb-tooltip-window {
334 } 334 }
335} 335}
336 336
337.btn-group { 337.btn-group.select-button {
338 font-weight: $font-semibold; 338 font-weight: $font-semibold;
339 339
340 .active { 340 .active {