Implement DataTables.
This commit is contained in:
23
scss/vendors/_datatables.scss
vendored
Normal file
23
scss/vendors/_datatables.scss
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
@include media-breakpoint-down(md) {
|
||||
.dt-length {
|
||||
float: left;
|
||||
|
||||
label {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.dt-search {
|
||||
float: left;
|
||||
width: 100%;
|
||||
|
||||
label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input {
|
||||
margin-left: 0 !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user