Skip to content

Commit 944c3af

Browse files
committed
WIP: Add room for CBA performing instructions
1 parent 0b93119 commit 944c3af

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/renderer/components/HelmetProject/CostBenefitAnalysis/CostBenefitAnalysis.css

+4
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,8 @@
6767

6868
.CBA__run button {
6969
margin-top: 20px;
70+
}
71+
72+
.CBA_instructions-container {
73+
height: 10rem;
7074
}

src/renderer/components/HelmetProject/CostBenefitAnalysis/CostBenefitAnalysis.jsx

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ const CostBenefitAnalysis = ({
88
return (
99
<div className="CBA">
1010
<div className="CBA__heading">Hy&ouml;ty-kustannusanalyysi</div>
11+
<div className="CBA_instructions-container">
12+
<p>*INSTRUCTIONS ON HOW TO PERFORM CBA ANALYSIS*</p>
13+
</div>
1114
<table className="CBA__choices">
1215
<tbody>
1316
<tr>

0 commit comments

Comments
 (0)