cc-core-cli
Version:
Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.
19 lines (15 loc) • 357 B
CSS
/* New restful.css without LESS imports */
@import url("./custom-antd.css");
.restful-addon-before {
width: 100px ;
}
.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;
}