Reducing size of dashboard header titles to reduce overflow depending on language.

This commit is contained in:
softsimon 2021-01-24 11:53:42 +07:00
parent bf28dc1eea
commit f049e3abc4
No known key found for this signature in database
GPG key ID: 488D7DCFB5A430D7

View file

@ -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;