From 77e448fd7b513a76288e0c8dcad6326044b2c218 Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Fri, 30 Jun 2023 17:12:16 +0530 Subject: [PATCH] Jun 30 : [UPDT] Updated 'theme_silon' --- theme_silon/__manifest__.py | 48 +++++++++---------- theme_silon/static/src/scss/_common.scss | 6 +-- theme_silon/static/src/scss/_variables.scss | 2 - .../static/src/scss/layout/_header.scss | 2 +- 4 files changed, 26 insertions(+), 32 deletions(-) diff --git a/theme_silon/__manifest__.py b/theme_silon/__manifest__.py index 089a342d1..3d7214d43 100644 --- a/theme_silon/__manifest__.py +++ b/theme_silon/__manifest__.py @@ -58,30 +58,30 @@ ], 'assets': { 'web.assets_frontend': [ - '/theme_silon/static/src/css/font-awesome.min.css', - '/theme_silon/static/src/scss/_variables.scss', - '/theme_silon/static/src/scss/_normalize.scss', - '/theme_silon/static/src/scss/_common.scss', - '/theme_silon/static/src/scss/components/_buttons.scss', - '/theme_silon/static/src/scss/layout/_footer.scss', - '/theme_silon/static/src/scss/components/_banner.scss', - '/theme_silon/static/src/scss/components/_product.scss', - '/theme_silon/static/src/scss/pages/home/_offers.scss', - '/theme_silon/static/src/scss/pages/home/_features.scss', - '/theme_silon/static/src/scss/pages/home/_journal.scss', - '/theme_silon/static/src/scss/pages/home/_trending.scss', - '/theme_silon/static/src/scss/pages/home/_follow-us.scss', - '/theme_silon/static/src/scss/pages/home/_most-popular.scss', - '/theme_silon/static/src/scss/pages/_maincontents.scss', - '/theme_silon/static/src/scss/pages/_product.scss', - '/theme_silon/static/src/scss/pages/_about.scss', - '/theme_silon/static/src/scss/layout/_header.scss', - '/theme_silon/static/src/scss/pages/_preview.scss', - '/theme_silon/static/src/scss/pages/_contact.scss', - '/theme_silon/static/src/scss/pages/_cart.scss', - '/theme_silon/static/src/js/most_popular.js', - '/theme_silon/static/src/js/featured_product.js', - '/theme_silon/static/src/js/trending.js', + 'theme_silon/static/src/css/font-awesome.min.css', + 'theme_silon/static/src/scss/_variables.scss', + 'theme_silon/static/src/scss/_normalize.scss', + 'theme_silon/static/src/scss/_common.scss', + 'theme_silon/static/src/scss/components/_buttons.scss', + 'theme_silon/static/src/scss/layout/_footer.scss', + 'theme_silon/static/src/scss/components/_banner.scss', + 'theme_silon/static/src/scss/components/_product.scss', + 'theme_silon/static/src/scss/pages/home/_offers.scss', + 'theme_silon/static/src/scss/pages/home/_features.scss', + 'theme_silon/static/src/scss/pages/home/_journal.scss', + 'theme_silon/static/src/scss/pages/home/_trending.scss', + 'theme_silon/static/src/scss/pages/home/_follow-us.scss', + 'theme_silon/static/src/scss/pages/home/_most-popular.scss', + 'theme_silon/static/src/scss/pages/_maincontents.scss', + 'theme_silon/static/src/scss/pages/_product.scss', + 'theme_silon/static/src/scss/pages/_about.scss', + 'theme_silon/static/src/scss/layout/_header.scss', + 'theme_silon/static/src/scss/pages/_preview.scss', + 'theme_silon/static/src/scss/pages/_contact.scss', + 'theme_silon/static/src/scss/pages/_cart.scss', + 'theme_silon/static/src/js/most_popular.js', + 'theme_silon/static/src/js/featured_product.js', + 'theme_silon/static/src/js/trending.js', ], }, 'license': 'LGPL-3', diff --git a/theme_silon/static/src/scss/_common.scss b/theme_silon/static/src/scss/_common.scss index e7d40fcd0..34a59b63e 100644 --- a/theme_silon/static/src/scss/_common.scss +++ b/theme_silon/static/src/scss/_common.scss @@ -21,8 +21,4 @@ content: ""; display: block; } - - } - - - +} \ No newline at end of file diff --git a/theme_silon/static/src/scss/_variables.scss b/theme_silon/static/src/scss/_variables.scss index c09ceafd8..c37afc8c5 100644 --- a/theme_silon/static/src/scss/_variables.scss +++ b/theme_silon/static/src/scss/_variables.scss @@ -24,5 +24,3 @@ $font-size-s:15px; $font-size-banner:53px; $font-size-form:12px; $font-bold:18px; - - diff --git a/theme_silon/static/src/scss/layout/_header.scss b/theme_silon/static/src/scss/layout/_header.scss index b5d2c24a4..9825fdad7 100644 --- a/theme_silon/static/src/scss/layout/_header.scss +++ b/theme_silon/static/src/scss/layout/_header.scss @@ -75,4 +75,4 @@ ul{ .icons-nav img{ width:100%; max-width: 24px; - +}