Skip to content

Commit

Permalink
CCAP-297 Set required input same as error message color (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
analoo committed Aug 9, 2024
1 parent 48315ad commit 2a61a5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/static/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -475,3 +475,7 @@ ul.list--bulleted ul.list--bulleted.list--sublist li {
.list--material-get-app li {
padding-left: 4rem;
}

.required-input{
color: #D13F00;
}

0 comments on commit 2a61a5a

Please sign in to comment.