Thomas Kaul
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
apps/client/src/app/components/user-account-membership/user-account-membership.html
-
apps/client/src/app/components/user-account-membership/user-account-membership.scss
|
|
@ -1,6 +1,5 @@ |
|
|
|
<div class="container"> |
|
|
|
<h1 class="d-none d-sm-block h3 mb-3 text-center" i18n>Membership</h1> |
|
|
|
<div class="row"> |
|
|
|
<div class="align-items-center container d-flex h-100 justify-content-center"> |
|
|
|
<div class="row w-100"> |
|
|
|
<div class="col"> |
|
|
|
<div class="align-items-center d-flex flex-column"> |
|
|
|
<gf-membership-card |
|
|
@ -34,7 +33,7 @@ |
|
|
|
> <span i18n>per year</span> |
|
|
|
</div> |
|
|
|
</ng-container> |
|
|
|
<div class="align-items-center d-flex justfiy-content-center mt-4"> |
|
|
|
<div class="align-items-center d-flex justify-content-center mt-4"> |
|
|
|
<a |
|
|
|
*ngIf="!user?.subscription?.expiresAt" |
|
|
|
class="mx-1" |
|
|
|
|
|
@ -1,6 +1,7 @@ |
|
|
|
:host { |
|
|
|
color: rgb(var(--dark-primary-text)); |
|
|
|
display: block; |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
:host-context(.is-dark-theme) { |
|
|
|