forked from verdnatura/hedera-web
89 lines
1.3 KiB
CSS
89 lines
1.3 KiB
CSS
|
|
.confirm .summary {
|
|
margin-bottom: 16px;
|
|
}
|
|
.confirm .address {
|
|
margin-top: .8em;
|
|
}
|
|
.confirm h2 {
|
|
font-size: 1.1em;
|
|
font-weight: normal;
|
|
padding: 0;
|
|
margin: 0;
|
|
margin-bottom: .5em;
|
|
color: #333;
|
|
}
|
|
.confirm button {
|
|
font-size: 1.4em;
|
|
}
|
|
.confirm p {
|
|
margin: .2em 0;
|
|
}
|
|
.confirm .modify-order {
|
|
float: left;
|
|
}
|
|
.confirm .confirm-order {
|
|
float: right;
|
|
}
|
|
.confirm .payment > div {
|
|
margin-bottom: 1.4em;
|
|
}
|
|
.confirm .payment > .button-bar {
|
|
margin: 0;
|
|
margin-top: 1.8em;
|
|
}
|
|
|
|
/* Table */
|
|
|
|
.confirm .debt-info {
|
|
padding: 0;
|
|
}
|
|
.confirm .debt-info > table {
|
|
border-collapse: collapse;
|
|
}
|
|
.confirm td {
|
|
padding: .15em 0;
|
|
}
|
|
.confirm .sum-total > td {
|
|
border-top: solid 1px #DDD;
|
|
font-weight: bold;
|
|
}
|
|
.confirm .currency {
|
|
text-align: right;
|
|
}
|
|
.confirm .credit-info {
|
|
display: none;
|
|
}
|
|
.confirm .exceeded-info {
|
|
display: none;
|
|
color: #E53935;
|
|
}
|
|
|
|
/* Pay */
|
|
|
|
.confirm .amount-selector,
|
|
.confirm .pay-methods > div {
|
|
display: none;
|
|
}
|
|
.confirm .pay-methods > div {
|
|
margin: .3em 0;
|
|
}
|
|
.confirm .pay-methods > div > label > input[type=radio] {
|
|
margin: 0;
|
|
margin-right: .5em;
|
|
vertical-align: middle;
|
|
}
|
|
.confirm .pay-methods > div > div {
|
|
padding: .5em 1.5em;
|
|
display: none;
|
|
}
|
|
.confirm .pay-methods > div.selected > div {
|
|
display: block;
|
|
}
|
|
.confirm .transfer-account {
|
|
margin-top: .5em;
|
|
}
|
|
.confirm .transfer-account > p {
|
|
margin: .1em 0;
|
|
}
|