We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4169fc0 + 43a67f0 commit e8ed987Copy full SHA for e8ed987
1 file changed
src/styles/_custom_variables.scss
@@ -28,7 +28,7 @@
28
--ds-header-icon-color-hover: #{$ds-header-icon-color-hover};
29
30
--ds-navbar-bg: #{$ds-navbar-bg};
31
- --ds-navbar-item-padding: 0.25rem 0;
+ --ds-navbar-item-padding: 0.5rem 0.25rem;
32
--ds-navbar-link-color: #{$ds-navbar-link-color};
33
--ds-navbar-link-bg: var(--ds-navbar-bg);
34
--ds-navbar-link-color-hover: #{$ds-navbar-link-color-hover};
@@ -46,7 +46,7 @@
46
--ds-expandable-navbar-item-padding: 0.25rem 0.5rem;
47
@include media-breakpoint-up(md) {
48
--ds-expandable-navbar-padding: 0.5rem 0;
49
- --ds-expandable-navbar-item-padding: 0.25rem 0.75rem;
+ --ds-expandable-navbar-item-padding: 0.5rem 0.75rem;
50
}
51
52
--ds-user-menu-bg: var(--ds-expandable-navbar-bg);
0 commit comments