@import '~antd/es/style/themes/default.less';

.system-layout-container > * {
  background-color: @popover-bg;
  border-radius: 4px;
  box-shadow: @shadow-1-down;
}

@media screen and (max-width: @screen-xs) {
  .system-layout-container {
    width: 100% !important;
  }
  .system-layout-container > * {
    border-radius: 0 !important;
  }
}
