.flex-grid {
  
  .type-color {
    height: 100%;
    
    > div {
      height: 100%;
    }
    
    .chrome-picker {
      display: none;
      position: fixed;
      z-index: 999;
      height: auto;
    }
    
    &.selected {
      
      .chrome-picker {
        display: block;
      }
      
    }
    
    .swatch {
      padding: 5px;
      background: #fff;
      border-radius: 1px;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
      display: inline-block;
      cursor: pointer;
    }

    .popover {
      position: absolute;
      z-index: 2;
    }

    .cover {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }

    .color {
      width: 36px;
      height: 14px;
      border-radius: 2px;
    }
  }
}
