Merge pull request #22 from kjannette/gem4

more
This commit is contained in:
S Jannette
2024-01-14 22:29:03 -06:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -279,7 +279,7 @@ export const DocCard = (props) => {
console.log("report documentId, docType", documentId, docType); console.log("report documentId, docType", documentId, docType);
}; };
const tooltipText = const tooltipText =
"Parsing is taking longer than usual. Reasons may include a corrupt upload file, or high network traffic. This will usually resolve in 15 minutes. If not, click “report” and support will address the issue within 24 hours."; "Parsing is taking longer than usual. This will usually resolve within 15 minutes. If it does not, click “report” and support will address the issue within 24 hours.";
const disabled = docType ? false : true; const disabled = docType ? false : true;
return ( return (
<div className="doc-card-container"> <div className="doc-card-container">

View File

@@ -129,14 +129,14 @@
.report-button { .report-button {
background-color: #fff !important; background-color: #fff !important;
border: 1px solid red !important; border: 1px solid var(--accent-orange) !important;
color: red !important; color: var(--accent-orange) !important;
width: 80px; width: 80px;
height: 35px; height: 35px;
} }
.report-button:hover { .report-button:hover {
background-color: rgb(247, 248, 248) !important; background-color: rgb(255, 253, 226) !important;
} }
.card-text1 { .card-text1 {

View File

@@ -15,7 +15,7 @@
} }
.infocircle-icon { .infocircle-icon {
color: red; color: var(--accent-orange);
} }
.tooltip-text { .tooltip-text {