Skip to content

Commit

Permalink
SWED-2230 style iteration topbar desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti committed Aug 8, 2023
1 parent 0e2df13 commit 6f9861e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/less/components/topbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -295,15 +295,15 @@ each(@grid-breakpoints, .(@min-width, @infix) {
});

.topbar-wide {
--topbar-height: 96px;
--topbar-height: 88px;
--border-radius-topbar-nav: 48px;
--modal-nav-width: 480px;

padding: 0 3rem;
padding: 0 var(--topbar-spacing-horizontal);

.topbar-logo img {
height: 48px;
width: 100px;
height: var(--topbar-spacing-horizontal);
width: auto;
}

.topbar-nav {
Expand Down

0 comments on commit 6f9861e

Please sign in to comment.