@@ -1 +1,2 @@ | |||||
<app-view-case-details></app-view-case-details> | |||||
<app-select-entities></app-select-entities> | <app-select-entities></app-select-entities> |
@@ -28,6 +28,17 @@ | |||||
></app-file> | ></app-file> | ||||
</div> | </div> | ||||
<div class="files-heading">Additional details:</div> | |||||
<div class="files-holder"> | |||||
<app-file | |||||
name="Details from source" | |||||
[sizeInBytes]="160000" | |||||
extension="docx" | |||||
link="/assets/files/document.docx" | |||||
></app-file> | |||||
<p class="paragraph-of-text">Extra remarks that have been added from the source after collecting more information.</p> | |||||
</div> | |||||
<app-multi-file-upload label="Analysis documents"></app-multi-file-upload> | <app-multi-file-upload label="Analysis documents"></app-multi-file-upload> | ||||
<app-textarea | <app-textarea | ||||
@@ -25,6 +25,13 @@ h3 { | |||||
margin-bottom: 25px; | margin-bottom: 25px; | ||||
} | } | ||||
.paragraph-of-text { | |||||
font-size: 1.6rem; | |||||
color: var(--dark-grey); | |||||
margin: 10px 0 25px; | |||||
line-height: 1.4; | |||||
} | |||||
.files-heading { | .files-heading { | ||||
font-size: 1.4rem; | font-size: 1.4rem; | ||||
color: var(--primary); | color: var(--primary); | ||||
@@ -34,6 +41,7 @@ h3 { | |||||
} | } | ||||
.files-holder { | .files-holder { | ||||
margin-bottom: 10px; | |||||
& > * { | & > * { | ||||
margin-right: 15px; | margin-right: 15px; | ||||
} | } | ||||