Skip to content

Commit

Permalink
Merge branch 'develop' into refactor/dokan_refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ediamin committed Jan 20, 2020
2 parents ca55842 + fbb75a8 commit c46ac72
Show file tree
Hide file tree
Showing 10 changed files with 222 additions and 195 deletions.
39 changes: 7 additions & 32 deletions assets/src/less/responsive.less
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,15 @@

@media (max-width: 767px) {
#dokan-store-listing-filter-wrap {
.left {
.store-count {
margin-top: -5px;
}
}
display: block;

.right {
justify-content: space-between;
margin-top: 15px;

.item {
&:not(:first-child) {
padding-left: 50px;
&.sort-by {
margin: 0;
}
}
}
Expand Down Expand Up @@ -255,16 +254,7 @@
@media (max-width: 430px) {
#dokan-store-listing-filter-form-wrap {
&:before {
left: -5%;
}

.right {
.item {
&:not(:first-child) {
padding: 0;
margin-left: 50px;
}
}
left: 10%;
}
}

Expand Down Expand Up @@ -466,10 +456,6 @@
#dokan-store-listing-filter-wrap {
.right {
.item {
&:not(:first-child) {
padding-left: 35px;
}

#stores_orderby {
padding: 8px 0px 8px 16px;
}
Expand All @@ -479,17 +465,6 @@
}

@media (max-width: 360px) {

#dokan-store-listing-filter-wrap {
.right {
.item {
&:not(:first-child) {
padding-left: 20px;
}
}
}
}

.dokan-single-store {
.profile-frame {
.profile-info-box.profile-layout-layout1 {
Expand Down
Loading

0 comments on commit c46ac72

Please sign in to comment.