Skip to content

Commit

Permalink
Merge pull request #2522 from CCAFS/aiccra-dev-A2-392-IPI-2.3
Browse files Browse the repository at this point in the history
♻️ refactor(IPI-2.3): modal space
  • Loading branch information
MetalPrime authored May 2, 2024
2 parents 26e8fe9 + 031042c commit 8026188
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1018,14 +1018,14 @@ div.fieldFocus-deliverable {
}

.title-modal-evidences{
font-size: 19px;
font-size: 16px;
font-weight: 600;
margin: 0;
}

.text-modal-evidences{
margin-top: 25px;
padding: .6em 1em .6em 1em;
padding: .6em 2em .6em 2em;
}

.text-modal-evidences p{
Expand All @@ -1047,7 +1047,8 @@ div.fieldFocus-deliverable {
.container-buttons-evidences{
float: right;
display: flex;
padding: .6em 1em .6em 1em;
padding: .5em 1em 1em 1em;

}

.button-pdf-modal{
Expand All @@ -1063,6 +1064,7 @@ div.fieldFocus-deliverable {
font-weight: 600;
border: #f79090 solid 2px;
color: #ff6464;

}

.button-pdf-modal p{
Expand Down

0 comments on commit 8026188

Please sign in to comment.