From f8c10284fc5169078b713ef3946a3da011d4b864 Mon Sep 17 00:00:00 2001 From: Betteloni Date: Wed, 23 Oct 2024 18:58:05 -0300 Subject: [PATCH] home page --- .../admin/brand/brand-upsert/brand-upsert.component.scss | 2 +- src/app/admin/chat/chat/chat.component.scss | 2 +- src/app/public/home/home.component.scss | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/admin/brand/brand-upsert/brand-upsert.component.scss b/src/app/admin/brand/brand-upsert/brand-upsert.component.scss index 9aaa246f..248a5bbd 100644 --- a/src/app/admin/brand/brand-upsert/brand-upsert.component.scss +++ b/src/app/admin/brand/brand-upsert/brand-upsert.component.scss @@ -1,4 +1,4 @@ -@import "../../../@theme/styles/themes"; +@import '../../../@theme/styles/themes'; nb-checkbox { margin-bottom: 1rem; diff --git a/src/app/admin/chat/chat/chat.component.scss b/src/app/admin/chat/chat/chat.component.scss index 9aaa246f..248a5bbd 100644 --- a/src/app/admin/chat/chat/chat.component.scss +++ b/src/app/admin/chat/chat/chat.component.scss @@ -1,4 +1,4 @@ -@import "../../../@theme/styles/themes"; +@import '../../../@theme/styles/themes'; nb-checkbox { margin-bottom: 1rem; diff --git a/src/app/public/home/home.component.scss b/src/app/public/home/home.component.scss index 35eef98f..c0545c18 100644 --- a/src/app/public/home/home.component.scss +++ b/src/app/public/home/home.component.scss @@ -1,6 +1,6 @@ -@import "../../@theme/styles/themes"; -@import "bootstrap/scss/mixins/breakpoints"; -@import "@nebular/theme/styles/global/breakpoints"; +@import '../../@theme/styles/themes'; +@import 'bootstrap/scss/mixins/breakpoints'; +@import '@nebular/theme/styles/global/breakpoints'; @include nb-install-component() { .solar-card nb-card-header { @@ -55,7 +55,6 @@ mdb-carousel-item { color: #8994a3; margin-bottom: 1rem; background: white; - color: #000000e0; box-shadow: 0 8px 20px #dae0eb99; margin-left: 10px; margin-right: 10px;