mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-18 13:26:47 +01:00
UI: Improve Create First Store view (#5854)
Unifies the width and display with the login view.
This commit is contained in:
parent
fca3480e37
commit
93f37b506b
@ -59,7 +59,7 @@
|
||||
<div class="account-form">
|
||||
@if (ViewBag.ShowTitle)
|
||||
{
|
||||
<h4 v-pre>@ViewData["Title"]</h4>
|
||||
<h4>@ViewData["Title"]</h4>
|
||||
}
|
||||
@RenderBody()
|
||||
</div>
|
||||
|
@ -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); }
|
||||
|
Loading…
Reference in New Issue
Block a user