mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 11:36:07 +01:00
Reducing size of dashboard header titles to reduce overflow depending on language.
This commit is contained in:
parent
bf28dc1eea
commit
f049e3abc4
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ $secondary: #2d3348;
|
|||
$success: #1a9436;
|
||||
$info: #1bd8f4;
|
||||
|
||||
$font-size-base: 1rem;
|
||||
$h5-font-size: $font-size-base * 1.1 !default;
|
||||
|
||||
$pagination-bg: $body-bg;
|
||||
$pagination-border-color: $gray-800;
|
||||
$pagination-disabled-bg: #FFF;
|
||||
|
|
Loading…
Add table
Reference in a new issue