Skip to content

Commit

Permalink
refactor(WinBox): update style variable (#139)
Browse files Browse the repository at this point in the history
* style: 更新样式

* chore: bump version 9.0.4
  • Loading branch information
ArgoZhang authored Nov 22, 2024
1 parent 759a63d commit 014bf74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<Version>9.0.3</Version>
<Version>9.0.4</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
@import url('./winbox.min.css');

:root {
--bb-winbox-mask-bg-opacity: 0.3;
}

.winbox {
--bb-winbox-bg: #b5b5c3;
--bb-winbox-bg-dark: #383b3f;
--bb-winbox-body-padding: .5rem;
--bb-winbox-body-bg: var(--bs-body-bg);
--bb-winbox-mask-bg: #000;
--bb-winbox-mask-bg-opacity: 0.3;
--bb-winbox-body-padding: .5rem;
--bb-window-border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
--bb-winbox-footer-border-color: var(--bs-border-color);
--bb-winbox-mask-bg: #000;
background: var(--bb-winbox-bg);
border-radius: var(--bb-window-border-radius);
}
Expand Down

0 comments on commit 014bf74

Please sign in to comment.