Skip to content

Commit

Permalink
TabbedLayout header padding
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Aug 23, 2023
1 parent e989d98 commit 7db7880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/ui/page-layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@
.page.tabbed-layout .tabbed-layout_header {
grid-area: tabbed-layout_header;
background: var(--u-color_background_subdued);
padding: 3.5rem 0 1.5rem;
}

.page.tabbed-layout .tabbed-layout_tab-list {
grid-area: tabbed-layout_tab-list;
box-shadow: inset 0 -2px 0 -1px var(--c-color_tabs_border);
box-shadow: inset 0 -2px 0 -1px var(--c-color_border_subdued);
background: var(--u-color_background_subdued);
}

Expand Down

0 comments on commit 7db7880

Please sign in to comment.