diff options
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); |