/
Parmenid
/
BookStore
Обзор
Документация
Войти
/
Parmenid
/
BookStore
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/main/resources/static/css/cart.css
161 строка
3 KB
Sergei Prokofev
countinue impl notice func
26 фев 2023, 18:03
26 фев 2023, 18:03
111a078
Код
Авторство
О чём код?
.cart-container { position: absolute; top: 20%; left: 10%; overflow-x: hidden; z-index: 0; } .cart-panel { color: white; background-color: #b4ad9e; } .product-image { width: 210px; height: 280px; border: 5px solid #b4ad9e; padding: 5px; } .product-desc { margin-left: 10px; } .product-desc .isbn { margin-top: -3px; margin-bottom: 7px; } .product-desc div { font-weight: 600; font-family: "Calibri", sans-serif; display: block; } .cart-container .price { font-family: "Calibri", sans-serif; font-weight: 600; text-align: center; } .cart-container tbody tr .remove-btn { text-align: center; cursor: pointer; } .cart-container tbody tr .remove-btn i { margin-top: -2px; font-size: 25px; color: grey; } .cart-container tbody tr .remove-btn i:hover { color: #1b1b1b; } .cart-container .cart-item:hover { background: none; } .cart-container .shipping-cost:hover { background: none; } .cart-container .total:hover { background: none; } .cart-container .subtotal:hover { background: none; } .cart-container .table-footer:hover { background: none; } .cart-container .buttons { line-height: 40px; } .cart-container .buttons span { background-color: black; border-radius: 10px; color: white; padding: 10px; height: 20px; cursor: pointer; } .cart-container .buttons span:hover { background-color: #222222; } .cart-container .text-right div { font-weight: 700; width: 90px; vertical-align: center; } .table-footer { border-top: 2px solid #3b3c36 !important; position: relative; width: 100%; left: 77%; } .cart-container .cart-panel tr { border-top: none; border-bottom: 3px grey solid; } .cart-container tr { border-top: #cfcfc4 solid 2px; } .cart-container.compression { left: 23%; } .cart-container .quantity input { box-shadow: none; border-color: #b4ad9e; align-items: center; } .cart-container .quantity .input-block { display: flex; margin-top: -3px; } .cart-container .quantity .input-block input { width: 40px; height: 30px; pointer-events: none; border: none; font-weight: 550; color: black; } .cart-container .quantity .input-block i { cursor: pointer; margin-top: 9px; color: dimgrey; font-size: 13px; } .cart-container .quantity .input-block i:hover { color: black; } .cart-container .isbn:hover { color: slategrey; transition: 230ms ease-in-out; cursor: pointer; }