N°2847 - Datatables pagination CSS

This commit is contained in:
Eric
2020-11-12 11:59:56 +01:00
parent 6d82a85b12
commit 62880b04eb
5 changed files with 126 additions and 120 deletions

View File

@@ -19,6 +19,9 @@
}
.dataTables_length
{
@extend %ibo-font-ral-med-100;
color: $ibo-color-grey-700;
position: relative;
float: right;
padding-top: 0.755em;
@@ -26,6 +29,9 @@
}
.dataTables_info
{
@extend %ibo-font-ral-med-100;
color: $ibo-color-grey-700;
position: relative;
float: right;
padding-top: 0.755em;
@@ -38,6 +44,8 @@
.pagination
{
color: $ibo-color-grey-800;
left: 1.21%;
right: 1.21%;
top: 91.58%;