Add styles for landing payment choices
This commit is contained in:
parent
8e742852a5
commit
dc28186fe9
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue