Skip to content

Commit

Permalink
[~] Login UI size changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidProgramming committed Sep 9, 2024
1 parent 434ab07 commit cb8445b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions roles/ui/files/FWO.UI/Pages/Login.razor
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
@if (showLoginForm)
{
<div class="row text-center">
<div class="col-lg-4 col-md-3 col-sm-2 col-xs-2"></div>
<div class="col-lg-4 col-md-6 col-sm-8 col-xs-8">
<div class="col-lg-4 col-md-3 col-sm-2"></div>
<div class="col-lg-4 col-md-6 col-sm-8 col-xs-12">
<img src="images/FWO_logo.png">
<br><br>
@* <h2 class="text-center"> @(userConfig.GetText("login")) </h2> *@
Expand Down Expand Up @@ -51,19 +51,19 @@
</form>
</div>
</div>
<div class="col-lg-4 col-md-3 col-sm-2 col-xs-2"></div>
<div class="col-lg-4 col-md-3 col-sm-2"></div>
</div>
@if(ShowWelcomeMessage)
{
<div class="row mt-4">
<div class="col">
<div class="col-lg-4 col-md-3 col-sm-2">
</div>
<div class="col">
<div class="col-lg-4 col-md-6 col-sm-8 col-xs-12">
<div class="alert alert-primary" role="alert">
<span>@globalConfig.WelcomeMessage</span>
</div>
</div>
<div class="col">
<div class="col-lg-4 col-md-3 col-sm-2">
</div>
</div>
}
Expand Down

0 comments on commit cb8445b

Please sign in to comment.