We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53864dd commit 2bde8d6Copy full SHA for 2bde8d6
src/BootstrapBlazor.Server/Components/Samples/Icons/UniverIconList.razor.css
@@ -6,8 +6,8 @@
6
}
7
8
::deep .bb-univer-icon {
9
- padding: 1rem 2rem;
+ padding: 1rem 30px;
10
border: 1px solid var(--bs-border-color);
11
border-radius: var(--bs-border-radius);
12
- margin: 0.5rem;
+ margin: 0.25rem;
13
src/BootstrapBlazor.Server/Components/Samples/Icons/UniverIcons.razor
@@ -18,10 +18,6 @@
18
19
<Pre><link href="_content/BootstrapBlazor.OctIcon/BootstrapBlazor.OctIcon.bundle.scp.css" rel="stylesheet"></Pre>
20
21
-<div class="mb-2">
22
- <UniverIcon Name="create-copy-single"></UniverIcon>
23
-</div>
24
-
25
<Pre><UniverIcon Name="create-copy-single"></UniverIcon></Pre>
26
27
<div>@((MarkupString)Localizer["Icons"].Value)</div>
0 commit comments