1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-13 14:52:22 +04:00

navbar brand fixes

This commit is contained in:
codecalm
2023-03-16 00:11:02 +01:00
parent c96e138320
commit 398743c7ce
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -714,7 +714,7 @@ $navbar-dark-active-bg: rgba(255, 255, 255, 0.06) !default;
$navbar-brand-padding-y: $nav-link-padding-y !default;
$navbar-brand-image-height: 2rem !default;
$navbar-brand-margin-right: 0 !default;
$navbar-brand-font-size: $h3-font-size !default;
$navbar-brand-font-size: $h2-font-size !default;
$navbar-brand-font-weight: var(--#{$prefix}font-weight-bold) !default;
$navbar-toggler-font-size: 1rem !default;
+1
View File
@@ -260,6 +260,7 @@ Navbar brand
font-weight: $navbar-brand-font-weight;
margin: 0;
line-height: 1;
gap: $spacer-2;
}
.navbar-brand-image {