Browse Source

[UPDT] Style issue fixed

pull/198/head
Ajmal Cybro 3 years ago
parent
commit
abc4cf5478
  1. 2
      code_backend_theme/__manifest__.py
  2. 3
      code_backend_theme/static/src/scss/login.scss

2
code_backend_theme/__manifest__.py

@ -25,7 +25,7 @@
"description": """Minimalist and elegant backend theme for Odoo 14, Backend Theme, Theme""", "description": """Minimalist and elegant backend theme for Odoo 14, Backend Theme, Theme""",
"summary": "Code Backend Theme V15 is an attractive theme for backend", "summary": "Code Backend Theme V15 is an attractive theme for backend",
"category": "Themes/Backend", "category": "Themes/Backend",
"version": "15.0.1.0.3", "version": "15.0.1.0.4",
'author': 'Cybrosys Techno Solutions', 'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions',

3
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; box-shadow: 0 0.75rem 1.5rem rgba(18,38,63, .03) !important;
width: 450px; width: 450px;
} }
.o_main_navbar .o_menu_sections {
flex-wrap: w
}
a { a {
color: #556ee6; color: #556ee6;
text-decoration: none; text-decoration: none;

Loading…
Cancel
Save