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

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

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

