forked from verdnatura/hedera-web
69 lines
753 B
CSS
Executable File
69 lines
753 B
CSS
Executable File
.basket
|
|
{
|
|
padding: 1em;
|
|
}
|
|
.basket .box
|
|
{
|
|
max-width: 30em;
|
|
margin: 0 auto;
|
|
}
|
|
.basket .form
|
|
{
|
|
padding: 1em;
|
|
margin: 0;
|
|
background-color: #009688;
|
|
}
|
|
.basket .form > p
|
|
{
|
|
margin: 0;
|
|
font-size: 1.4em;
|
|
color: white;
|
|
text-align: right;
|
|
}
|
|
.basket .config
|
|
{
|
|
margin: 0;
|
|
}
|
|
|
|
/* Rows */
|
|
|
|
.basket td.available-exceeded input
|
|
{
|
|
background-color: #FCC;
|
|
}
|
|
.basket .icon > img
|
|
{
|
|
border-radius: 50%;
|
|
}
|
|
|
|
/* Lines */
|
|
|
|
.basket-line
|
|
{
|
|
padding: 1em;
|
|
border-bottom: 1px solid #DDD;
|
|
}
|
|
.basket-line > .delete
|
|
{
|
|
margin-top: .3em;
|
|
margin-right: .5em;
|
|
float: left;
|
|
}
|
|
.basket-line > .photo
|
|
{
|
|
margin-right: 1em;
|
|
float: left;
|
|
border-radius: 50%;
|
|
height: 3.2em;
|
|
}
|
|
.basket-line > p
|
|
{
|
|
margin: .1em 0;
|
|
margin-left: 7.5em;
|
|
}
|
|
.basket-line .subtotal
|
|
{
|
|
float: right;
|
|
}
|
|
|