Browse Source
Merge pull request #24420 from abpframework/Basic-Account-Layout
Add bottom margin to account layout column
dev
Yağmur Çelik
2 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
modules/basic-theme/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/Themes/Basic/Layouts/Account.cshtml
|
|
|
@ -62,7 +62,7 @@ |
|
|
|
|
|
|
|
<div class="@containerClass"> |
|
|
|
<abp-row> |
|
|
|
<abp-column class="col mx-auto" style="max-width: 440px"> |
|
|
|
<abp-column class="col mx-auto mb-5" style="max-width: 440px"> |
|
|
|
<div class="brand-container"> |
|
|
|
<img class="brand-logo" src="@(BrandingProvider.LogoUrl ?? Url.Content("~/themes/basic/logo.svg"))" alt="@BrandingProvider.AppName"/> |
|
|
|
<h2 class="brand-text">@BrandingProvider.AppName</h2> |
|
|
|
|