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

52 lines
549 B
CSS

/* Header */
.ticket .head
{
padding: 0;
padding-bottom: .2em;
border-bottom: 1px solid #DDD;
margin-bottom: 1em;
}
.ticket .head > div
{
padding-bottom: .8em;
}
.ticket .head p
{
margin: .2em;
}
.ticket .head p.important
{
font-size: 1.4em;
}
.ticket .total
{
text-align: right;
}
/* Lines */
.ticket .line
{
padding: .5em 0;
}
.ticket .line > .photo
{
margin-right: 1em;
float: left;
border-radius: 50%;
height: 3.2em;
width: 3.2em;
}
.ticket .line p
{
margin: .1em 0;
margin-left: 4em;
}
.ticket .subtotal
{
float: right;
}