UI: Improve Create First Store view (#5854)

Unifies the width and display with the login view.
This commit is contained in:
d11n 2024-03-21 07:37:15 +01:00 committed by GitHub
parent fca3480e37
commit 93f37b506b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -59,7 +59,7 @@
<div class="account-form">
@if (ViewBag.ShowTitle)
{
<h4 v-pre>@ViewData["Title"]</h4>
<h4>@ViewData["Title"]</h4>
}
@RenderBody()
</div>

View File

@ -28,9 +28,8 @@
}
@section PageHeadContent {
<style>
#FirstStore { max-width: 27rem; margin: 0 auto; text-align: center; }
#FirstStore, .alert { max-width: 26.5rem; margin: var(--btcpay-space-l) auto; text-align: center; }
#FirstStore .main-logo { height: 4.5rem; max-width: 18rem; }
#FirstStore .main-logo.main-logo-btcpay { width: 2.5rem; }
#FirstStore .main-logo-btcpay .main-logo-btcpay--large { display: none; }
#FirstStore .form-control, #FirstStore .form-select { width: 100%; }
#FirstStore .form-text { font-size: var(--btcpay-font-size-s); }