File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
BootstrapBlazor.Server/Components/Samples/Tutorials/LoginAndRegister Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 3737.header-row {
3838 display : flex;
3939 align-items : center;
40- justify-content : center;
4140 position : relative;
4241 height : 40px ;
4342 margin-bottom : 20px ;
5554 display : flex;
5655 align-items : center;
5756 justify-content : center;
57+ z-index : 2 ;
5858}
5959
6060.blazor-text {
6161 font-family : Arial, sans-serif;
62- font-size : 2 rem ;
62+ font-size : 1.8 rem ;
6363 font-weight : bold;
6464 text-align : center;
6565 background : linear-gradient (to right, # 8e44ad, # e84393 );
6666 -webkit-background-clip : text;
6767 -webkit-text-fill-color : transparent;
68+ margin : 0 ;
6869}
6970
7071.logo-container {
71- margin : 0 auto;
72+ flex : 1 ;
73+ display : flex;
74+ justify-content : center;
75+ margin-left : 40px ;
76+ margin-right : 40px ;
7277}
7378
7479.logo {
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <Version >9.7.1-beta06 </Version >
4+ <Version >9.7.1-beta07 </Version >
55 </PropertyGroup >
66
77 <ItemGroup >
You can’t perform that action at this time.
0 commit comments