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

88 lines
957 B
CSS
Raw Normal View History

2016-12-23 08:57:49 +00:00
.checkout .form
2015-02-01 03:21:54 +00:00
{
2016-12-23 08:57:49 +00:00
max-width: 38em;
padding: 2.5em;
2015-02-01 03:21:54 +00:00
}
2016-12-23 08:57:49 +00:00
.checkout .htk-assistant-bar
{
2016-12-23 08:57:49 +00:00
margin-top: 1.8em;
}
/* Step */
2016-12-23 08:57:49 +00:00
.answers
{
2016-12-23 08:57:49 +00:00
font-size: 1.3em;
2015-07-03 05:49:45 +00:00
}
.answers .htk-select
2015-07-03 05:49:45 +00:00
{
2016-12-23 08:57:49 +00:00
max-width: 10em;
2015-07-03 05:49:45 +00:00
display: block;
margin: 0 auto;
}
.answers p
{
2016-12-23 08:57:49 +00:00
margin: .3em 0;
}
.target
{
2016-12-23 08:57:49 +00:00
max-width: 18em;
margin: 0 auto;
}
.address
{
2016-12-23 08:57:49 +00:00
border-radius: .1em;
padding: .8em;
}
.address p
{
margin: 0;
}
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;
2016-12-23 08:57:49 +00:00
margin-bottom: .2em;
}
.radio
{
2016-12-23 08:57:49 +00:00
max-width: 13em;
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;
2016-12-23 08:57:49 +00:00
font-size: .7em;
}
2015-07-03 05:49:45 +00:00
.thin-calendar tr > th
{
color: white;
}
.htk-assistant .thin
{
float: right;
}