Browse Source

publish muk_web_theme - 12.0

pull/62/head
MuK IT GmbH 5 years ago
parent
commit
f9d12976c2
  1. 2
      muk_web_theme/__manifest__.py
  2. 11
      muk_web_theme/static/src/scss/mixins.scss
  3. 2
      muk_web_theme/static/src/scss/navbar.scss

2
muk_web_theme/__manifest__.py

@ -19,7 +19,7 @@
{
"name": "MuK Backend Theme",
"summary": "Odoo Community Backend Theme",
"version": "12.0.1.2.6",
"version": "12.0.1.2.7",
"category": "Themes/Backend",
"license": "AGPL-3",
"author": "MuK IT",

11
muk_web_theme/static/src/scss/mixins.scss

@ -18,17 +18,18 @@
**********************************************************************************/
@mixin mk-full-screen-sections {
border: none;
box-shadow: none;
width: 100vw;
z-index: 100;
display: flex;
flex-direction: column;
height: calc(100vh - #{$o-navbar-height});
max-height: calc(100vh - #{$o-navbar-height});
position: fixed;
width: 100vw;
z-index: 100;
top: $o-navbar-height !important;
transform: none !important;
position: fixed !important;
box-shadow: none;
overflow: auto;
border: none;
}
@mixin mk-container-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {

2
muk_web_theme/static/src/scss/navbar.scss

@ -37,7 +37,7 @@
@include mk-full-screen-sections();
}
}
.o_user_menu {
.o_user_menu, .o_switch_company_menu {
> .dropdown-toggle {
padding: 0 10px;
white-space: nowrap;

Loading…
Cancel
Save