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

80 lines
865 B
CSS
Executable File

.orders
{
padding: 1em;
}
.orders .box
{
max-width: 45em;
}
.orders .box .header,
.balance-grid > thead > tr
{
background-color: #3F51B6;
}
.orders .htk-grid tbody tr
{
height: 5em;
}
/* Info box */
.orders .info
{
padding: 0.4em;
background-color: #FFC;
border-radius: 0.1em;
}
.orders .info > img
{
vertical-align: middle;
margin: 0.7em;
height: 1.5em;
}
/* Buttons */
.orders td.hide
{
display: none;
}
/* Balance */
.balance
{
margin-top: 1.2em;
margin-right: .5em;
}
.balance > *
{
vertical-align: middle;
}
.balance > .amount
{
color: white;
padding: 0.3em;
}
.balance > .info
{
display: inline;
cursor: pointer;
height: 1.2em;
cursor: pointer;
}
.balance > .negative
{
background-color: #EF5350;
border-radius: 0.1em;
box-shadow: 0 0 0.4em #666;
}
.balance-popup
{
width: 25em;
}
.balance-grid
{
width: 100%;
margin: auto;
}