billing form in settings page
This commit is contained in:
parent
49cc441fa0
commit
ce1d346bc1
5 changed files with 48 additions and 55 deletions
|
|
@ -271,6 +271,20 @@
|
|||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.settings-container .credit-card-details {
|
||||
padding-bottom: 15px;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.settings-container .credit-card-details h5 {
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.credit-card-form {
|
||||
max-width: 360px;
|
||||
}
|
||||
|
||||
.btn-wide {
|
||||
min-width: 120px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue