/**
 * @Author 瞿龙俊 - qulongjun@shine.design
 * @Date 2019/3/25 08:56
 */

.color-helper {
  text-align: center;
  width: 100%;
  border-radius: 4px;
  padding: 20px;
  margin: 5px 0;
  height: 74px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;

  &.shine-bg-light {
    border: 1px solid #000;
    color: #000;
  }

  > div {
    font-size: 12px;
    opacity: 0.69;
    line-height: 24px;
  }
}
