Skip to content

Commit

Permalink
Merge pull request #1035 from dpfaffenbauer/pimcore-6
Browse files Browse the repository at this point in the history
Pimcore 6
  • Loading branch information
dpfaffenbauer authored Jun 18, 2019
2 parents f002b2f + 799d99a commit d5a8b1b
Show file tree
Hide file tree
Showing 40 changed files with 878 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,38 @@
background: url(../img/countries.svg) center center no-repeat !important;
}

.coreshop_nav_icon_country {
background: url(../img/countries.svg) center center no-repeat !important;
}

body.pimcore_version_6 .coreshop_nav_icon_country {
background: url(../img/countries_white.svg) center center no-repeat !important;
}

.coreshop_icon_zone, .coreshop_rule_icon_condition_zones {
background: url(../img/zones.svg) center center no-repeat !important;
}

.coreshop_nav_icon_zone {
background: url(../img/zones.svg) center center no-repeat !important;
}

body.pimcore_version_6 .coreshop_nav_icon_zone {
background: url(../img/zones_white.svg) center center no-repeat !important;
}

.coreshop_icon_state, .pimcore_icon_coreShopState {
background: url(../img/state.svg) center center no-repeat !important;
}

.coreshop_nav_icon_state {
background: url(../img/state.svg) center center no-repeat !important;
}

body.pimcore_version_6 .coreshop_nav_icon_state {
background: url(../img/state_white.svg) center center no-repeat !important;
}

.coreshop_icon_address {
background: url(../img/address.svg) center center no-repeat !important;
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d5a8b1b

Please sign in to comment.