mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00: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:
@@ -389,7 +389,7 @@
|
|||||||
<div [hidden]="showLastPassOptions">
|
<div [hidden]="showLastPassOptions">
|
||||||
<bit-form-field>
|
<bit-form-field>
|
||||||
<bit-label>{{ "selectImportFile" | i18n }}</bit-label>
|
<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()">
|
<button bitButton type="button" buttonType="secondary" (click)="fileSelector.click()">
|
||||||
{{ "chooseFile" | i18n }}
|
{{ "chooseFile" | i18n }}
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user