Browse Source
Feature/improve line height on pricing page (#5002)
* Improve line height
pull/5004/head
Thomas Kaul
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
1 deletions
-
apps/client/src/app/pages/pricing/pricing-page.html
|
@ -305,7 +305,9 @@ |
|
|
} |
|
|
} |
|
|
@if (durationExtension) { |
|
|
@if (durationExtension) { |
|
|
<div class="mt-3"> |
|
|
<div class="mt-3"> |
|
|
<div class="badge badge-warning font-weight-normal p-3 w-100"> |
|
|
<div |
|
|
|
|
|
class="badge badge-warning font-weight-normal line-height-1 p-3 w-100" |
|
|
|
|
|
> |
|
|
<strong i18n>Limited Offer!</strong> |
|
|
<strong i18n>Limited Offer!</strong> |
|
|
<ng-container i18n |
|
|
<ng-container i18n |
|
|
>Get {{ durationExtension }} extra</ng-container |
|
|
>Get {{ durationExtension }} extra</ng-container |
|
|