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