/* New restful.css without LESS imports */
@import url("./custom-antd.css");

.restful-addon-before {
  width: 100px !important;
}

.restful-addon-before .ant-select-selector .ant-select-selection-item {
  line-height: 32px;
}

.rest-endpoint-collapse.enabled {
  color: #04ace4;
}

.rest-endpoint-collapse.disabled {
  color: #d9d9d9;
  font-weight: 300;
}