2022-05-26 06:08:31 +00:00
|
|
|
|
2022-05-21 21:31:56 +00:00
|
|
|
.checkout .bar {
|
2022-05-26 06:08:31 +00:00
|
|
|
margin-bottom: 16px;
|
2015-06-30 12:06:19 +00:00
|
|
|
}
|
2015-03-27 19:10:49 +00:00
|
|
|
|
2015-06-30 12:06:19 +00:00
|
|
|
/* Step */
|
|
|
|
|
|
|
|
.answers button,
|
|
|
|
.answers p,
|
2022-05-21 21:31:56 +00:00
|
|
|
.radio > div {
|
2022-05-24 10:18:44 +00:00
|
|
|
font-size: 1.2em;
|
2015-07-03 05:49:45 +00:00
|
|
|
}
|
2022-05-21 21:31:56 +00:00
|
|
|
.answers .htk-select {
|
2022-05-25 18:04:16 +00:00
|
|
|
max-width: 15em;
|
2015-07-03 05:49:45 +00:00
|
|
|
margin: 0 auto;
|
2022-05-25 18:04:16 +00:00
|
|
|
font-size: 1.4em;
|
2015-07-03 05:49:45 +00:00
|
|
|
}
|
2022-05-21 21:31:56 +00:00
|
|
|
.answers p {
|
2015-07-03 05:49:45 +00:00
|
|
|
margin: 0.3em 0;
|
2015-06-30 12:06:19 +00:00
|
|
|
}
|
2022-05-21 21:31:56 +00:00
|
|
|
.target {
|
2015-07-03 05:49:45 +00:00
|
|
|
max-width: 28em;
|
2015-03-27 19:10:49 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2022-05-21 21:31:56 +00:00
|
|
|
.address {
|
2015-06-30 12:06:19 +00:00
|
|
|
border-radius: 0.1em;
|
2015-07-03 05:49:45 +00:00
|
|
|
padding: 0.6em 1.4em;
|
2015-06-30 12:06:19 +00:00
|
|
|
}
|
2022-05-21 21:31:56 +00:00
|
|
|
.address.selected {
|
2015-07-28 19:14:26 +00:00
|
|
|
background-color: rgba(1, 1, 1, .1);
|
2015-07-23 15:58:48 +00:00
|
|
|
}
|
2022-05-21 21:31:56 +00:00
|
|
|
.address:hover {
|
2015-06-30 12:06:19 +00:00
|
|
|
cursor: pointer;
|
2015-07-28 19:14:26 +00:00
|
|
|
background-color: rgba(1, 1, 1, .05);
|
2015-06-30 12:06:19 +00:00
|
|
|
}
|
2022-05-21 21:31:56 +00:00
|
|
|
.address p.consignee {
|
2015-07-03 05:49:45 +00:00
|
|
|
font-weight: bold;
|
2015-06-30 12:06:19 +00:00
|
|
|
}
|
2022-05-21 21:31:56 +00:00
|
|
|
.radio {
|
2015-07-03 05:49:45 +00:00
|
|
|
max-width: 20em;
|
2015-06-30 12:06:19 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2022-05-21 21:31:56 +00:00
|
|
|
.radio > div {
|
2015-06-30 12:06:19 +00:00
|
|
|
padding: 0.5em;
|
|
|
|
}
|
2022-05-21 21:31:56 +00:00
|
|
|
.thin-calendar {
|
2015-06-30 12:06:19 +00:00
|
|
|
max-width: 24em;
|
|
|
|
margin: 0 auto;
|
2022-05-24 10:18:44 +00:00
|
|
|
box-shadow: none;
|
2015-06-30 12:06:19 +00:00
|
|
|
}
|
2022-05-21 21:31:56 +00:00
|
|
|
.htk-assistant .thin {
|
2015-06-30 12:06:19 +00:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|