diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-05 13:48:56 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-01-13 09:05:22 +0100 |
commit | 26171379d0196ac645923e72b12e1cf29089835b (patch) | |
tree | 678e4c0f3f03387f6a3388e2479004ceb9e59dbc /client/src/sass/bootstrap.scss | |
parent | feaf98d528851d025730b4f220e36f14ff5c29c7 (diff) | |
download | PeerTube-26171379d0196ac645923e72b12e1cf29089835b.tar.gz PeerTube-26171379d0196ac645923e72b12e1cf29089835b.tar.zst PeerTube-26171379d0196ac645923e72b12e1cf29089835b.zip |
Use source sans 3 font
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index ac53ae7a5..ade8d7033 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -88,6 +88,9 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
88 | } | 88 | } |
89 | } | 89 | } |
90 | 90 | ||
91 | .badge { | ||
92 | line-height: 1.1; | ||
93 | } | ||
91 | 94 | ||
92 | @media screen and (min-width: #{breakpoint(md)}) { | 95 | @media screen and (min-width: #{breakpoint(md)}) { |
93 | .modal:before { | 96 | .modal:before { |
@@ -377,7 +380,7 @@ ngb-tooltip-window { | |||
377 | &:not(.callout-light) { | 380 | &:not(.callout-light) { |
378 | border-left-width: .25rem; | 381 | border-left-width: .25rem; |
379 | } | 382 | } |
380 | 383 | ||
381 | &.callout-info { | 384 | &.callout-info { |
382 | border-color: pvar(--mainColorLightest); | 385 | border-color: pvar(--mainColorLightest); |
383 | border-left-color: pvar(--mainColor); | 386 | border-left-color: pvar(--mainColor); |