empty button refactored
This commit is contained in:
parent
ff49ee305a
commit
8879459d2c
|
|
@ -1638,12 +1638,13 @@ button.nav-link {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 23px 0px;
|
||||
padding: 14px 0px;
|
||||
border: none;
|
||||
outline: none;
|
||||
width: 100%;
|
||||
border-radius: 4px;
|
||||
pointer-events: none;
|
||||
min-height: 48px;
|
||||
|
||||
font-size: 14px;
|
||||
color: #e0e0e0;
|
||||
|
|
|
|||
|
|
@ -2345,7 +2345,7 @@
|
|||
<div class="popup-cart-footer-line"></div>
|
||||
</div> <!-- ITEM -->
|
||||
|
||||
</div> <!--Popup-cart-item-list-->
|
||||
</div> <!--Popup-cart-item-list-->
|
||||
|
||||
<div class="popup-cart-footer">
|
||||
<div class="popup-cart-footer-results">
|
||||
|
|
|
|||
Loading…
Reference in New Issue