Files
gocryptotrader/web/app/components/sell-orders/sell-orders.css
GloriousCode abd6ccea74 Implements front-end call for buy and sell orders
Copy-pastes sell-orders component for mass component creation
2017-03-06 19:55:18 +11:00

12 lines
174 B
CSS

.table-fixed-heading {
margin-bottom:0px;
}
.buy-order-table th,.buy-order-table td {
width:25%;
}
.buy-order-data {
max-height:200px;
overflow-y:scroll;
}