diff --git a/bin/css/order.css b/bin/css/order.css index 4029b35c871eeee6d29dfa01b06ab025509ab241..0848cbbb8f5f118cb951557aea809e75456ffb9d 100644 --- a/bin/css/order.css +++ b/bin/css/order.css @@ -812,36 +812,10 @@ table.articles-sum td { /****************/ @media screen and (max-width: 767px) { .quiqqer-order-window .quiqqer-order-window-header { - border-bottom-width: 1px; + background: #f8f8f8; } .quiqqer-order-window .qui-window-popup-buttons { - box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); - display: flex; - padding: 10px 0 !important; - } - - .quiqqer-order-window .qui-window-popup-buttons button { - width: auto; - } - - /* next step button */ - .quiqqer-order-window .qui-window-popup-buttons .btn-success { - flex-grow: 1; - order: 2; - } - - /* step back btn */ - .quiqqer-order-window .qui-window-popup-buttons .btn-light { - min-width: 3rem !important; - order: 1; - } - - .quiqqer-order-window .qui-window-popup-buttons .btn-light .qui-button-text-image { - margin-right: 0 - } - - .quiqqer-order-window .qui-window-popup-buttons .btn-light .qui-button-text { - display: none + background: #f8f8f8; } } \ No newline at end of file diff --git a/bin/css/products.css b/bin/css/products.css index b34152b6a227da7ed444807b4c55630dbf77cf82..8dc0f5446442e070c19182209b0f79251ce0ae86 100644 --- a/bin/css/products.css +++ b/bin/css/products.css @@ -1047,8 +1047,10 @@ article .product-data-more { margin-top: 2rem; } -.product-data-more-tabs { +.product-data-more-tabsContainer .product-data-more-tabs { border-bottom: 1px solid #ddd; + min-width: 100%; + width: auto; } li.product-data-more-tabs-tab {