File tree Expand file tree Collapse file tree 11 files changed +40
-36
lines changed
Areas/Identity/Pages/V4/Account
Web.ProjectTemplates/content
BlazorServerWeb-CSharp/Shared
ComponentsWebAssembly-CSharp/Client/Shared
RazorPagesWeb-CSharp/Pages/Shared
StarterWeb-CSharp/Views/Shared Expand file tree Collapse file tree 11 files changed +40
-36
lines changed Original file line number Diff line number Diff line change 5757 {
5858 < div >
5959 < p >
60- There are no external authentication services configured . See < a href = " https://go.microsoft.com/fwlink/?LinkID=532715" > this article < / a >
61- for details on setting up this ASP .NET application to support logging in via external services .
60+ There are no external authentication services configured . See this < a href = " https://go.microsoft.com/fwlink/?LinkID=532715" > article
61+ about setting up this ASP .NET application to support logging in via external services < / a > .
6262 < / p >
6363 < / div >
6464 }
Original file line number Diff line number Diff line change 3939 {
4040 < div >
4141 < p >
42- There are no external authentication services configured . See < a href = " https://go.microsoft.com/fwlink/?LinkID=532715" > this article < / a >
43- for details on setting up this ASP .NET application to support logging in via external services .
42+ There are no external authentication services configured . See this < a href = " https://go.microsoft.com/fwlink/?LinkID=532715" > article
43+ about setting up this ASP .NET application to support logging in via external services < / a > .
4444 < / p >
4545 < / div >
4646 }
Original file line number Diff line number Diff line change 2424 border-color : # 1861ac ;
2525}
2626
27+ .btn-link .nav-link : focus {
28+ outline : black auto 1px ;
29+ }
30+
2731/* Sticky footer styles
2832-------------------------------------------------- */
2933html {
Original file line number Diff line number Diff line change 3131 text-overflow : ellipsis;
3232 }
3333
34- @media (max-width : 767 .98px ) {
34+ @media (max-width : 640 .98px ) {
3535 .top-row : not (.auth ) {
3636 display : none;
3737 }
4545 }
4646}
4747
48- @media (min-width : 768 px ) {
48+ @media (min-width : 641 px ) {
4949 .page {
5050 flex-direction : row;
5151 }
Original file line number Diff line number Diff line change 5050 color : white;
5151}
5252
53- @media (min-width : 768 px ) {
53+ @media (min-width : 641 px ) {
5454 .navbar-toggler {
5555 display : none;
5656 }
Original file line number Diff line number Diff line change 3131 text-overflow : ellipsis;
3232 }
3333
34- @media (max-width : 767 .98px ) {
34+ @media (max-width : 640 .98px ) {
3535 .top-row : not (.auth ) {
3636 display : none;
3737 }
4545 }
4646}
4747
48- @media (min-width : 768 px ) {
48+ @media (min-width : 641 px ) {
4949 .page {
5050 flex-direction : row;
5151 }
Original file line number Diff line number Diff line change 5050 color : white;
5151}
5252
53- @media (min-width : 768 px ) {
53+ @media (min-width : 641 px ) {
5454 .navbar-toggler {
5555 display : none;
5656 }
Original file line number Diff line number Diff line change 1616 aria-expanded =" false" aria-label =" Toggle navigation" >
1717 <span class =" navbar-toggler-icon" ></span >
1818 </button >
19- <div class =" navbar-collapse collapse d-sm-inline-flex flex-sm-row-reverse" >
20- @* #if (IndividualAuth || OrganizationalAuth)
21- <partial name="_LoginPartial" />
22- #elseif (WindowsAuth)
23- <p class="nav navbar-text navbar-right">Hello, @User.Identity.Name!</p>
24- #endif*@
19+ <div class =" navbar-collapse collapse d-sm-inline-flex justify-content-between" >
2520 <ul class =" navbar-nav flex-grow-1" >
2621 <li class =" nav-item" >
2722 <a class =" nav-link text-dark" asp-area =" " asp-page =" /Index" >Home</a >
3025 <a class =" nav-link text-dark" asp-area =" " asp-page =" /Privacy" >Privacy</a >
3126 </li >
3227 </ul >
28+ @* #if (IndividualAuth || OrganizationalAuth)
29+ <partial name="_LoginPartial" />
30+ #elseif (WindowsAuth)
31+ <p class="nav navbar-text">Hello, @User.Identity.Name!</p>
32+ #endif*@
3333 </div >
3434 </div >
3535 </nav >
Original file line number Diff line number Diff line change 1616 aria-expanded =" false" aria-label =" Toggle navigation" >
1717 <span class =" navbar-toggler-icon" ></span >
1818 </button >
19- <div class =" navbar-collapse collapse d-sm-inline-flex flex-sm-row-reverse" >
20- @* #if (IndividualAuth || OrganizationalAuth)
21- <partial name="_LoginPartial" />
22- #elseif (WindowsAuth)
23- <p class="nav navbar-text navbar-right">Hello, @User.Identity.Name!</p>
24- #endif*@
19+ <div class =" navbar-collapse collapse d-sm-inline-flex justify-content-between" >
2520 <ul class =" navbar-nav flex-grow-1" >
2621 <li class =" nav-item" >
2722 <a class =" nav-link text-dark" asp-area =" " asp-controller =" Home" asp-action =" Index" >Home</a >
3025 <a class =" nav-link text-dark" asp-area =" " asp-controller =" Home" asp-action =" Privacy" >Privacy</a >
3126 </li >
3227 </ul >
28+ @* #if (IndividualAuth || OrganizationalAuth)
29+ <partial name="_LoginPartial" />
30+ #elseif (WindowsAuth)
31+ <p class="nav navbar-text">Hello, @User.Identity.Name!</p>
32+ #endif*@
3333 </div >
3434 </div >
3535 </nav >
Original file line number Diff line number Diff line change 1616 < span class ="navbar-toggler-icon "> </ span >
1717 </ button >
1818 < div
19- class ="navbar-collapse collapse d-sm-inline-flex flex-sm-row-reverse "
19+ class ="navbar-collapse collapse d-sm-inline-flex justify-content-end "
2020 [ngClass] ="{ show: isExpanded } "
2121 >
22- <!--#if (IndividualLocalAuth) -->
23- < app-login-menu > </ app-login-menu >
24- <!--#endif -->
2522 < ul class ="navbar-nav flex-grow ">
2623 < li
2724 class ="nav-item "
4138 >
4239 </ li >
4340 </ ul >
41+ <!--#if (IndividualLocalAuth) -->
42+ < app-login-menu > </ app-login-menu >
43+ <!--#endif -->
4444 </ div >
4545 </ div >
4646 </ nav >
You can’t perform that action at this time.
0 commit comments