diff --git a/src/app/_modules/publications/list/item/news/news.component.scss b/src/app/_modules/publications/list/item/news/news.component.scss index cc1e5da..eac0f71 100644 --- a/src/app/_modules/publications/list/item/news/news.component.scss +++ b/src/app/_modules/publications/list/item/news/news.component.scss @@ -22,7 +22,6 @@ } .information { - width: 720px; display: flex; flex-direction: column; row-gap: 16px; @@ -44,13 +43,21 @@ } .description { + font-family: PT Sans; + font-size: 20px; + font-style: normal; font-weight: 400; - font-size: 1rem; - line-height: 24px; - color: var(--grey-7); - - a { - color: #86898E; + line-height: 32px; /* 160% */ + color: var(--dark-1); + a::after{ + vertical-align: -4px; + margin-right: 4px; + margin-top: 24px; + display: inline-block; + content: ""; + width: 20px; + height: 20px; + background: url('~src/assets/images/icons/chevron_right_24dp.svg') no-repeat center; } } } diff --git a/src/assets/images/acreditation.png b/src/assets/images/acreditation.png new file mode 100644 index 0000000..aaeba8e Binary files /dev/null and b/src/assets/images/acreditation.png differ diff --git a/src/assets/images/igc.png b/src/assets/images/igc.png new file mode 100644 index 0000000..d79eb57 Binary files /dev/null and b/src/assets/images/igc.png differ diff --git a/src/assets/images/igc.svg b/src/assets/images/igc.svg new file mode 100644 index 0000000..739f2ea --- /dev/null +++ b/src/assets/images/igc.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 77d8956..04a6374 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -6,7 +6,7 @@ export const environment = { production: false, apiUrl: 'http://api.vniigazv2.lc', clientId: 2, - clientSecret: 'ibcsrXeGLmzmilvgKw53otrIB8RdrhXsheW3aaWd', + clientSecret: 'OkxrpZ2eUiDMkby5b724IpNVyggEGcAFKtoCx2OQ', }; /*