mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-10 09:59:48 +01:00
[PM-11439] - add padding to import file input (#10870)
* add padding to import file input * favor padding over margin * reduce padding on import input button
This commit is contained in:
parent
78c5e9c706
commit
a21e4afba8
@ -389,7 +389,7 @@
|
||||
<div [hidden]="showLastPassOptions">
|
||||
<bit-form-field>
|
||||
<bit-label>{{ "selectImportFile" | i18n }}</bit-label>
|
||||
<div class="file-selector">
|
||||
<div class="file-selector tw-pt-2 tw-pb-1">
|
||||
<button bitButton type="button" buttonType="secondary" (click)="fileSelector.click()">
|
||||
{{ "chooseFile" | i18n }}
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user