/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.wufeng-dashboard-palette-menu span:hover {
  color: #47e;
  cursor: pointer;
}
.wufeng-dashboard-palette-menu .editor-dropdown-menu-vertical .editor-dropdown-menu-item:not(:last-child) {
  margin-bottom: 0;
}
.wufeng-dashboard-palette-menu .editor-dropdown-menu-item-group-list {
  margin: 0;
}
.wufeng-dashboard-palette-menu .editor-dropdown-menu-item-group-list .editor-dropdown-menu-item {
  position: relative;
  height: unset;
  padding: 1px 9px;
}
.wufeng-dashboard-palette-menu .editor-dropdown-menu-item-group-list .editor-dropdown-menu-item:hover {
  background-color: #fff;
}
.wufeng-dashboard-palette-menu .editor-dropdown-menu-item-group-list .editor-dropdown-menu-item.editor-dropdown-menu-item-active {
  background-color: #fff;
}
.wufeng-dashboard-palette-menu .editor-dropdown-menu-item-group-title {
  padding: 5px 12px 0 12px;
}
.wufeng-dashboard-palette-menu .wufeng-dashboard-palette-panelContainer {
  box-sizing: border-box;
  width: 248px;
  height: 32px;
  padding: 3px;
  border: #fff 1px solid;
  cursor: pointer;
}
.wufeng-dashboard-palette-menu .wufeng-dashboard-palette-panelContainer:hover {
  border: #47e 1px solid;
}
.wufeng-dashboard-palette-colors {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 24px;
  margin: 0;
  font-size: 0;
}
.wufeng-dashboard-palette-colors div:first-child {
  border-radius: 2px 0 0 2px;
}
.wufeng-dashboard-palette-colors div:last-child {
  border-radius: 0 2px 2px 0;
}
.wufeng-dashboard-palette-colors .wufeng-dashboard-palette-color {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 20px;
  overflow: hidden;
  color: #fff;
  text-align: right;
  box-shadow: 0 0 0 0 currentColor;
  transition: all 0.3s;
}
