Skip to content

Commit f201bff

Browse files
fix(Login): update Template5 login template return button style (#6186)
* fix(template5): fix return button css style * chore: bump version 9.7.1-beta07 --------- Co-Authored-By: MadLongTom <[email protected]> Co-authored-by: Argo Zhang <[email protected]>
1 parent 8738caf commit f201bff

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

src/BootstrapBlazor.Server/Components/Samples/Tutorials/LoginAndRegister/Template5.razor.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
.header-row {
3838
display: flex;
3939
align-items: center;
40-
justify-content: center;
4140
position: relative;
4241
height: 40px;
4342
margin-bottom: 20px;
@@ -55,20 +54,26 @@
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: 2rem;
62+
font-size: 1.8rem;
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 {

src/BootstrapBlazor/BootstrapBlazor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

0 commit comments

Comments
 (0)