diff --git a/src/components/BootstrapBlazor.BootstrapIcon/BootstrapBlazor.BootstrapIcon.csproj b/src/components/BootstrapBlazor.BootstrapIcon/BootstrapBlazor.BootstrapIcon.csproj index 81b6218f..5c2149af 100644 --- a/src/components/BootstrapBlazor.BootstrapIcon/BootstrapBlazor.BootstrapIcon.csproj +++ b/src/components/BootstrapBlazor.BootstrapIcon/BootstrapBlazor.BootstrapIcon.csproj @@ -1,7 +1,7 @@ - 9.0.1 + 9.0.2 diff --git a/src/components/BootstrapBlazor.BootstrapIcon/wwwroot/css/bs.css b/src/components/BootstrapBlazor.BootstrapIcon/wwwroot/css/bs.css index efac933a..148c139e 100644 --- a/src/components/BootstrapBlazor.BootstrapIcon/wwwroot/css/bs.css +++ b/src/components/BootstrapBlazor.BootstrapIcon/wwwroot/css/bs.css @@ -54,3 +54,7 @@ transform: rotate(360deg); } } + +.bi-arrows-fullscreen::before { + transform: scale(0.8); +}