Skip to content

Commit 78e68e1

Browse files
committedNov 15, 2024·
Valication style
1 parent eef8f8f commit 78e68e1

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
 

‎src/ZKEACMS.WebHost/wwwroot/css/Login.css

+22
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,28 @@ body {
130130
font-size: 14px;
131131
}
132132

133+
.field-validation-error {
134+
top: 10px;
135+
position: relative;
136+
background: #d9534f;
137+
color: white;
138+
padding: 1rem 1.2rem;
139+
border-radius: 3px;
140+
display: inline-block;
141+
}
142+
143+
.field-validation-error:before {
144+
content: " ";
145+
display: block;
146+
border-top: 2px solid transparent;
147+
border-left: 8px solid transparent;
148+
border-right: 8px solid transparent;
149+
border-bottom: 8px solid #d9534f;
150+
position: absolute;
151+
left: 10px;
152+
top: -10px;
153+
}
154+
133155
@media all and (max-width:991px) {
134156
.login-panel {
135157
width: 100%;

‎src/ZKEACMS.WebHost/wwwroot/css/Login.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)