Merge pull request #1094 from rahulshukla-webkul/development
issue #1015 pagination responsive
This commit is contained in:
commit
754d99d3ba
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/shop.js": "/js/shop.js?id=71f03d05d9690fe24784",
|
||||
"/css/shop.css": "/css/shop.css?id=2a7e81a6617a03bddf04"
|
||||
"/css/shop.css": "/css/shop.css?id=73e6fda213d31cc70bd6"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,6 +46,22 @@ input {
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 770px) {
|
||||
.pagination.shop {
|
||||
justify-content: space-between;
|
||||
|
||||
.page-item {
|
||||
display: none;
|
||||
|
||||
&.previous,
|
||||
&.next {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//components
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
|
|
@ -3392,6 +3408,7 @@ section.review {
|
|||
.table {
|
||||
.grid-container {
|
||||
margin-top: 10px;
|
||||
overflow-x: hidden;
|
||||
|
||||
.filter-row-one {
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Reference in New Issue