Merge pull request #1 from andriawan/master-1

Update _tables.scss
This commit is contained in:
Shahab Movahhedi
2023-09-04 17:36:43 +03:30
committed by GitHub
+6
View File
@@ -55,6 +55,12 @@ table td img {
height: 22px; height: 22px;
} }
@media only screen and (min-width: 768px) {
.table th.position-sticky {
top: 81px;
}
}
// .table-hover { // .table-hover {
// tbody tr { // tbody tr {
// @include hover() { // @include hover() {