/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.mkui-layout-drawer {
  background-color: #fff;
  margin: -24px;
}
.mkui-layout-drawer-content {
  height: 100%;
  padding: 24px 24px 50px 24px;
}
.mkui-layout-drawer-footer {
  position: absolute;
  bottom: 0;
  text-align: right;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0 24px;
  border-top: 1px solid #e8e8e8;
}
.mkui-layout-drawer-footer button {
  margin-left: 16px;
}
