Skip to content

Commit

Permalink
feat: added discrepancies message styles
Browse files Browse the repository at this point in the history
  • Loading branch information
KoolTheba committed Oct 29, 2023
1 parent c41abfd commit c5f9e1b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/styles/ProjectDetails.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,15 @@ a:hover {
flex-direction: row;
align-items: center;
}

.warning-message {
width: auto;
padding: 10px;
color: black;
background-color: orange;
border-radius: 5px;
font-size: 1rem;
display: inline-block;
font-weight: 600;
line-height: 1.5rem;
}

0 comments on commit c5f9e1b

Please sign in to comment.