hedera-web/forms/ecomerce/orders/style.css

37 lines
462 B
CSS

.balance {
margin-right: 8px;
}
.balance > * {
vertical-align: middle;
}
.balance > .amount {
color: white;
padding: .3em;
}
.balance > .info {
display: inline;
cursor: pointer;
height: 1.2em;
cursor: pointer;
}
.balance > .negative {
background-color: #EF5350;
border-radius: .1em;
box-shadow: 0 0 .4em #666;
}
.balance-popup {
width: 25em;
}
.balance-grid {
width: 100%;
margin: auto;
}
/* List */
.orders .htk-list .total {
float: right;
}