From 971359a8b9f462d23703989f34c4aa83c55a8375 Mon Sep 17 00:00:00 2001 From: Boris Voropaev Date: Tue, 5 Sep 2023 10:21:33 +0300 Subject: [PATCH] news --- .../date/filter-field-date.component.scss | 2 +- .../single/field-date-single.component.scss | 2 +- .../pages/sections/page-sections.module.ts | 1 + .../images/images-section.component.html | 78 +++++++++++-------- .../list/item/news/news.component.html | 15 +++- .../list/item/news/news.component.scss | 36 ++++----- src/assets/css/basics.scss | 10 ++- 7 files changed, 85 insertions(+), 59 deletions(-) diff --git a/src/app/_modules/filter-fields/types/date/filter-field-date.component.scss b/src/app/_modules/filter-fields/types/date/filter-field-date.component.scss index 9551530..cd1d941 100644 --- a/src/app/_modules/filter-fields/types/date/filter-field-date.component.scss +++ b/src/app/_modules/filter-fields/types/date/filter-field-date.component.scss @@ -3,7 +3,7 @@ flex-direction: row; align-items: center; input { - padding-right: 50px; + // padding-right: 50px; //background: transparent url('~src/assets/images/icons/notification_date.svg') calc(100% - 20px) 50% no-repeat; background-size: 16px; } diff --git a/src/app/_modules/form-fields/types/date/single/field-date-single.component.scss b/src/app/_modules/form-fields/types/date/single/field-date-single.component.scss index 51c9313..8dfe220 100644 --- a/src/app/_modules/form-fields/types/date/single/field-date-single.component.scss +++ b/src/app/_modules/form-fields/types/date/single/field-date-single.component.scss @@ -1,6 +1,6 @@ input { max-width: 160px; - padding-right: 50px; + // padding-right: 50px; //background: transparent url('~src/assets/images/icons/notification_date.svg') calc(100% - 20px) 50% no-repeat; background-size: 16px; } diff --git a/src/app/_modules/pages/sections/page-sections.module.ts b/src/app/_modules/pages/sections/page-sections.module.ts index e71f322..8b7658d 100644 --- a/src/app/_modules/pages/sections/page-sections.module.ts +++ b/src/app/_modules/pages/sections/page-sections.module.ts @@ -56,6 +56,7 @@ import {PageMenuComponent} from "@app/_modules/pages/sections/menu/page-menu.com ], exports: [ PageSectionsComponent, + ImagesSectionComponent ] }) export class PageSectionsModule { diff --git a/src/app/_modules/pages/sections/types/basic/images/images-section.component.html b/src/app/_modules/pages/sections/types/basic/images/images-section.component.html index 070cee3..fc8bf37 100644 --- a/src/app/_modules/pages/sections/types/basic/images/images-section.component.html +++ b/src/app/_modules/pages/sections/types/basic/images/images-section.component.html @@ -1,40 +1,52 @@ -
- -
-
-
- -
-
+
-