issue 14305: change styles
This commit is contained in:
parent
787bc65691
commit
2131e052c6
@ -1,5 +1,5 @@
|
||||
:host {
|
||||
padding: 24px 16px 56px;
|
||||
padding: 24px 16px 0px;
|
||||
|
||||
& > h2 {
|
||||
font-family: Montserrat;
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user