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

18 lines
275 B
SCSS

.table {
td {
touch-action: manipulation;
vertical-align: middle;
}
.thead-light {
th {
font-family: $font-family-bold;
font-weight: normal;
border-bottom: 1px solid $border-color;
a {
color: $th-color;
}
}
}
}