mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00: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:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user