refactor(Layout): integrate widget styles (#4638)

* refactor: 集成 widget 默认样式

* chore: bump version 9.0.0-rc.2.11.10.1
This commit is contained in:
Argo Zhang 2024-11-09 21:22:56 -08:00 committed by GitHub
parent 64bde703a4
commit 855641369a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<Version>9.0.0-rc.2.11.10.0</Version>
<Version>9.0.0-rc.2.11.10.1</Version>
</PropertyGroup>
<ItemGroup>

View File

@ -146,6 +146,14 @@
top: 0;
}
.widget {
--bb-widget-toggle-color: var(--bb-layout-header-color);
.progress {
height: 7px;
}
}
.logout-avatar {
border-radius: 50%;
}