Skip to content

Commit

Permalink
DXI-23343: New Multi-required fields. Enable upload on form filled
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Lessard committed Feb 8, 2024
1 parent ad4c2fe commit 84c8594
Show file tree
Hide file tree
Showing 2 changed files with 429 additions and 291 deletions.
14 changes: 13 additions & 1 deletion blocks/adp-header/adp-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ header nav {
box-shadow: unset;
}


.quick-links button {
background-color: var(--button-focus-outline-color);
border-radius: 16px;
Expand All @@ -544,3 +543,16 @@ header nav {
align-items: center;
padding: 0 16px;
}

.upload-actions {
width: 100%;
margin: 0 1em;
}

.upload-actions button {
float: right;
}

.upload-actions button.disabled {
background-color: var(--overlay-background-color);
}
Loading

0 comments on commit 84c8594

Please sign in to comment.