From 8a745e9f074b10731d14eb8353dbba1721e96227 Mon Sep 17 00:00:00 2001 From: Boris Voropaev Date: Mon, 18 Dec 2023 14:19:37 +0300 Subject: [PATCH] links --- src/environments/environment.ts | 2 +- src/environments/vniigaz-v2.env.dev.ts | 2 +- src/environments/vniigaz-v2.env.prod.ts | 2 +- .../component/layout/footer/footer.component.html | 6 +++--- .../component/layout/header/header.component.html | 2 +- src/vniigaz-v2/css/_pages-section.scss | 3 +-- 6 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index b1a8934..950e969 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -6,7 +6,7 @@ export const environment = { production: false, apiUrl: 'http://api.nircms.lc', clientId: 2, - clientSecret: 'Nya7dqdsfiEO3EVzKgZqe7lF6oLjRw04Bc6Udm6Y', + clientSecret: 'm5VOU2mv0psRFIL32QRGvKmtaE57ijGS4FTBMyn9', project: null, licence: 'POUFLO4YW7SU', defaultLocale: 'ru' diff --git a/src/environments/vniigaz-v2.env.dev.ts b/src/environments/vniigaz-v2.env.dev.ts index 82707e7..d9f7d4b 100644 --- a/src/environments/vniigaz-v2.env.dev.ts +++ b/src/environments/vniigaz-v2.env.dev.ts @@ -6,7 +6,7 @@ export const environment = { production: false, apiUrl: 'http://api.nircms.lc', clientId: 2, - clientSecret: 'Nya7dqdsfiEO3EVzKgZqe7lF6oLjRw04Bc6Udm6Y', + clientSecret: 'm5VOU2mv0psRFIL32QRGvKmtaE57ijGS4FTBMyn9', project: 'vniigaz-v2', licence: 'POUFLO4YW7SU', defaultLocale: 'ru' diff --git a/src/environments/vniigaz-v2.env.prod.ts b/src/environments/vniigaz-v2.env.prod.ts index 80400fc..d36a0fc 100644 --- a/src/environments/vniigaz-v2.env.prod.ts +++ b/src/environments/vniigaz-v2.env.prod.ts @@ -8,7 +8,7 @@ export const environment = { clientId: 2, clientSecret: 'hqhpnNTBrvqiv4o85ZNCewOO8n3Y2i9iaRYGfMnt', project: null, - licence: '', + licence: 'WMBTLLDIE6RC', defaultLocale: 'ru' }; diff --git a/src/vniigaz-v2/component/layout/footer/footer.component.html b/src/vniigaz-v2/component/layout/footer/footer.component.html index 2225070..a94da07 100644 --- a/src/vniigaz-v2/component/layout/footer/footer.component.html +++ b/src/vniigaz-v2/component/layout/footer/footer.component.html @@ -17,13 +17,13 @@ 142717, Российская Федерация, Московская область, г. Видное, посёлок Развилка, ВНИИГАЗ
- + - + - +
diff --git a/src/vniigaz-v2/component/layout/header/header.component.html b/src/vniigaz-v2/component/layout/header/header.component.html index ad02a34..397f11c 100644 --- a/src/vniigaz-v2/component/layout/header/header.component.html +++ b/src/vniigaz-v2/component/layout/header/header.component.html @@ -10,7 +10,7 @@
- АИС СЦ ВНИИГАЗ + АИС СЦ ВНИИГАЗ
diff --git a/src/vniigaz-v2/css/_pages-section.scss b/src/vniigaz-v2/css/_pages-section.scss index 65991fb..1bc9194 100644 --- a/src/vniigaz-v2/css/_pages-section.scss +++ b/src/vniigaz-v2/css/_pages-section.scss @@ -240,7 +240,6 @@ images-section{ gap: 8px; img{ - border: 1px solid var(--second-dis); border-radius: 12px; } @@ -248,6 +247,7 @@ images-section{ .item{ margin-bottom: 16px; img{ + border: 1px solid var(--second-dis); max-height: 273px; max-width: 273px; } @@ -262,7 +262,6 @@ images-section{ max-width: 100%; margin-bottom: 32px; img{ - max-height: 468px; max-width: 100%; } }