parent
16f16e8a15
commit
10efa96009
12 changed files with 94 additions and 23 deletions
15
static/css/directives/ui/billing-options.css
Normal file
15
static/css/directives/ui/billing-options.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
.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;
|
||||
}
|
Reference in a new issue