badguardhome/client/src/components/ui/ReactTable.css
2018-10-12 19:52:19 +03:00

14 lines
194 B
CSS

.ReactTable .rt-th,
.ReactTable .rt-td {
padding: 10px 15px;
overflow: visible;
}
.ReactTable .rt-tbody {
overflow: visible;
}
.rt-tr-group .red {
background-color: #fff4f2;
}