1
0
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:
Jordan Aasen 2024-09-05 04:24:59 -07:00 committed by GitHub
parent 78c5e9c706
commit a21e4afba8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>