UX: Make the 'or' text in json-file-uploader smaller than the modal title

This commit is contained in:
Rishabh 2019-01-09 15:24:06 +05:30
parent 0d655221f4
commit f1b33cc64e
1 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,11 @@
{{d-button class="fileSelect" action=(action "selectFile") class="" icon="upload" label="upload_selector.select_file"}}
{{conditional-loading-spinner condition=loading size="small"}}
</div>
<div class="jsfu-separator">{{i18n "alternation"}}</div>
<div class="jsfu-separator">
<small>
{{i18n "alternation"}}
</small>
</div>
<div class="jsfu-paste">
{{textarea value=value}}
</div>