Skip to content

Commit 42ee0ae

Browse files
committed
refactor: 样式格式化
1 parent 4b988b8 commit 42ee0ae

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@
102102
font-size: 14px;
103103
}
104104

105-
.links a {
106-
color: #0066cc;
107-
text-decoration: none;
108-
}
105+
.links a {
106+
color: #0066cc;
107+
text-decoration: none;
108+
}
109109

110-
.links a:hover {
111-
text-decoration: underline;
112-
}
110+
.links a:hover {
111+
text-decoration: underline;
112+
}
113113

114114
.small {
115115
font-size: 12px;
@@ -128,18 +128,18 @@
128128
text-align: center;
129129
}
130130

131-
.email-display2 > span {
132-
position: relative;
133-
padding: 0.5rem 1rem;
134-
}
131+
.email-display2 > span {
132+
position: relative;
133+
padding: 0.5rem 1rem;
134+
}
135135

136-
.email-display2 > span:after {
137-
content: "";
138-
position: absolute;
139-
inset: 0;
140-
border: 1px solid var(--bs-border-color);
141-
border-radius: 20px;
142-
}
136+
.email-display2 > span:after {
137+
content: "";
138+
position: absolute;
139+
inset: 0;
140+
border: 1px solid var(--bs-border-color);
141+
border-radius: 20px;
142+
}
143143

144144
.login-video-wrap {
145145
text-align: center;

0 commit comments

Comments
 (0)