Skip to content

Commit c5f9e1b

Browse files
committed
feat: added discrepancies message styles
1 parent c41abfd commit c5f9e1b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/styles/ProjectDetails.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,15 @@ a:hover {
100100
flex-direction: row;
101101
align-items: center;
102102
}
103+
104+
.warning-message {
105+
width: auto;
106+
padding: 10px;
107+
color: black;
108+
background-color: orange;
109+
border-radius: 5px;
110+
font-size: 1rem;
111+
display: inline-block;
112+
font-weight: 600;
113+
line-height: 1.5rem;
114+
}

0 commit comments

Comments
 (0)