.color-dialog{
  display: flex;
  justify-content: center;
  align-items: center;
}
.color-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.color-add{
  width: 500px;
}
.color-set{
  width: 110px;
  border: 1px solid #C4C6CF;
  border-radius: 3px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 8px;
  vertical-align: middle;
  .color-ref{
    width: 24px;
    padding: 0;
    border: 0;
    background-color: #fff;
  }
  .color-val{
    font-size: 16px;
    color: #000;
    margin-left: 5px;
    vertical-align: middle;
  }
}
.divider{
  width: 50px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-block;
  &-line{
    height: 1px;
    background-color: #DCDFE6;
  }
}
.circle-botton{
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #747677;
  display: inline-block;
  text-align: center;
  line-height: 20px;
}