gl-website-deployer/admin/phpMyAdmin/themes/original/scss/_tables.scss
2025-03-24 09:27:39 +01:00

18 lines
237 B
SCSS

.table {
border-collapse: separate;
td {
touch-action: manipulation;
vertical-align: middle;
}
thead th {
border-bottom: 0;
}
}
.table-striped {
tbody tr:nth-of-type(odd) {
background-color: $bg-one;
}
}