Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>
  • Loading branch information
ukane-philemon committed Oct 28, 2024
1 parent a309c17 commit 7c93bbe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions client/webserver/site/src/css/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ textarea {
outline: none;
}

&.border-danger {
border-color: var(--text-danger);
}

&.border-success {
border-color: var(--indicator-good);
}

&.thin {
width: 4rem;
}
Expand Down Expand Up @@ -70,14 +78,6 @@ select {
}
}

.border-danger {
border-color: red;
}

.border-success {
border-color: #009931;
}

#confirmRegForm {
width: 425px;

Expand Down

0 comments on commit 7c93bbe

Please sign in to comment.