mirror of
https://github.com/bitwarden/browser
synced 2025-12-26 21:23:34 +00:00
[SG-69] Small Billing Adjustments (#3143)
* Adjust sizing of billing fields * Move billing component into trial initiation module
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import { NgModule } from "@angular/core";
|
||||
|
||||
import { SharedModule } from "../shared.module";
|
||||
|
||||
import { BillingComponent } from "./billing.component";
|
||||
|
||||
@NgModule({
|
||||
imports: [SharedModule],
|
||||
declarations: [BillingComponent],
|
||||
exports: [BillingComponent],
|
||||
})
|
||||
export class BillingModule {}
|
||||
@@ -9,7 +9,7 @@ import { RegisterFormModule } from "../register-form/register-form.module";
|
||||
import { SharedModule } from "../shared.module";
|
||||
import { VerticalStepperModule } from "../vertical-stepper/vertical-stepper.module";
|
||||
|
||||
import { BillingModule } from "./../billing/billing.module";
|
||||
import { BillingComponent } from "./billing.component";
|
||||
import { ConfirmationDetailsComponent } from "./confirmation-details.component";
|
||||
import { EnterpriseContentComponent } from "./enterprise-content.component";
|
||||
import { FamiliesContentComponent } from "./families-content.component";
|
||||
@@ -24,7 +24,6 @@ import { TrialInitiationComponent } from "./trial-initiation.component";
|
||||
FormFieldModule,
|
||||
RegisterFormModule,
|
||||
OrganizationCreateModule,
|
||||
BillingModule,
|
||||
],
|
||||
declarations: [
|
||||
TrialInitiationComponent,
|
||||
@@ -32,6 +31,7 @@ import { TrialInitiationComponent } from "./trial-initiation.component";
|
||||
FamiliesContentComponent,
|
||||
TeamsContentComponent,
|
||||
ConfirmationDetailsComponent,
|
||||
BillingComponent,
|
||||
],
|
||||
exports: [TrialInitiationComponent],
|
||||
providers: [TitleCasePipe],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<ng-template>
|
||||
<div
|
||||
class="tw-pl-7 tw-inline-block tw-w-10/12"
|
||||
class="tw-pl-7 tw-inline-block tw-w-11/12"
|
||||
[ngClass]="{ 'tw-border-0 tw-border-l tw-border-solid tw-border-secondary-300': applyBorder }"
|
||||
>
|
||||
<ng-content></ng-content>
|
||||
|
||||
Reference in New Issue
Block a user