Add styles for landing payment choices

This commit is contained in:
PCoder 2018-07-04 02:03:50 +02:00
parent 8e742852a5
commit dc28186fe9

View file

@ -158,4 +158,17 @@ footer .dcl-link-separator::before {
.thin-hr {
margin-top: 10px;
margin-bottom: 10px;
}
.payment-container .credit-card-info {
padding-bottom: 15px;
border-bottom: 1px solid #eee;
}
.credit-card-info {
display: flex;
}
.credit-card-info .align-bottom {
align-self: flex-end;
padding-right: 0 !important;
}