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

37 lines
466 B
CSS
Raw Normal View History

2022-05-24 10:18:44 +00:00
.balance {
margin-right: .5em;
}
2022-05-24 10:18:44 +00:00
.balance > * {
2015-02-08 15:38:38 +00:00
vertical-align: middle;
}
2022-05-24 10:18:44 +00:00
.balance > .amount {
2015-02-08 15:38:38 +00:00
color: white;
2015-02-18 16:11:25 +00:00
padding: 0.3em;
}
2022-05-24 10:18:44 +00:00
.balance > .info {
display: inline;
cursor: pointer;
height: 1.2em;
2015-07-03 05:49:45 +00:00
cursor: pointer;
}
2022-05-24 10:18:44 +00:00
.balance > .negative {
2015-03-06 23:33:54 +00:00
background-color: #EF5350;
2015-02-18 16:11:25 +00:00
border-radius: 0.1em;
box-shadow: 0 0 0.4em #666;
2015-02-08 15:38:38 +00:00
}
2022-05-24 10:18:44 +00:00
.balance-popup {
2015-02-08 15:38:38 +00:00
width: 25em;
}
2022-05-24 10:18:44 +00:00
.balance-grid {
width: 100%;
margin: auto;
}
/* List */
2022-05-24 10:18:44 +00:00
.orders .htk-list .total {
2015-12-10 23:41:55 +00:00
float: right;
}