0
1
Fork 0
hedera-web-mindshore/forms/ecomerce/orders/style.scss

40 lines
473 B
SCSS
Raw Normal View History

2022-05-24 10:18:44 +00:00
.balance {
2022-05-28 00:37:24 +00:00
margin-right: 8px;
white-space: nowrap;
& > * {
vertical-align: middle;
}
& > .amount {
color: white;
padding: 4px;
}
& > .info {
display: inline;
cursor: pointer;
height: 17px;
cursor: pointer;
}
& > .negative {
background-color: #EF5350;
border-radius: 2px;
box-shadow: 0 0 .4em #666;
}
}
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;
}