From c5f9e1b08a5dbc3f65e0063a46610a1898ae4249 Mon Sep 17 00:00:00 2001 From: KoolTheba Date: Sun, 29 Oct 2023 16:21:56 +0100 Subject: [PATCH] feat: added discrepancies message styles --- src/styles/ProjectDetails.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/styles/ProjectDetails.css b/src/styles/ProjectDetails.css index ca4554f..74f4ebf 100644 --- a/src/styles/ProjectDetails.css +++ b/src/styles/ProjectDetails.css @@ -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; +}