sm-react-crud
Version:
Common frontend CRUD components for SM
44 lines (34 loc) • 685 B
CSS
.anticon:before {
display: initial ;
}
.crud-table-column {
min-width: 100px ;
}
.ant-table-row.success {
background-color: #c3e6cb;
}
.ant-table-row.secondary {
background-color: #d6d8db;
}
.ant-table-row.primary {
background-color: #b8daff;
}
.ant-table-row.danger {
background-color: #f5c6cb;
}
.ant-table-row.warning {
background-color: #ffeeba;
}
.ant-table-row.info {
background-color: #bee5eb;
}
.ant-table-row.light {
background-color: #fdfdfe;
}
.ant-table-row.dark {
background-color: #c6c8ca;
}
.ant-table-row.dark td, .ant-table-row.dark th {
border-color: #32383e;
}
/*# sourceMappingURL=main.css.map*/