From abc4cf54783bd88c39e893d102090f8e80575575 Mon Sep 17 00:00:00 2001 From: Ajmal Cybro Date: Thu, 17 Mar 2022 16:21:27 +0530 Subject: [PATCH] [UPDT] Style issue fixed --- code_backend_theme/__manifest__.py | 2 +- code_backend_theme/static/src/scss/login.scss | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/code_backend_theme/__manifest__.py b/code_backend_theme/__manifest__.py index f18eb4235..74d4d4e1a 100644 --- a/code_backend_theme/__manifest__.py +++ b/code_backend_theme/__manifest__.py @@ -25,7 +25,7 @@ "description": """Minimalist and elegant backend theme for Odoo 14, Backend Theme, Theme""", "summary": "Code Backend Theme V15 is an attractive theme for backend", "category": "Themes/Backend", - "version": "15.0.1.0.3", + "version": "15.0.1.0.4", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', diff --git a/code_backend_theme/static/src/scss/login.scss b/code_backend_theme/static/src/scss/login.scss index 5a32b1ed9..db1dd5770 100644 --- a/code_backend_theme/static/src/scss/login.scss +++ b/code_backend_theme/static/src/scss/login.scss @@ -21,9 +21,6 @@ body.bg-100 { box-shadow: 0 0.75rem 1.5rem rgba(18,38,63, .03) !important; width: 450px; } -.o_main_navbar .o_menu_sections { - flex-wrap: w -} a { color: #556ee6; text-decoration: none;