1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-03 00:53:23 +00:00

[Cl-726] layout spacing updates (#15979)

This commit is contained in:
Will Martin
2025-09-19 11:32:30 -04:00
committed by GitHub
parent 792f7e9c55
commit cf929edb9c
14 changed files with 12 additions and 37 deletions

View File

@@ -12,7 +12,6 @@
<ng-container *ngIf="freeTrialWhenWarningsServiceDisabled$ | async as freeTrial">
<bit-banner
id="free-trial-banner"
class="-tw-m-6 tw-flex tw-flex-col tw-pb-6"
icon="bwi-billing"
bannerType="premium"
[showClose]="false"
@@ -33,7 +32,6 @@
<ng-container *ngIf="resellerWarningWhenWarningsServiceDisabled$ | async as resellerWarning">
<bit-banner
id="reseller-warning-banner"
class="-tw-m-6 tw-flex tw-flex-col tw-pb-6"
icon="bwi-billing"
bannerType="info"
[showClose]="false"

View File

@@ -20,13 +20,7 @@
@let freeTrial = freeTrialWhenWarningsServiceDisabled$ | async;
@if (!refreshing && freeTrial?.shownBanner) {
<bit-banner
id="free-trial-banner"
class="-tw-m-6 tw-flex tw-flex-col tw-pb-6"
icon="bwi-billing"
bannerType="premium"
[showClose]="false"
>
<bit-banner id="free-trial-banner" icon="bwi-billing" bannerType="premium" [showClose]="false">
{{ freeTrial.message }}
<a
bitLink
@@ -44,7 +38,6 @@
@if (!refreshing && resellerWarning) {
<bit-banner
id="reseller-warning-banner"
class="-tw-m-6 tw-flex tw-flex-col tw-pb-6"
icon="bwi-billing"
bannerType="info"
[showClose]="false"

View File

@@ -140,11 +140,7 @@
</app-side-nav>
<ng-container *ngIf="organization$ | async as organization">
<bit-banner
*ngIf="organization.isProviderUser"
[showClose]="false"
class="-tw-m-6 tw-flex tw-flex-col tw-pb-6"
>
<bit-banner *ngIf="organization.isProviderUser" [showClose]="false">
{{ "accessingUsingProvider" | i18n: organization.providerName }}
</bit-banner>
<app-tax-id-warning