pagination responsive updated

This commit is contained in:
batuhanbas
2020-02-13 11:36:47 +03:00
parent 072b072528
commit c0d2fad26a
5 changed files with 40 additions and 81 deletions

33
public/css/custom.css vendored
View File

@ -109,7 +109,7 @@ button:focus
{
outline: none !important;
}
/*--Button Element Focus Finisj--*/
/*--Button Element Focus Finish--*/
/*--Button Hover--*/
@ -147,12 +147,6 @@ button:focus
overflow: hidden;
}
/*--------Left Menu--------*/
.g-sidenav-hidden .navbar-vertical.navbar-expand-xs
{
overflow: hidden !important;
}
/*--------Left Menu Finish--------*/
/*--------Customer/Vendor Show--------*/
@ -207,7 +201,7 @@ button:focus
/*--------Index Page Tables Finish--------*/
/*--------Left Menu Dropdown--------*/
/*--------Left Menu--------*/
.menu-dropdown
{
position: absolute !important;
@ -218,7 +212,13 @@ button:focus
{
min-width: 13rem !important;
}
/*--------Left Menu Dropdown Finish--------*/
.g-sidenav-hidden .navbar-vertical.navbar-expand-xs
{
overflow: hidden !important;
}
/*--------Left Menu Finish--------*/
/*--------Max Width 100 Pixel--------*/
@ -276,14 +276,6 @@ button:focus
/*--------Table Body Row Margin Finish--------*/
/*--------Card Footer--------*/
.card-footer
{
margin: 0;
}
/*--------Card Footer Finish--------*/
/*--------Item Column Image--------*/
.item-img
{
@ -609,7 +601,6 @@ button:focus
}
/*--------Invoice and Bill Total Column Finish--------*/
/*--------Custom Table--------*/
.table thead th
{
@ -836,6 +827,12 @@ table .align-items-center td span.badge {
{
float: right;
}
.pagination-xs
{
padding-right: 0;
padding-top: 1.5rem;
}
}
/*--Xs Breakpoint Finish--*/