mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-01 19:50:31 +08:00
refactor(Layout): integrate widget styles (#4638)
* refactor: 集成 widget 默认样式 * chore: bump version 9.0.0-rc.2.11.10.1
This commit is contained in:
parent
64bde703a4
commit
855641369a
@ -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>
|
||||
|
@ -146,6 +146,14 @@
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.widget {
|
||||
--bb-widget-toggle-color: var(--bb-layout-header-color);
|
||||
|
||||
.progress {
|
||||
height: 7px;
|
||||
}
|
||||
}
|
||||
|
||||
.logout-avatar {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user