Files
bracket/frontend/src/components/tables/table.module.css
Erik Vroon c93e0b3801 Bump mantine from 6.0.10 to 7.0.0 in /frontend (#273)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-02 11:41:41 +01:00

18 lines
205 B
CSS

.th {
padding: 0 !important;
}
.control {
width: 100%;
&:hover {
background-color: rgba(255, 255, 255, 0.15);
}
}
.icon {
width: 21;
height: 21;
border-radius: 21;
}