Skip to content

Commit

Permalink
fix(list): remove margin top
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Jan 10, 2022
1 parent d65159e commit 500753d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
bal-file-upload {
position: static;
display: block;

bal-list {
margin-top: 16px;
}
}

span.file-cta,
Expand All @@ -23,10 +27,6 @@ span.file-cta {
color: $blue;
}

bal-list {
margin-top: 16px;
}

.file-cta span.file-label {
margin-left: 16px;
}
Expand Down

0 comments on commit 500753d

Please sign in to comment.