issue 14305: change styles
This commit is contained in:
parent
787bc65691
commit
2131e052c6
@ -1,5 +1,5 @@
|
|||||||
:host {
|
:host {
|
||||||
padding: 24px 16px 56px;
|
padding: 24px 16px 0px;
|
||||||
|
|
||||||
& > h2 {
|
& > h2 {
|
||||||
font-family: Montserrat;
|
font-family: Montserrat;
|
||||||
|
|||||||
@ -70,13 +70,7 @@
|
|||||||
<app-last-order
|
<app-last-order
|
||||||
[lastOrder]="lastPurchase"
|
[lastOrder]="lastPurchase"
|
||||||
[loading]="purchaseData.$loading"
|
[loading]="purchaseData.$loading"
|
||||||
></app-last-order>
|
></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>
|
|
||||||
<a class="guest-card__loyalty-program" routerLink="loyality-program"
|
<a class="guest-card__loyalty-program" routerLink="loyality-program"
|
||||||
>Подробнее о правилах <br />
|
>Подробнее о правилах <br />
|
||||||
Программы лояльности</a
|
Программы лояльности</a
|
||||||
|
|||||||
@ -199,9 +199,9 @@
|
|||||||
|
|
||||||
&__loyalty-program {
|
&__loyalty-program {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: rgba(255, 255, 255, 0.5);
|
color: #28AF49;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user