.siteConfigContainer {}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100vh;
  // z-index: 1;
}

.colorBox {
  .colorSwatch {
    display: flex;
    justify-content: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
  }

  .popover {
    position: absolute;
    z-index: 2;
  }
}