/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:    https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* 移动端菜单样式 */
@media (max-width: 1024px) {
  #brxe-xyjugf {
    height: 100% !important;
    width: 300px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    background-color: #ffffff !important;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3) !important;
    overflow-y: auto !important;
  }

  /* 为未被遮挡部分添加蒙层 */
  body.brxe-xyjugf-open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 300px;
    right: 0;
    bottom: 0;
    background-color: #9e9e9e;
    z-index: 9998;
  }
}

