.shadow-editor {
  padding: 0 20px;
  .grid {
    display: grid;
    grid-template-columns: 32px 80px 32px 80px;
    grid-template-rows: repeat(32px, 3);
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    align-items: center;
  }

  .swatch {
    padding: 5px;
    background: #fff;
    border-radius: 1px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
    cursor: pointer;
    width: 64px;
  }

  .color-block {
    height: 14px;
    border-radius: 2px;
  }
}
