@import "../../constants/index.scss";

.addHSLWrapper {
  outline: none;
}

.addHSL {
  display: flex;
  align-items: center;
  padding: 16px;
  width: $width;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
  border-radius: 24px;
  overflow: hidden;
  border: 1px dashed $border-color;
  border-top-left-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  * {
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
  }

  &.small {
    padding: 8px;
    font-size: 14px;
    .addHSLText {
      opacity: 0.5;
    }
  }
}

.addHSLIcon {
  margin-right: 8px;
}

.addHSLText {
  color: #333;
}

.hslTypes {
  display: flex;
  flex-wrap: wrap;
  padding-left: 8px;
  padding-top: 16px;
  overflow-y: auto;
  // justify-content: center;
}
