This commit is contained in:
Kenneth Jannette
2024-03-05 20:29:38 -06:00
parent 955eb428cb
commit 9f19ab53a7
3 changed files with 40 additions and 24 deletions

View File

@@ -35,6 +35,16 @@
margin-bottom: 25px;
}
.req-editing-sub-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
min-width: 700px;
}
.doc-editing-instructions-header {
font-family: Roboto;
text-decoration: underline;
@@ -335,8 +345,11 @@
min-width: 24px;
margin-right: 6px;
}
.outer-div {
border: 1px solid #a9a9a9;
border: 1px solid #d1d1d1;
border-radius: 5px;
border-radius: 10px;
padding: 0px 5px;
}

View File

@@ -1,5 +1,6 @@
.outer-div {
border: 1px solid black;
border: 1px solid rgb(220, 220, 220);
border-radius: 5px;
}
.outer-div-after {