From eeed00b30e42afab327866839475215e05887b58 Mon Sep 17 00:00:00 2001 From: sercan Date: Thu, 11 Oct 2018 19:27:38 +0300 Subject: [PATCH] (E-Commerce) Matched search fields styles to the rest of the apps (Contacts) Search field doesn't span to the full width of its container --- src/app/app.theme.scss | 4 ++ .../apps/contacts/contacts.component.html | 2 +- .../apps/contacts/contacts.component.scss | 3 +- .../e-commerce/orders/orders.component.html | 12 +++--- .../e-commerce/orders/orders.component.scss | 37 +++++++++--------- .../e-commerce/orders/orders.component.ts | 13 ++++--- .../apps/e-commerce/orders/orders.theme.scss | 27 +++++++++++++ .../products/products.component.html | 13 +++---- .../products/products.component.scss | 39 ++++++++++--------- .../e-commerce/products/products.component.ts | 5 ++- .../e-commerce/products/products.theme.scss | 27 +++++++++++++ 11 files changed, 122 insertions(+), 60 deletions(-) create mode 100644 src/app/main/apps/e-commerce/orders/orders.theme.scss create mode 100644 src/app/main/apps/e-commerce/products/products.theme.scss diff --git a/src/app/app.theme.scss b/src/app/app.theme.scss index 4e970272..0b3c3128 100644 --- a/src/app/app.theme.scss +++ b/src/app/app.theme.scss @@ -86,6 +86,8 @@ $typography: mat-typography-config( @import "src/app/main/apps/chat/chat.theme"; @import "src/app/main/apps/contacts/contacts.theme"; @import "src/app/main/apps/dashboards/project/project.theme"; +@import "src/app/main/apps/e-commerce/orders/orders.theme"; +@import "src/app/main/apps/e-commerce/products/products.theme"; @import "src/app/main/apps/file-manager/file-manager.theme"; @import "src/app/main/apps/mail/mail.theme"; @import "src/app/main/apps/mail-ngrx/mail.theme"; @@ -134,6 +136,8 @@ $typography: mat-typography-config( @include chat-theme($theme); @include contacts-theme($theme); @include dashboards-project-theme($theme); + @include e-commerce-orders-theme($theme); + @include e-commerce-products-theme($theme); @include file-manager-theme($theme); @include mail-theme($theme); @include mail-ngrx-theme($theme); diff --git a/src/app/main/apps/contacts/contacts.component.html b/src/app/main/apps/contacts/contacts.component.html index fd5cbe32..69451b10 100644 --- a/src/app/main/apps/contacts/contacts.component.html +++ b/src/app/main/apps/contacts/contacts.component.html @@ -29,7 +29,7 @@
-