mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
[CL-652] Remove bootstrap and enable tailwind preflight (#8071)
Wraps up the tailwind migration by removing bootstrap from the web vault.
This commit is contained in:
@@ -36,7 +36,13 @@
|
||||
</span>
|
||||
}
|
||||
<div class="tw-leading-snug tw-text-left">
|
||||
<p bitTypography="body1" class="tw-m-0">{{ step.label }}</p>
|
||||
<p
|
||||
bitTypography="body1"
|
||||
class="tw-m-0"
|
||||
[ngClass]="{ 'tw-text-muted': isCurrentStepDisabled }"
|
||||
>
|
||||
{{ step.label }}
|
||||
</p>
|
||||
|
||||
@if (step.subLabel()) {
|
||||
<p bitTypography="body2" class="tw-m-0 tw-mt-1 tw-text-muted">
|
||||
@@ -95,7 +101,13 @@
|
||||
</span>
|
||||
}
|
||||
<div class="tw-leading-snug tw-text-left">
|
||||
<p bitTypography="body1" class="tw-m-0">{{ step.label }}</p>
|
||||
<p
|
||||
bitTypography="body1"
|
||||
class="tw-m-0"
|
||||
[ngClass]="{ 'tw-text-muted': isCurrentStepDisabled }"
|
||||
>
|
||||
{{ step.label }}
|
||||
</p>
|
||||
|
||||
@if (step.subLabel()) {
|
||||
<div bitTypography="body2" class="tw-m-0 tw-mt-1 tw-text-muted">
|
||||
|
||||
Reference in New Issue
Block a user