hedera-web/web/forms/ecomerce/basket/style.css

32 lines
337 B
CSS
Raw Normal View History

2015-03-06 23:33:54 +00:00
.basket
2015-02-01 03:21:54 +00:00
{
2015-02-08 15:38:38 +00:00
padding: 1em;
2015-07-07 15:27:47 +00:00
min-width: 25em;
2015-02-01 03:21:54 +00:00
}
2015-03-06 23:33:54 +00:00
.basket .box
2015-02-01 03:21:54 +00:00
{
2015-07-07 15:27:47 +00:00
max-width: 45em;
2015-02-01 03:21:54 +00:00
margin: 0 auto;
}
.basket .form
{
padding: 1em;
2015-07-07 15:27:47 +00:00
margin: 0;
background-color: #009688;
}
2015-07-07 15:27:47 +00:00
.basket .form > p
2015-02-01 03:21:54 +00:00
{
2015-07-07 15:27:47 +00:00
margin: 0;
font-size: 1.4em;
color: white;
text-align: right;
2015-02-01 03:21:54 +00:00
}
/* Rows */
2015-03-06 23:33:54 +00:00
.basket td.available-exceeded input
2015-02-01 03:21:54 +00:00
{
background-color: #FCC;
}