more
This commit is contained in:
@@ -335,7 +335,7 @@ const RequestEditPage = () => {
|
|||||||
const editingContent = () => {
|
const editingContent = () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div> {headerPicker()}</div>
|
<div> {headerPicker(state, fetchedCase, onScrollClick)}</div>
|
||||||
<div className="doc-editing-wrapper">
|
<div className="doc-editing-wrapper">
|
||||||
<div className="pleading-header">{headerString}</div>
|
<div className="pleading-header">{headerString}</div>
|
||||||
{/*displayCopy.prelimaryStatement*/}
|
{/*displayCopy.prelimaryStatement*/}
|
||||||
|
|||||||
@@ -36,10 +36,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.doc-editing-instructions-header {
|
.doc-editing-instructions-header {
|
||||||
|
font-family: Roboto;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 1.1rem;
|
font-size: 1.3rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
letter-spacing: 0.02rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.doc-edit-subheader {
|
.doc-edit-subheader {
|
||||||
@@ -47,6 +49,7 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.req-item-outer-div {
|
.req-item-outer-div {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
&.row {
|
&.row {
|
||||||
|
|||||||
Reference in New Issue
Block a user