Skip to content

Commit

Permalink
Valication style
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriaWei committed Nov 15, 2024
1 parent eef8f8f commit 78e68e1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions src/ZKEACMS.WebHost/wwwroot/css/Login.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,28 @@ body {
font-size: 14px;
}

.field-validation-error {
top: 10px;
position: relative;
background: #d9534f;
color: white;
padding: 1rem 1.2rem;
border-radius: 3px;
display: inline-block;
}

.field-validation-error:before {
content: " ";
display: block;
border-top: 2px solid transparent;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #d9534f;
position: absolute;
left: 10px;
top: -10px;
}

@media all and (max-width:991px) {
.login-panel {
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion src/ZKEACMS.WebHost/wwwroot/css/Login.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 78e68e1

Please sign in to comment.