forked from verdnatura/hedera-web
40 lines
473 B
SCSS
40 lines
473 B
SCSS
|
|
.balance {
|
|
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;
|
|
}
|
|
}
|
|
|
|
.balance-popup {
|
|
width: 25em;
|
|
}
|
|
.balance-grid {
|
|
width: 100%;
|
|
margin: auto;
|
|
}
|
|
|
|
/* List */
|
|
|
|
.orders .htk-list .total {
|
|
float: right;
|
|
}
|
|
|