Skip to content

Commit 8556413

Browse files
authored
refactor(Layout): integrate widget styles (#4638)
* refactor: 集成 widget 默认样式 * chore: bump version 9.0.0-rc.2.11.10.1
1 parent 64bde70 commit 8556413

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/BootstrapBlazor/BootstrapBlazor.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.0.0-rc.2.11.10.0</Version>
4+
<Version>9.0.0-rc.2.11.10.1</Version>
55
</PropertyGroup>
66

77
<ItemGroup>

src/BootstrapBlazor/Components/Layout/Layout.razor.scss

+8
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,14 @@
146146
top: 0;
147147
}
148148

149+
.widget {
150+
--bb-widget-toggle-color: var(--bb-layout-header-color);
151+
152+
.progress {
153+
height: 7px;
154+
}
155+
}
156+
149157
.logout-avatar {
150158
border-radius: 50%;
151159
}

0 commit comments

Comments
 (0)