Skip to content

Commit a5a9fd8

Browse files
authored
Merge pull request #80 from ModusCreateOrg/ADE-60
Adjust margin for cancel notice to align with design specifications
2 parents 4f49b38 + 476c0bd commit a5a9fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/common/components/Upload/UploadModal.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
border-radius: 4px;
366366
background: rgba(41, 69, 196, 0.5); // Darker blue background matching design
367367
padding: 12px 16px;
368-
margin: 16px 0;
368+
margin: 5px 0;
369369
width: 100%;
370370
border: 1px solid #FF9cb4; // Border matching the icon color
371371
text-align: left;

0 commit comments

Comments
 (0)