Illia Kozyr 1 rok temu
rodzic
commit
6afc29a986

BIN
Market GraphQL + Redux/.DS_Store


+ 0 - 2
Market GraphQL + Redux/index.html

@@ -16,8 +16,6 @@
                     />
                 </a>
             </div>
-
-            
             <div class="qwer" id="qwer">
                 <div>
                     <button id="shoppingCart">Cart</button>

+ 0 - 1
Market GraphQL + Redux/script.js

@@ -600,7 +600,6 @@ store.subscribe(() => {
 });
 
 buttonGoodDelete.onclick = () => {
-    
     store.dispatch(actionCartClear());
     let a = document.getElementById("divToCartBlock");
     a.innerHTML = "";

+ 1 - 0
Market GraphQL + Redux/style.css

@@ -158,6 +158,7 @@ flexBlock img {
     padding: 10px;
     font-size: 30px;
     color: #fff;
+    
 }
 .b-popup {
     width: 100%;