issue 14305: change styles

This commit is contained in:
nikolay 2023-05-12 16:21:46 +04:00
parent 787bc65691
commit 2131e052c6
3 changed files with 4 additions and 10 deletions

View File

@ -1,5 +1,5 @@
:host {
padding: 24px 16px 56px;
padding: 24px 16px 0px;
& > h2 {
font-family: Montserrat;

View File

@ -70,13 +70,7 @@
<app-last-order
[lastOrder]="lastPurchase"
[loading]="purchaseData.$loading"
></app-last-order>
<hr />
<app-invite-friends></app-invite-friends>
<hr />
<div class="guest-card__download-app">
<img src="/assets/download-app.svg" alt="Скачай приложение" />
</div>
></app-last-order>
<a class="guest-card__loyalty-program" routerLink="loyality-program"
>Подробнее о правилах <br />
Программы лояльности</a

View File

@ -199,9 +199,9 @@
&__loyalty-program {
text-align: center;
color: rgba(255, 255, 255, 0.5);
color: #28AF49;
font-style: normal;
font-weight: 400;
font-weight: bold;
font-size: 12px;
line-height: 16px;
text-decoration: none;