Skip to content

Commit

Permalink
Merge pull request #1056 from dpfaffenbauer/update-ci
Browse files Browse the repository at this point in the history
[2.0] Update CI
  • Loading branch information
dpfaffenbauer authored Jul 26, 2019
2 parents c491ecc + c90b4b6 commit 2379031
Show file tree
Hide file tree
Showing 22 changed files with 153 additions and 293 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# CoreShop 2
![CoreShop](etc/logo.png)

---

**CoreShop - Pimcore eCommerce**

Expand Down
2 changes: 1 addition & 1 deletion docs/themes/coreshop/css/theme-coreshop.min.css

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/themes/coreshop/img/logo-full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/themes/coreshop/less/_variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
*/

@zindex-navbar-fixed: 1030;
@navbar-height: 50px;
@navbar-height: 60px;
2 changes: 1 addition & 1 deletion docs/themes/coreshop/less/theme-coreshop.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@sidebar-hover: #c5c5cb;
@lines: #e7e7e9;
@dark: black;
@light: #5cb672;
@light: #cd1017;
@text: #2d2d2d;
@font-family-text: 'Roboto Condensed', sans-serif;

Expand Down
3 changes: 1 addition & 2 deletions docs/themes/coreshop/templates/partials/navbar_content.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<a class="Brand" href="<?= $params['base_page'] . $params['index']->getUri(); ?>">
<img src="<?=$base_url?>themes/coreshop/img/coreshop_tag.png">
Core<span class="black">Shop</span>
<img src="<?=$base_url?>themes/coreshop/img/logo-full.svg" width="220px">
</a>

<?php if ($params['html']['search']) { ?>
Expand Down
Binary file added etc/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

#pimcore_navigation li#pimcore_menu_coreshop:hover:after {
background-color: #5CB672;
background-color: #cd1017;
}

.icon-coreshop-shop:before { content: '\e800'; } /* '' */
Expand All @@ -31,7 +31,7 @@
}

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

.coreshop_settings_inherited {
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.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ coreshop.util.format.currency = function (currency, v) {
coreshop.helpers.showAbout = function () {

var html = '<div class="pimcore_about_window">';
html += '<br><img src="/bundles/coreshopcore/pimcore/img/logo.svg" style="width: 60px;"><br>';
html += '<br><img src="/bundles/coreshopcore/pimcore/img/logo-full.svg" style="width: 400px;"><br>';
html += '<br><b>Version: ' + coreshop.settings.bundle.version + '</b>';
html += '<br><br>&copy; by Dominik Pfaffenbauer, Wels, Austria (<a href="https://www.coreshop.org/" target="_blank">coreshop.org</a>)';
html += '<br><br><a href="https://github.com/coreshop/coreshop/blob/master/LICENSE.md" target="_blank">License</a> | ';
Expand Down
Loading

0 comments on commit 2379031

Please sign in to comment.