parent
d63ec8c6b0
commit
fe735b8048
25 changed files with 784 additions and 614 deletions
32
static/css/directives/ui/billing-management-panel.css
Normal file
32
static/css/directives/ui/billing-management-panel.css
Normal file
|
@ -0,0 +1,32 @@
|
|||
.billing-management-panel-element .credit-card-image {
|
||||
width: 33px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.billing-management-panel-element .credit-card-number {
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.billing-management-panel-element .receipt-form {
|
||||
padding-top: 20px;
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
|
||||
.billing-management-panel-element .sub-usage {
|
||||
margin-bottom: 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.billing-management-panel-element .sub-usage .fa {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.billing-management-panel-element .sub-usage .red {
|
||||
color: #D64456;
|
||||
}
|
||||
|
||||
.billing-management-panel-element .sub-usage .yellow {
|
||||
color: #FCA657;
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
.billing-options .settings-option {
|
||||
padding: 4px;
|
||||
font-size: 18px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.billing-options .settings-option label {
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.billing-options .settings-option .settings-description {
|
||||
font-size: 16px;
|
||||
color: #888;
|
||||
padding-left: 26px;
|
||||
}
|
|
@ -2,6 +2,10 @@
|
|||
padding: 10px;
|
||||
}
|
||||
|
||||
.convert-user-to-org .convert-form {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.convert-user-to-org .convert-form h3 {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
@ -66,4 +70,8 @@
|
|||
|
||||
.convert-user-to-org .form-group-content .co-table {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.convert-user-to-org .co-option-table {
|
||||
margin-top: 12px;
|
||||
}
|
Reference in a new issue