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

69 lines
954 B
CSS
Raw Normal View History

2022-05-21 21:31:56 +00:00
.checkout {
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;
}
2022-05-21 21:31:56 +00:00
.checkout .bar {
margin-bottom: 1em;
}
2022-05-21 21:31:56 +00:00
.checkout .form {
max-width: 40em;
2018-05-17 08:52:27 +00:00
padding: 4em 2em;
}
/* Step */
.answers button,
.answers p,
2022-05-21 21:31:56 +00:00
.radio > div {
2015-07-03 05:49:45 +00:00
font-size: 1.4em;
}
2022-05-21 21:31:56 +00:00
.answers .htk-select {
max-width: 10em;
2015-07-03 05:49:45 +00:00
display: block;
margin: 0 auto;
font-size: 1.6em;
height: 1.8em;
}
2022-05-21 21:31:56 +00:00
.answers p {
2015-07-03 05:49:45 +00:00
margin: 0.3em 0;
}
2022-05-21 21:31:56 +00:00
.target {
2015-07-03 05:49:45 +00:00
max-width: 28em;
margin: 0 auto;
}
2022-05-21 21:31:56 +00:00
.address {
border-radius: 0.1em;
2015-07-03 05:49:45 +00:00
padding: 0.6em 1.4em;
}
2022-05-21 21:31:56 +00:00
.address.selected {
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 {
cursor: pointer;
background-color: rgba(1, 1, 1, .05);
}
2022-05-21 21:31:56 +00:00
.address p.consignee {
2015-07-03 05:49:45 +00:00
font-weight: bold;
}
2022-05-21 21:31:56 +00:00
.radio {
2015-07-03 05:49:45 +00:00
max-width: 20em;
margin: 0 auto;
}
2022-05-21 21:31:56 +00:00
.radio > div {
padding: 0.5em;
}
2022-05-21 21:31:56 +00:00
.thin-calendar {
width: inherit;
max-width: 24em;
margin: 0 auto;
2022-05-21 21:31:56 +00:00
box-shadow: .05em .05em .2em rgba(0, 0, 0, .2);
}
2022-05-21 21:31:56 +00:00
.thin-calendar tr > th {
color: white;
}
2022-05-21 21:31:56 +00:00
.htk-assistant .thin {
float: right;
}