We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc4604 commit 2373791Copy full SHA for 2373791
1 file changed
src/OpenNetLinkApp/Pages/Main.razor
@@ -51,7 +51,7 @@
51
<div id="loginCard" class="col-md-6 login-card-body" style="height:413px; border-radius:0rem .7rem .7rem 0rem !important;">
52
53
<div style=" width:310px;">
54
- <p class="login-box-msg1" style=" padding-top:50px;color:#fff; font-size:1.5rem;">@strSystemName <span class="full_txt">@strConNetwork </span></p>
+ <p class="login-box-msg1" style=" padding-top:50px;color:#fff; font-size:1.4rem;">@strSystemName <span class="full_txt">@strConNetwork </span></p>
55
56
<input id="loginId" type="text" class="full-input mb-3 username" placeholder="ID" @bind="id" tabindex="1" autocomplete="off">
57
@if (pageService.m_nLoginType != 5) //OTP PW 필요없음
0 commit comments