siteConfigDrawer.less 400 Bytes
Newer Older
邓超's avatar
邓超 committed
1 2
.siteConfigContainer {}

3 4 5 6 7 8 9 10 11
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100vh;
  // z-index: 1;
}

邓超's avatar
邓超 committed
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
.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;
  }
28
}