galali-shoptet 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/style.css +13 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "galali-shoptet",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Custom CSS for Galali Shoptet theme (designshop.galali.cz)",
5
5
  "main": "style.css",
6
6
  "style": "style.css",
package/style.css CHANGED
@@ -1449,6 +1449,12 @@ footer#footer .footer-rows .site-name img {
1449
1449
  filter: brightness(0) invert(1);
1450
1450
  }
1451
1451
 
1452
+ @media (min-width: 1200px) {
1453
+ footer#footer .footer-rows .custom-footer {
1454
+ padding-top: 0px;
1455
+ }
1456
+ }
1457
+
1452
1458
  /* Custom footer (kontakt email+tel) — sloupec 2, vedle loga */
1453
1459
  footer#footer .footer-rows .custom-footer {
1454
1460
  flex: 1 1 auto;
@@ -2023,6 +2029,7 @@ body:not(.in-index) .breadcrumbs {
2023
2029
  color: var(--gl-fg-2);
2024
2030
  max-width: none !important;
2025
2031
  width: 100% !important;
2032
+ border: none;
2026
2033
  }
2027
2034
  body:not(.in-index) .breadcrumbs > * {
2028
2035
  display: inline-flex;
@@ -3185,6 +3192,9 @@ table.cart-table td.p-availability .availability-amount {
3185
3192
  }
3186
3193
 
3187
3194
  /* Quantity cell */
3195
+ .decrease__sign, .increase__sign {
3196
+ display: none;
3197
+ }
3188
3198
  table.cart-table td.p-quantity { width: 140px; }
3189
3199
  table.cart-table .quantity-form { margin: 0; padding: 0; }
3190
3200
  table.cart-table span.quantity {
@@ -7027,6 +7037,8 @@ body.ordering-process .row.cart-row > .col-md-4 {
7027
7037
  padding: 8px !important;
7028
7038
  box-shadow: none !important;
7029
7039
  box-sizing: border-box;
7040
+ width: calc(100% + 2px);
7041
+ margin: -1px;
7030
7042
  }
7031
7043
  .search-whisperer,
7032
7044
  .search-whisperer a,
@@ -7040,7 +7052,7 @@ body.ordering-process .row.cart-row > .col-md-4 {
7040
7052
  .search-whisperer a,
7041
7053
  .search-whisperer .search-whisperer-document {
7042
7054
  display: block;
7043
- padding: 9px 12px !important;
7055
+ padding: 5px 12px !important;
7044
7056
  text-decoration: none !important;
7045
7057
  border-radius: 2px;
7046
7058
  transition: background .12s;