Skip to content

Commit

Permalink
style: 更新 Header 样式
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Apr 23, 2024
1 parent 0dd7424 commit a5de1c4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/blazor/admin/BootstrapAdmin.Web/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@
--bb-footer-height: 40px;
--bb-tab-header-height: 40px;
--bb-checkboxlist-item-width: 180px;
--bb-header-bg: #17a2b8;
--bb-header-color: #e0e0e0;
}

.layout {
--bb-layout-header-background: var(--bb-header-bg);
--bb-layout-sidebar-banner-background: var(--bb-header-bg);
--bb-layout-headerbar-background: #1ab394;
--bb-layout-header-color: var(--bb-header-color);
--bb-layout-title-color: var(--bb-header-color);
}

.dropdown-logout {
--bb-logout-text-color: var(--bb-header-color);
}

#blazor-error-ui {
Expand Down

0 comments on commit a5de1c4

Please sign in to comment.