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 c03ee51
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
14 changes: 14 additions & 0 deletions client/webserver/site/src/css/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ body:not(.dark) {

// logo
--dex-url: url("/img/softened-icon.png");

// border
--border-danger: red;
}


Expand Down Expand Up @@ -131,6 +134,9 @@ body.dark {

// logo
--dex-url: url("/img/softened-icon-dark.png");

// border
--border-danger: red;
}

.greyscale {
Expand All @@ -153,3 +159,11 @@ body.dark {
.text-good {
color: var(--indicator-good);
}

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

.border-success {
border-color: var(--indicator-good);
}
8 changes: 0 additions & 8 deletions client/webserver/site/src/css/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,6 @@ select {
}
}

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

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

#confirmRegForm {
width: 425px;

Expand Down

0 comments on commit c03ee51

Please sign in to comment.