@import '../RightContent/index.less';

.system-layout-content {
  background-color: white;
  padding: 10px 12px;
}

.system-layout-action {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 12px;
  cursor: pointer;
  transition: all 0.3s;
  &:hover {
    background: @pro-header-hover-bg;
  }
  &.opened {
    background: @pro-header-hover-bg;
  }
}
.system-layout-inputWrap {
  margin-top: 10px;
  > * {
    margin: 5px;
  }
}

