Browse Source

publish muk_web_theme - 12.0

pull/115/head
MuK IT GmbH 5 years ago
parent
commit
3ab7c7bea1
  1. 2
      muk_web_theme/__manifest__.py
  2. 2
      muk_web_theme/static/src/scss/mixins.scss

2
muk_web_theme/__manifest__.py

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

2
muk_web_theme/static/src/scss/mixins.scss

@ -19,7 +19,7 @@
@mixin mk-full-screen-sections {
width: 100vw;
z-index: 100;
z-index: 1002;
display: flex;
flex-direction: column;
height: calc(100vh - #{$o-navbar-height});

Loading…
Cancel
Save