[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:
parent
74d510332d
commit
329f8b138c
|
@ -69,7 +69,7 @@
|
|||
<form [formGroup]="licenseForm" [bitSubmit]="submit">
|
||||
<bit-form-field>
|
||||
<bit-label>{{ "licenseFile" | i18n }}</bit-label>
|
||||
<div>
|
||||
<div class="tw-pt-2 tw-pb-1">
|
||||
<button bitButton type="button" buttonType="secondary" (click)="fileSelector.click()">
|
||||
{{ "chooseFile" | i18n }}
|
||||
</button>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<form [formGroup]="updateLicenseForm" [bitSubmit]="submit">
|
||||
<bit-form-field>
|
||||
<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()">
|
||||
{{ "chooseFile" | i18n }}
|
||||
</button>
|
||||
|
|
Loading…
Reference in New Issue