syn-insight-client
Version:
Generic Frontend Component for Insight Client project.
63 lines (41 loc) • 819 B
text/less
.ant-result-title {
color: rgb(0, 0, 0) ;
}
.rowCard {
padding-top: 24;
}
.titleGenerateCard {
font-size: 16px;
color: rgb(0, 0, 0);
line-height: 32px;
}
.cardGenerate {
padding: 16px 24px;
}
.dateRefesh {
font-size: 14px;
}
.generateButtom {
float: right;
}
.cancelButtom {
margin-right: 0px;
}
.tooltipAtt .ant-tooltip-inner {
min-width: 268px;
}
.ant-descriptions-row .ant-descriptions-item .ant-descriptions-item-content {
color: #595959;
}
.ant-descriptions-row .ant-descriptions-item .ant-descriptions-item-content::first-letter {
text-transform: uppercase;
}
.ant-descriptions-row .ant-descriptions-item .ant-descriptions-item-label{
color: black;
}
.center-loading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(50%, 50%);
}