Владелец карты
{{authService.userInfo.name}}
diff --git a/angular/src/app/presentation-options/default-option/pages/guest-card/guest-card.component.scss b/angular/src/app/presentation-options/default-option/pages/guest-card/guest-card.component.scss
index cb89e17..458bace 100644
--- a/angular/src/app/presentation-options/default-option/pages/guest-card/guest-card.component.scss
+++ b/angular/src/app/presentation-options/default-option/pages/guest-card/guest-card.component.scss
@@ -215,7 +215,7 @@
.guest-card {
max-width: 600px;
margin: 0 auto;
- margin-top: 20px;
+ padding: 20px;
display: flex;
flex-direction: column;
gap: 20px;
@@ -224,7 +224,14 @@
color: var(--text-color);
font-style: italic;
}
-
+
+ .logo {
+ margin-bottom: 200px;
+
+ img {
+ width: 40%;
+ }
+ }
.owner {
display: flex;
flex-direction: column;
@@ -246,7 +253,7 @@
}
.guest-card__qr {
margin: 0 auto;
- margin-top: 100px;
+ margin-top: 80px;
width: fit-content;
padding: 8px;
border-radius: 6px;
diff --git a/angular/src/assets/LOGO3.svg b/angular/src/assets/LOGO3.svg
new file mode 100644
index 0000000..358fe7c
--- /dev/null
+++ b/angular/src/assets/LOGO3.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/angular/src/environments/environment.prod.ts b/angular/src/environments/environment.prod.ts
index 6769455..10922a3 100644
--- a/angular/src/environments/environment.prod.ts
+++ b/angular/src/environments/environment.prod.ts
@@ -21,5 +21,5 @@ export const environment = {
appleWalletEndpoint: 'https://apple-wallet-iiko.it-retail.tech/apns/api',
icardProxy: 'https://more.lk.crm4retail.ru/api/icard-proxy/',
appleWalletSecret: 'Token F5mbzEERAznGKVbB6l',
- clientName: 'coffeelike'
+ clientName: 'more'
}
diff --git a/angular/src/environments/environment.ts b/angular/src/environments/environment.ts
index 230ba01..1d14e33 100644
--- a/angular/src/environments/environment.ts
+++ b/angular/src/environments/environment.ts
@@ -21,5 +21,5 @@ export const environment = {
appleWalletEndpoint: 'https://apple-wallet-iiko.it-retail.tech/apns/api',
icardProxy: 'https://more.lk.crm4retail.ru/api/icard-proxy/',
appleWalletSecret: 'Token F5mbzEERAznGKVbB6l',
- clientName: 'coffeelike'
+ clientName: 'more'
};
diff --git a/angular/src/index.html b/angular/src/index.html
index 8ae40a9..b16e8fb 100644
--- a/angular/src/index.html
+++ b/angular/src/index.html
@@ -2,7 +2,7 @@
-
Coffee Like More
+
More
diff --git a/angular/src/styles.scss b/angular/src/styles.scss
index cc33085..1a14b62 100644
--- a/angular/src/styles.scss
+++ b/angular/src/styles.scss
@@ -124,7 +124,7 @@ body {
--button-text-color: #000000;
--button-text-color_disabled: #cccccc;
- --main-color_hover: rgba(127, 32, 97, 0.3);
+ --main-color_hover: rgba(0, 0, 0, 0.2);
}
.mdc-button__label {
diff --git a/wallet_meta/config.json b/wallet_meta/config.json
index 6044ce5..dbe2302 100644
--- a/wallet_meta/config.json
+++ b/wallet_meta/config.json
@@ -1,11 +1,11 @@
{
"style": {
- "organizationName": "Fashionlogica",
- "logoText": "Fashionlogica",
- "description": "Fashionlogica",
+ "organizationName": "More",
+ "logoText": "More",
+ "description": "More",
"notificationPlaceholder": "Здесь будут уведомления",
- "foregroundColor": "rgb(255,255,255)",
- "labelColor": "rgb(255,255,255)",
- "backgroundColor": "rgb(9,70,127)"
+ "foregroundColor": "rgb(127,32,97)",
+ "labelColor": "rgb(127,32,97)",
+ "backgroundColor": "rgb(255,255,255)"
}
}