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

55 lines
713 B
CSS
Raw Normal View History

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;
}
/* 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;
}
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 {
max-width: 24em;
margin: 0 auto;
2022-05-24 10:18:44 +00:00
box-shadow: none;
}
2022-05-21 21:31:56 +00:00
.htk-assistant .thin {
float: right;
}