|
@@ -427,7 +427,7 @@ window.onhashchange = () => {
|
|
|
<h2>Корзина</h2>
|
|
|
<h4>Общая цена заказов: <span id="fullPrice"></span></h4>
|
|
|
<button id="clearCartBtn" style="background-color: firebrick; color: white; font-size: smaller;">Очистить корзину</button>
|
|
|
- <button id="orderAll" font-size: smaller;">Заказать все</button>'
|
|
|
+ <button id="orderAll" style="font-size: small;">Заказать все</button>
|
|
|
<br>
|
|
|
<div id="cartContent"></div>
|
|
|
`
|