Merge pull request #1094 from rahulshukla-webkul/development

issue #1015 pagination responsive
This commit is contained in:
Jitendra Singh 2019-06-21 16:29:08 +05:30 committed by GitHub
commit 754d99d3ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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"
}

View File

@ -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;