Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rossAtQuartech committed Aug 20, 2024
1 parent 267f140 commit bcda047
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<p class="invalid-characters">
~ " # % & * : . &lt; &gt; ? / &#123; | &#125;. Leading and trailing spaces in file name aren't allowed.
</p>
<p class="file-upload-size-warning">MAX FILE SIZE: 25MB</p>
</div>
@if (attachSizeError) {
<div style="color: red">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@
margin-bottom: 0;
}

.file-upload-size-warning {
color: #A9A9A9;
}

.invalid-characters {
font-size: 13px;
font-weight: lighter;
Expand Down

0 comments on commit bcda047

Please sign in to comment.