Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ba119d8

Browse files
author
vikasrohit
committed
margin between buttons for error state of file upload for design submission page.
1 parent 8fdbc81 commit ba119d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assets/css/submissions/submit-file.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,12 @@ modal {
195195
}
196196
}
197197
}
198+
199+
.upload-progress__error-action {
200+
button:not(:first-child) {
201+
margin-left: 10px;
202+
}
203+
}
198204
}
199205

200206
.upload-progess__links {

0 commit comments

Comments
 (0)