Skip to content

Commit

Permalink
[UI] introduce white icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Jun 18, 2019
1 parent b606be9 commit 799d99a
Show file tree
Hide file tree
Showing 38 changed files with 866 additions and 47 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 799d99a

Please sign in to comment.