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

86 lines
973 B
CSS
Raw Normal View History

2015-03-06 23:33:54 +00:00
.checkout
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
max-width: 40em;
2015-02-01 03:21:54 +00:00
margin: 0 auto;
}
.checkout .form
{
max-width: 40em;
padding: 3em;
}
/* Step */
.answers button,
.answers p,
.radio > div
{
2015-07-03 05:49:45 +00:00
font-size: 1.4em;
}
.answers .htk-select
2015-07-03 05:49:45 +00:00
{
max-width: 8em;
2015-07-03 05:49:45 +00:00
display: block;
margin: 0 auto;
font-size: 1.6em;
height: 1.8em;
}
.answers p
{
margin: 0.3em 0;
}
.target
{
2015-07-03 05:49:45 +00:00
max-width: 28em;
margin: 0 auto;
}
.address
{
border-radius: 0.1em;
2015-07-03 05:49:45 +00:00
padding: 0.6em 1.4em;
}
2015-07-23 15:58:48 +00:00
.address.selected
{
background-color: rgba(1, 1, 1, .1);
2015-07-23 15:58:48 +00:00
}
.address:hover
{
cursor: pointer;
background-color: rgba(1, 1, 1, .05);
}
2015-07-03 05:49:45 +00:00
.address p.consignee
{
2015-07-03 05:49:45 +00:00
font-weight: bold;
}
.radio
{
2015-07-03 05:49:45 +00:00
max-width: 20em;
margin: 0 auto;
}
.radio > div
{
padding: 0.5em;
border-top: 1px solid #AAA;
}
.radio > div:first-child
{
border-top: none;
}
.thin-calendar
{
width: inherit;
max-width: 24em;
margin: 0 auto;
2015-07-03 05:49:45 +00:00
box-shadow: 0 0.1em 0.3em #ccc;
}
2015-07-03 05:49:45 +00:00
.thin-calendar tr > th
{
color: white;
}
.htk-assistant .thin
{
float: right;
}