diff --git a/.gitignore b/.gitignore index dfcfd56f..6c2bd2fd 100644 --- a/.gitignore +++ b/.gitignore @@ -348,3 +348,5 @@ MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder .ionide/ + +.idea/ \ No newline at end of file diff --git a/src/Blazor.AdminLte.Site.Shared/Pages/Layout/GridSystem.razor b/src/Blazor.AdminLte.Site.Shared/Pages/Layout/GridSystem.razor index f3f751f3..c542fde5 100644 --- a/src/Blazor.AdminLte.Site.Shared/Pages/Layout/GridSystem.razor +++ b/src/Blazor.AdminLte.Site.Shared/Pages/Layout/GridSystem.razor @@ -111,22 +111,35 @@ <CardTitle>Mix and match</CardTitle> - Don’t want your columns to simply stack in some grid tiers? Use a combination of different classes for each tier as needed. See the example below for a better idea of how it all works. - Stack the columns on mobile by making one full-width and the other half-width - - @col._12.col.md._8 - @col._6.col.md._4 - - Columns start at 50% wide on mobile and bump up to 33.3% wide on desktop - - @col._6.col.md._4 - @col._6.col.md._4 - @col._6.col.md._4 - - Columns are always 50% wide, on mobile and desktop + Don’t want your columns to simply stack in some grid tiers? Use a combination of different classes for each tier as needed. See the example below for a better idea of how it all works. + Stack the columns on mobile by making one full-width and the other half-width + + @col._12.col.md._8 + @col._6.col.md._4 + + Columns start at 50% wide on mobile and bump up to 33.3% wide on desktop + + @col._6.col.md._4 + @col._6.col.md._4 + @col._6.col.md._4 + + Columns are always 50% wide, on mobile and desktop + + @col._6 + @col._6 + + + + + <CardTitle>Column with no title</CardTitle> + - @col._6 - @col._6 + + @col._12.col.md._8 + + + No Title + diff --git a/src/Blazor.AdminLte.Site.Shared/Pages/User/Login.razor b/src/Blazor.AdminLte.Site.Shared/Pages/User/Login.razor index f979f5ae..553ffed5 100644 --- a/src/Blazor.AdminLte.Site.Shared/Pages/User/Login.razor +++ b/src/Blazor.AdminLte.Site.Shared/Pages/User/Login.razor @@ -1,7 +1,8 @@ @page "/login" +@using Blazor.AdminLte.Security.Abstractions.Helpers -
+