mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
decrease headings within browser extension to h6 styling (#10383)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<bit-section [formGroup]="additionalOptionsForm">
|
<bit-section [formGroup]="additionalOptionsForm">
|
||||||
<bit-section-header>
|
<bit-section-header>
|
||||||
<h2 bitTypography="h5">{{ "additionalOptions" | i18n }}</h2>
|
<h2 bitTypography="h6">{{ "additionalOptions" | i18n }}</h2>
|
||||||
</bit-section-header>
|
</bit-section-header>
|
||||||
|
|
||||||
<bit-card>
|
<bit-card>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<bit-section [formGroup]="cardDetailsForm">
|
<bit-section [formGroup]="cardDetailsForm">
|
||||||
<bit-section-header>
|
<bit-section-header>
|
||||||
<h2 bitTypography="h5">
|
<h2 bitTypography="h6">
|
||||||
{{ getSectionHeading() }}
|
{{ getSectionHeading() }}
|
||||||
</h2>
|
</h2>
|
||||||
</bit-section-header>
|
</bit-section-header>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<bit-section *ngIf="hasCustomFields">
|
<bit-section *ngIf="hasCustomFields">
|
||||||
<bit-section-header>
|
<bit-section-header>
|
||||||
<h2 bitTypography="h5">{{ "customFields" | i18n }}</h2>
|
<h2 bitTypography="h6">{{ "customFields" | i18n }}</h2>
|
||||||
</bit-section-header>
|
</bit-section-header>
|
||||||
<form [formGroup]="customFieldsForm">
|
<form [formGroup]="customFieldsForm">
|
||||||
<bit-card
|
<bit-card
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<form [formGroup]="identityForm">
|
<form [formGroup]="identityForm">
|
||||||
<bit-section>
|
<bit-section>
|
||||||
<bit-section-header>
|
<bit-section-header>
|
||||||
<h2 bitTypography="h5">{{ "personalDetails" | i18n }}</h2>
|
<h2 bitTypography="h6">{{ "personalDetails" | i18n }}</h2>
|
||||||
</bit-section-header>
|
</bit-section-header>
|
||||||
<bit-card>
|
<bit-card>
|
||||||
<bit-form-field>
|
<bit-form-field>
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</bit-section>
|
</bit-section>
|
||||||
<bit-section>
|
<bit-section>
|
||||||
<bit-section-header>
|
<bit-section-header>
|
||||||
<h2 bitTypography="h5">{{ "identification" | i18n }}</h2>
|
<h2 bitTypography="h6">{{ "identification" | i18n }}</h2>
|
||||||
</bit-section-header>
|
</bit-section-header>
|
||||||
<bit-card>
|
<bit-card>
|
||||||
<bit-form-field>
|
<bit-form-field>
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
</bit-section>
|
</bit-section>
|
||||||
<bit-section>
|
<bit-section>
|
||||||
<bit-section-header>
|
<bit-section-header>
|
||||||
<h2 bitTypography="h5">{{ "contactInfo" | i18n }}</h2>
|
<h2 bitTypography="h6">{{ "contactInfo" | i18n }}</h2>
|
||||||
</bit-section-header>
|
</bit-section-header>
|
||||||
<bit-card>
|
<bit-card>
|
||||||
<bit-form-field>
|
<bit-form-field>
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
</bit-section>
|
</bit-section>
|
||||||
<bit-section>
|
<bit-section>
|
||||||
<bit-section-header>
|
<bit-section-header>
|
||||||
<h2 bitTypography="h5">{{ "address" | i18n }}</h2>
|
<h2 bitTypography="h6">{{ "address" | i18n }}</h2>
|
||||||
</bit-section-header>
|
</bit-section-header>
|
||||||
<bit-card>
|
<bit-card>
|
||||||
<bit-form-field>
|
<bit-form-field>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<bit-section [formGroup]="itemDetailsForm">
|
<bit-section [formGroup]="itemDetailsForm">
|
||||||
<bit-section-header>
|
<bit-section-header>
|
||||||
<h2 bitTypography="h5">{{ "itemDetails" | i18n }}</h2>
|
<h2 bitTypography="h6">{{ "itemDetails" | i18n }}</h2>
|
||||||
<button
|
<button
|
||||||
slot="end"
|
slot="end"
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<bit-section [formGroup]="loginDetailsForm">
|
<bit-section [formGroup]="loginDetailsForm">
|
||||||
<bit-section-header>
|
<bit-section-header>
|
||||||
<h2 bitTypography="h5">
|
<h2 bitTypography="h6">
|
||||||
{{ "loginCredentials" | i18n }}
|
{{ "loginCredentials" | i18n }}
|
||||||
</h2>
|
</h2>
|
||||||
</bit-section-header>
|
</bit-section-header>
|
||||||
|
|||||||
Reference in New Issue
Block a user