mirror of
https://github.com/cloudmaker97/DurstRechner.git
synced 2025-12-05 23:48:39 +00:00
39 lines
No EOL
748 B
CSS
39 lines
No EOL
748 B
CSS
.line-item-details {
|
|
.amount {
|
|
display: inline-block;
|
|
min-width: 1.5em;
|
|
}
|
|
.price {
|
|
display: inline-block;
|
|
min-width: 3em;
|
|
}
|
|
}
|
|
.product-list {
|
|
padding-bottom: 1em;
|
|
}
|
|
.currency-value::after {
|
|
content: ' €';
|
|
}
|
|
.quantity-value::after {
|
|
content: 'x ';
|
|
}
|
|
.name-value {
|
|
margin-left: 1em;
|
|
font-weight: bold;
|
|
}
|
|
[data-template] {
|
|
display: none !important;
|
|
}
|
|
.cart-items, .product-list, .alert, .navbar-brand, .settings-product-list {
|
|
user-select: none;
|
|
-webkit-user-select: none;
|
|
-webkit-user-drag: none;
|
|
}
|
|
img {
|
|
user-select: none;
|
|
-webkit-user-select: none;
|
|
-webkit-user-drag: none;
|
|
}
|
|
.product-box, .cart-items, .settings-product-list {
|
|
cursor: pointer;
|
|
} |