1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02:00

[PM-11438] add padding to self-hosted subscription import button (#10869)

* add padding to import button

* reduce padding on upload input

* add padding to premium self-hosted file upload
This commit is contained in:
Jordan Aasen 2024-09-05 09:31:59 -07:00 committed by GitHub
parent 74d510332d
commit 329f8b138c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@
<form [formGroup]="licenseForm" [bitSubmit]="submit"> <form [formGroup]="licenseForm" [bitSubmit]="submit">
<bit-form-field> <bit-form-field>
<bit-label>{{ "licenseFile" | i18n }}</bit-label> <bit-label>{{ "licenseFile" | i18n }}</bit-label>
<div> <div class="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>

View File

@ -1,7 +1,7 @@
<form [formGroup]="updateLicenseForm" [bitSubmit]="submit"> <form [formGroup]="updateLicenseForm" [bitSubmit]="submit">
<bit-form-field> <bit-form-field>
<bit-label *ngIf="showAutomaticSyncAndManualUpload">{{ "licenseFile" | i18n }}</bit-label> <bit-label *ngIf="showAutomaticSyncAndManualUpload">{{ "licenseFile" | i18n }}</bit-label>
<div> <div class="tw-pb-1 tw-pt-2">
<button bitButton type="button" buttonType="secondary" (click)="fileSelector.click()"> <button bitButton type="button" buttonType="secondary" (click)="fileSelector.click()">
{{ "chooseFile" | i18n }} {{ "chooseFile" | i18n }}
</button> </button>