Skip to content

Commit

Permalink
Fixes breadcrumb styling
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed May 21, 2024
1 parent d11356c commit 4328885
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/dashboard/app/assets/stylesheets/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ $navbar-nav-link-padding-x: 0.75rem;

// breadcrumbs are purely visual for accessibility
$breadcrumb-divider: '';
$breadcrumb-bg: #e9ecef;
$breadcrumb-padding-y: 0.75rem;
$breadcrumb-padding-x: 1rem;

// files get copied during 'yarn build' in esbuild.config.js
$fa-font-path: "../builds";
$fa-font-path: "../builds";

0 comments on commit 4328885

Please sign in to comment.