feat: datatables pagination.

This commit is contained in:
Ahmed Bouhuolia
2020-11-16 13:36:14 +02:00
parent 6d4b3164a8
commit 13dd14b9d4
76 changed files with 1160 additions and 1315 deletions

View File

@@ -84,9 +84,19 @@
font-size: 13px;
border-radius: 3px;
color: #666;
padding-right: 8px;
padding-right: 14px;
padding-left: 8px;
}
&::after{
border-left-width: 3px;
border-right-width: 3px;
border-top-width: 4px;
margin-right: 6px;
}
}
}
&__goto-control{