dev #14305 Изменение дизайна WPA Кофе-лайка: change qr code color to white
This commit is contained in:
parent
044144735d
commit
b81ee7f713
@ -17,9 +17,7 @@
|
|||||||
<qr-code
|
<qr-code
|
||||||
[value]="customerInfo?.phone.substr(2) || 'Данные не найдены'"
|
[value]="customerInfo?.phone.substr(2) || 'Данные не найдены'"
|
||||||
[margin]="0"
|
[margin]="0"
|
||||||
[size]="qrCodeSize"
|
[size]="qrCodeSize"
|
||||||
darkColor="#231F20"
|
|
||||||
lightColor="#008251"
|
|
||||||
errorCorrectionLevel="H"
|
errorCorrectionLevel="H"
|
||||||
></qr-code>
|
></qr-code>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|||||||
@ -12,12 +12,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: #292929;
|
|
||||||
border-bottom-left-radius: 10px;
|
|
||||||
border-bottom-right-radius: 10px;
|
|
||||||
border: 1px solid #000000;
|
|
||||||
border-top: 1px solid #888888;
|
|
||||||
|
|
||||||
&__level {
|
&__level {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
@ -29,7 +24,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
& p {
|
& p {
|
||||||
color: #008251;
|
color: #28af49;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.top-info__bonus {
|
p.top-info__bonus {
|
||||||
@ -41,7 +36,7 @@
|
|||||||
margin: 10px;
|
margin: 10px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
background-color: #008251;
|
background-color: #ffffff;
|
||||||
// background-image: linear-gradient(
|
// background-image: linear-gradient(
|
||||||
// #008251 33%,
|
// #008251 33%,
|
||||||
// transparent 0px,
|
// transparent 0px,
|
||||||
@ -64,7 +59,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__user-description {
|
&__user-description {
|
||||||
background-color: #292929;
|
|
||||||
padding: 14px 24px;
|
padding: 14px 24px;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user