blob: 8483e19ad7e4686e31846e4cd9aab717f41eb3aa [file] [log] [blame]
@mixin os-gridview {
.v-grid {
.v-grid-tablewrapper {
.v-grid-header {
border: 0px;
height: $os-unit-size;
background-image: none !important;
font-weight: bold;
.v-grid-row {
.v-grid-cell {
font-size: $os-font-size;
font-weight: bold;
}
.v-grid-cell.filter-header {
padding: 0px !important;
height: $os-unit-size !important;
}
}
}
.v-grid-body {
.v-progressbar {
@include os-progress-gridview;
}
}
}
.v-grid-scroller {
&::-webkit-scrollbar-thumb {
border-radius: $v-border-radius;
}
}
}
}