1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

clean up classes that aren't tailwind-compatible (#12871)

This commit is contained in:
✨ Audrey ✨
2025-01-15 10:44:16 -05:00
committed by GitHub
parent 8c13ea894b
commit bbf1287671
9 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
<form class="box" [formGroup]="settings" class="tw-container"> <form [formGroup]="settings" class="tw-container">
<bit-form-field> <bit-form-field>
<bit-label>{{ "domainName" | i18n }}</bit-label> <bit-label>{{ "domainName" | i18n }}</bit-label>
<input <input

View File

@@ -56,7 +56,7 @@
</bit-section-header> </bit-section-header>
<div class="tw-mb-4"> <div class="tw-mb-4">
<bit-card> <bit-card>
<form [formGroup]="username" class="box tw-container"> <form [formGroup]="username" class="tw-container">
<bit-form-field> <bit-form-field>
<bit-label>{{ "type" | i18n }}</bit-label> <bit-label>{{ "type" | i18n }}</bit-label>
<bit-select <bit-select
@@ -70,7 +70,7 @@
}}</bit-hint> }}</bit-hint>
</bit-form-field> </bit-form-field>
</form> </form>
<form *ngIf="showForwarder$ | async" [formGroup]="forwarder" class="box tw-container"> <form *ngIf="showForwarder$ | async" [formGroup]="forwarder" class="tw-container">
<bit-form-field> <bit-form-field>
<bit-label>{{ "service" | i18n }}</bit-label> <bit-label>{{ "service" | i18n }}</bit-label>
<bit-select <bit-select

View File

@@ -1,4 +1,4 @@
<form class="box" [formGroup]="settings" class="tw-container"> <form [formGroup]="settings" class="tw-container">
<bit-form-field *ngIf="displayDomain"> <bit-form-field *ngIf="displayDomain">
<bit-label>{{ "forwarderDomainName" | i18n }}</bit-label> <bit-label>{{ "forwarderDomainName" | i18n }}</bit-label>
<input <input

View File

@@ -2,7 +2,7 @@
<bit-section-header *ngIf="showHeader"> <bit-section-header *ngIf="showHeader">
<h6 bitTypography="h6">{{ "options" | i18n }}</h6> <h6 bitTypography="h6">{{ "options" | i18n }}</h6>
</bit-section-header> </bit-section-header>
<form class="box" [formGroup]="settings" class="tw-container"> <form [formGroup]="settings" class="tw-container">
<div class="tw-mb-4"> <div class="tw-mb-4">
<bit-card> <bit-card>
<bit-form-field disableMargin> <bit-form-field disableMargin>

View File

@@ -2,7 +2,7 @@
<bit-section-header *ngIf="showHeader"> <bit-section-header *ngIf="showHeader">
<h2 bitTypography="h6">{{ "options" | i18n }}</h2> <h2 bitTypography="h6">{{ "options" | i18n }}</h2>
</bit-section-header> </bit-section-header>
<form class="box" [formGroup]="settings" class="tw-container"> <form [formGroup]="settings" class="tw-container">
<div class="tw-mb-4"> <div class="tw-mb-4">
<bit-card> <bit-card>
<bit-form-field disableMargin> <bit-form-field disableMargin>

View File

@@ -1,4 +1,4 @@
<form class="box" [formGroup]="settings" class="tw-container"> <form [formGroup]="settings" class="tw-container">
<bit-form-field> <bit-form-field>
<bit-label>{{ "email" | i18n }}</bit-label> <bit-label>{{ "email" | i18n }}</bit-label>
<input <input

View File

@@ -33,7 +33,7 @@
</bit-section-header> </bit-section-header>
<div [ngClass]="{ 'tw-mb-4': !disableMargin }"> <div [ngClass]="{ 'tw-mb-4': !disableMargin }">
<bit-card> <bit-card>
<form class="box" [formGroup]="username" class="tw-container"> <form [formGroup]="username" class="tw-container">
<bit-form-field> <bit-form-field>
<bit-label>{{ "type" | i18n }}</bit-label> <bit-label>{{ "type" | i18n }}</bit-label>
<bit-select <bit-select
@@ -47,7 +47,7 @@
}}</bit-hint> }}</bit-hint>
</bit-form-field> </bit-form-field>
</form> </form>
<form *ngIf="showForwarder$ | async" [formGroup]="forwarder" class="box tw-container"> <form *ngIf="showForwarder$ | async" [formGroup]="forwarder" class="tw-container">
<bit-form-field> <bit-form-field>
<bit-label>{{ "service" | i18n }}</bit-label> <bit-label>{{ "service" | i18n }}</bit-label>
<bit-select <bit-select

View File

@@ -1,4 +1,4 @@
<form class="box" [formGroup]="settings" class="tw-container"> <form [formGroup]="settings" class="tw-container">
<bit-form-control> <bit-form-control>
<input <input
bitCheckbox bitCheckbox

View File

@@ -18,12 +18,12 @@
<i <i
slot="start" slot="start"
*ngIf="send.type === sendType.Text" *ngIf="send.type === sendType.Text"
class="bwi bwi-file-text tw-text-2xl text-muted" class="bwi bwi-file-text tw-text-2xl tw-text-muted"
></i> ></i>
<i <i
slot="start" slot="start"
*ngIf="send.type === sendType.File" *ngIf="send.type === sendType.File"
class="bwi bwi-file tw-text-2xl text-muted" class="bwi bwi-file tw-text-2xl tw-text-muted"
></i> ></i>
{{ send.name }} {{ send.name }}
<span slot="secondary"> <span slot="secondary">