Browse Source

publish muk_web_theme - 12.0

pull/35/head
MuK IT GmbH 5 years ago
parent
commit
95dfbcb4b9
  1. 2
      muk_web_theme/__manifest__.py
  2. 21
      muk_web_theme/static/src/scss/appsbar.scss

2
muk_web_theme/__manifest__.py

@ -20,7 +20,7 @@
{
"name": "MuK Backend Theme",
"summary": "Odoo 12.0 community backend theme",
"version": "12.0.1.1.3",
"version": "12.0.1.1.4",
"category": "Themes/Backend",
"license": "AGPL-3",
"author": "MuK IT",

21
muk_web_theme/static/src/scss/appsbar.scss

@ -89,15 +89,22 @@
}
}
@include media-breakpoint-down(md) {
.mk_apps_sidebar_panel {
width: $mk-sidebar-small-width;
.mk_apps_sidebar_name {
display: none;
@include media-breakpoint-only(md) {
.mk_sidebar_type_large, .mk_sidebar_type_small {
.mk_apps_sidebar_panel {
width: $mk-sidebar-small-width;
.mk_apps_sidebar_name {
display: none;
}
}
.o_main {
padding-left: $mk-sidebar-small-width;
}
}
.o_main {
padding-left: $mk-sidebar-small-width;
.mk_sidebar_type_invisible {
.mk_apps_sidebar_panel {
display: none;
}
}
}

Loading…
Cancel
Save