1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +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-label>{{ "domainName" | i18n }}</bit-label>
<input

View File

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

View File

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

View File

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

View File

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

View File

@@ -18,12 +18,12 @@
<i
slot="start"
*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
slot="start"
*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>
{{ send.name }}
<span slot="secondary">