killbill-assets-ui 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,9 @@
1
+ /* Override Bootstrap 3 font locations */
2
+ @font-face {
3
+ font-family: 'Glyphicons Halflings';
4
+ src: url('../assets/glyphicons-halflings-regular.eot');
5
+ src: url('../assets/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
6
+ url('../assets/glyphicons-halflings-regular.woff') format('woff'),
7
+ url('../assets/glyphicons-halflings-regular.ttf') format('truetype'),
8
+ url('../assets/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
9
+ }
@@ -0,0 +1,8 @@
1
+ /*
2
+ * This is a manifest file that'll automatically include all the stylesheets available in this directory
3
+ * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
4
+ * the top of the compiled file, but it's generally better to create a new file per style scope.
5
+ *= require font-awesome
6
+ *= require bootstrap-datepicker3
7
+ *= require_tree .
8
+ */
@@ -0,0 +1,71 @@
1
+ .search table {
2
+ font-weight: 400; }
3
+ .search table th:first-of-type, .search table td:first-of-type {
4
+ padding-left: 60px; }
5
+ @media (max-width: 768px) {
6
+ .search table th:first-of-type, .search table td:first-of-type {
7
+ padding: 5px; } }
8
+ .search table.table-small-padding th, .search table.table-small-padding td {
9
+ white-space: nowrap; }
10
+ .search table.table-small-padding th:first-of-type, .search table.table-small-padding td:first-of-type {
11
+ padding-left: 20px; }
12
+ .search table.table-colored-rows tr.insert {
13
+ background-color: #dff0d8; }
14
+ .search table.table-colored-rows tr.update {
15
+ background-color: #fcf8e3; }
16
+ .search table.table-colored-rows tr.delete {
17
+ background-color: #f2dede; }
18
+ .search table.table-colored-rows th:first-of-type, .search table.table-colored-rows td:first-of-type {
19
+ padding-left: 20px; }
20
+ .search tr.disabled {
21
+ background-color: #f5f5f5; }
22
+
23
+ table.dataTable {
24
+ padding: 0; }
25
+
26
+ table.dataTable thead th {
27
+ position: relative; }
28
+
29
+ table.dataTable thead th,
30
+ table.dataTable tbody td {
31
+ vertical-align: middle; }
32
+
33
+ table.dataTable thead th.sorting:after,
34
+ table.dataTable thead th.sorting_asc:after,
35
+ table.dataTable thead th.sorting_desc:after {
36
+ content: '' !important; }
37
+
38
+ table.dataTable {
39
+ margin-top: 0 !important;
40
+ margin-bottom: 0 !important; }
41
+ @media (max-width: 768px) {
42
+ table.dataTable {
43
+ margin-bottom: 30px !important; } }
44
+
45
+ table.dataTable thead th,
46
+ table.dataTable thead td {
47
+ font-size: 12px;
48
+ border-bottom: 0; }
49
+
50
+ table.dataTable.no-footer {
51
+ border-bottom: 1px solid #dddddd; }
52
+
53
+ .info-wrapper table.dataTable.no-footer {
54
+ border-bottom: 0; }
55
+
56
+ #invoice-table tbody tr {
57
+ border-bottom: 1px solid #dddddd; }
58
+
59
+ @media (max-width: 768px) {
60
+ #accounts-table {
61
+ width: 100% !important; } }
62
+
63
+ table.dataTable.table-condensed thead > tr > th {
64
+ border-right: 1px solid #c9c9c9; }
65
+ table.dataTable.table-condensed thead > tr > th:last-of-type {
66
+ border-right: 0; }
67
+
68
+ .dataTables_paginate.paging_full_numbers {
69
+ padding-top: 30px; }
70
+
71
+ /*# sourceMappingURL=datatable.css.map */
@@ -0,0 +1,548 @@
1
+ /*
2
+ * Basic & Common
3
+ */
4
+ @import url(https://fonts.googleapis.com/css?family=Lato:400,700,900,300);
5
+ body {
6
+ background: #f9f9f9;
7
+ animation: all 0.5s;
8
+ font-family: "Lato", sans-serif;
9
+ color: #777777;
10
+ padding-bottom: 50px; }
11
+
12
+ h1, h2, h3 {
13
+ margin: 0 0 20px;
14
+ font-family: "Lato", sans-serif; }
15
+
16
+ h1 {
17
+ font-size: 18px;
18
+ color: #e44c3a;
19
+ text-transform: capitalize;
20
+ line-height: 1.333;
21
+ padding: 0 30px 10px;
22
+ border-bottom: 1px solid #ccc;
23
+ font-weight: 700; }
24
+
25
+ h2 {
26
+ font-size: 20px;
27
+ color: #313131;
28
+ line-height: 1.5;
29
+ text-align: center; }
30
+
31
+ h3 {
32
+ font-size: 16px;
33
+ color: #313131;
34
+ line-height: 1.5;
35
+ text-align: center; }
36
+
37
+ p {
38
+ font-size: 14px;
39
+ color: #999;
40
+ line-height: 20px;
41
+ text-align: left;
42
+ margin: 0 0 20px;
43
+ font-weight: 700; }
44
+ p span {
45
+ font-size: 14px;
46
+ margin: 0 10px; }
47
+ p.title-align {
48
+ padding-left: 30px; }
49
+
50
+ a {
51
+ color: #00919d;
52
+ transition: all 0.3s; }
53
+ a:hover {
54
+ text-decoration: none;
55
+ color: #00626a; }
56
+ a .fa-times {
57
+ color: #e44c3a; }
58
+ a .fa-times:hover {
59
+ color: #cf2f1c; }
60
+
61
+ span.success, span.fail {
62
+ display: inline-block;
63
+ font-size: 14px;
64
+ color: #fff;
65
+ font-weight: 400;
66
+ padding: 0px 10px;
67
+ background-color: #df4232; }
68
+ span.success {
69
+ background-color: #5eca8f; }
70
+ span.label {
71
+ font-size: 14px;
72
+ line-height: 20px;
73
+ padding: 0 5px;
74
+ display: inline-block;
75
+ font-weight: normal;
76
+ color: #777777; }
77
+ span.label.label-default, span.label.label-success, span.label.label-warning, span.label.label-danger {
78
+ color: #fff; }
79
+
80
+ input, textarea, select {
81
+ border: 1px solid #cccccc;
82
+ border-radius: 0;
83
+ background: #fff;
84
+ line-height: 28px;
85
+ height: 30px;
86
+ font-size: 14px;
87
+ padding: 0 5px;
88
+ outline-color: #7dc7cd; }
89
+ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
90
+ color: #aaaaaa;
91
+ font-weight: strong;
92
+ font-style: italic; }
93
+ input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
94
+ /* Firefox 18- */
95
+ color: #aaaaaa;
96
+ font-weight: strong;
97
+ font-style: italic; }
98
+ input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
99
+ /* Firefox 19+ */
100
+ color: #aaaaaa;
101
+ font-weight: strong;
102
+ font-style: italic; }
103
+ input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
104
+ color: #aaaaaa;
105
+ font-weight: strong;
106
+ font-style: italic; }
107
+
108
+ input[type=radio], input[type=checkbox] {
109
+ height: 15px;
110
+ line-height: 30px; }
111
+
112
+ textarea {
113
+ line-height: 16px; }
114
+
115
+ button, input[type="submit"] {
116
+ background: #00919d;
117
+ color: #fff;
118
+ text-transform: uppercase;
119
+ font-size: 12px;
120
+ padding: 10px 30px;
121
+ border-radius: 14px;
122
+ line-height: 12px;
123
+ border: 0;
124
+ transition: all 0.5s; }
125
+ button:hover, input[type="submit"]:hover {
126
+ background: #00626a;
127
+ color: #fff; }
128
+
129
+ label {
130
+ cursor: pointer;
131
+ font-size: 100%;
132
+ color: #585858;
133
+ text-transform: none;
134
+ font-weight: normal; }
135
+
136
+ hr {
137
+ border-color: #ccc; }
138
+
139
+ table {
140
+ width: 100%;
141
+ font-size: 14px;
142
+ font-weight: 300;
143
+ border: 1px solid #f3f3f3;
144
+ padding: 0 60px; }
145
+ @media (max-width: 768px) {
146
+ table {
147
+ padding: 0 5px; } }
148
+ table th {
149
+ background: #f3f3f3;
150
+ color: #989898;
151
+ font-size: 14px;
152
+ font-weight: 700;
153
+ text-transform: uppercase;
154
+ padding: 10px 20px; }
155
+ @media (max-width: 768px) {
156
+ table th {
157
+ padding: 5px;
158
+ word-break: break-word; } }
159
+ table tr {
160
+ border-bottom: 1px solid #f3f3f3; }
161
+ table tr:last-of-type {
162
+ border: 0; }
163
+ table td {
164
+ padding: 20px; }
165
+ @media (max-width: 768px) {
166
+ table td {
167
+ padding: 5px;
168
+ word-break: break-word; } }
169
+ table.mobile-data > span {
170
+ display: none; }
171
+ @media (max-width: 768px) {
172
+ table.mobile-data {
173
+ padding: 0;
174
+ display: block;
175
+ line-height: 0;
176
+ position: relative;
177
+ font-size: 0;
178
+ margin-bottom: 20px; }
179
+ table.mobile-data > span {
180
+ display: block;
181
+ font-size: 40px;
182
+ position: absolute;
183
+ right: 0;
184
+ bottom: -40px;
185
+ cursor: pointer;
186
+ color: #ccc;
187
+ z-index: 10; }
188
+ table.mobile-data > span.left {
189
+ right: auto;
190
+ left: 0; }
191
+ table.mobile-data > span.center {
192
+ font-size: 20px;
193
+ text-align: center;
194
+ width: 100%;
195
+ bottom: -20px;
196
+ z-index: 5; }
197
+ table.mobile-data tbody {
198
+ display: inline-block;
199
+ font-size: 0;
200
+ width: 50%; }
201
+ table.mobile-data thead {
202
+ display: inline-block;
203
+ width: 50%; }
204
+ table.mobile-data tr {
205
+ display: none;
206
+ line-height: initial;
207
+ width: 100%; }
208
+ table.mobile-data tr:first-of-type {
209
+ display: inline-block; }
210
+ table.mobile-data tr:first-of-type th, table.mobile-data tr:first-of-type td {
211
+ width: 100% !important;
212
+ box-sizing: border-box; }
213
+ table.mobile-data td, table.mobile-data th {
214
+ padding: 5px;
215
+ display: block;
216
+ width: 100%;
217
+ word-break: break-word; } }
218
+ table.transparent {
219
+ border: 0;
220
+ background-color: transparent; }
221
+ table.transparent th, table.transparent td, table.transparent tr {
222
+ border: 0;
223
+ background-color: transparent; }
224
+ table.transparent th {
225
+ font-weight: 700;
226
+ text-transform: none;
227
+ color: #585858; }
228
+ table.transparent th, table.transparent td {
229
+ padding: 5px; }
230
+ @media (max-width: 768px) {
231
+ table.transparent th, table.transparent td {
232
+ padding: 2px;
233
+ font-size: 10px; } }
234
+ table.transparent td {
235
+ font-weight: normal;
236
+ color: #777777; }
237
+
238
+ table.transparent {
239
+ margin-bottom: 30px; }
240
+ @media (max-width: 768px) {
241
+ table.transparent th {
242
+ width: 40%;
243
+ word-break: break-all; }
244
+ table.transparent td {
245
+ width: 60%;
246
+ word-break: break-all; } }
247
+
248
+ table.subtitle {
249
+ margin-bottom: 10px; }
250
+ table.subtitle th, table.subtitle td {
251
+ padding-left: 0 !important; }
252
+
253
+ .container {
254
+ max-width: 1200px;
255
+ width: 100%;
256
+ margin: 0 auto; }
257
+
258
+ .text-uppercase {
259
+ text-transform: uppercase; }
260
+
261
+ .text-capitalize {
262
+ text-transform: capitalize; }
263
+
264
+ .column-block {
265
+ padding: 30px 15px;
266
+ border-radius: 20px;
267
+ border: 1px solid #ccc;
268
+ background: #fff;
269
+ width: 100%;
270
+ margin-bottom: 50px; }
271
+ .column-block.square {
272
+ border-radius: 0;
273
+ box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.11);
274
+ border: 0; }
275
+
276
+ .info-wrapper {
277
+ border: 1px solid #ccc; }
278
+
279
+ .fix-position {
280
+ padding-left: 20px; }
281
+ @media (max-width: 768px) {
282
+ .fix-position {
283
+ padding-left: 15px; } }
284
+
285
+
286
+
287
+ .toggler {
288
+ border-bottom: 1px solid #ddd;
289
+ padding: 0 25px;
290
+ font-size: 14px;
291
+ line-height: 50px;
292
+ max-height: 50px;
293
+ overflow: hidden;
294
+ transition: all 0.5s; }
295
+ @media (max-width: 768px) {
296
+ .toggler {
297
+ padding: 0 10px; } }
298
+ .toggler:last-of-type {
299
+ border: 0; }
300
+ .toggler:hover {
301
+ background-color: #f9f9f9; }
302
+ .toggler.toggled {
303
+ background-color: #f9f9f9;
304
+ max-height: 1500px; }
305
+ .toggler.toggled .first-line {
306
+ font-weight: 900; }
307
+ .toggler.toggled .first-line > .fa-caret-down {
308
+ display: none; }
309
+ .toggler.toggled .first-line > .fa-caret-up {
310
+ display: inline-block; }
311
+ .toggler .fa-star {
312
+ color: #00919d; }
313
+ .toggler .first-line {
314
+ cursor: pointer; }
315
+ @media (max-width: 768px) {
316
+ .toggler .first-line {
317
+ font-size: 12px; } }
318
+ .toggler .first-line > .fa-caret-down {
319
+ float: right;
320
+ margin-left: 30px;
321
+ display: inline-block;
322
+ line-height: 50px;
323
+ color: #999; }
324
+ .toggler .first-line > .fa-caret-up {
325
+ float: right;
326
+ margin-left: 30px;
327
+ display: none;
328
+ line-height: 50px;
329
+ color: #999; }
330
+ .toggler .first-line a {
331
+ float: right;
332
+ margin-left: 30px; }
333
+ .toggler .first-line a.default-payment-method, .toggler .first-line a.non-default-payment-method {
334
+ float: left;
335
+ margin-left: 0;
336
+ margin-right: 10px; }
337
+ .toggler .expires {
338
+ float: right; }
339
+ @media (max-width: 768px) {
340
+ .toggler .expires {
341
+ display: none; } }
342
+ .toggler .toggle .actions {
343
+ margin: 0 -25px;
344
+ padding: 0 25px;
345
+ text-align: center;
346
+ border-bottom: 1px solid #ccc;
347
+ margin-bottom: 30px; }
348
+ @media (max-width: 768px) {
349
+ .toggler .toggle .actions {
350
+ margin: 0 -10px;
351
+ padding: 0 10px; } }
352
+ .toggler .toggle .actions a {
353
+ margin: 0 5px;
354
+ text-transform: uppercase;
355
+ font-size: 12px; }
356
+ .toggler .toggle .actions a i {
357
+ margin: 0 5px 0 0; }
358
+ @media (max-width: 768px) {
359
+ .toggler .toggle .actions a {
360
+ width: 32%;
361
+ display: inline-block;
362
+ text-align: center;
363
+ margin: 0;
364
+ font-size: 10px; } }
365
+ .toggler .toggle table {
366
+ line-height: initial;
367
+ margin: 0 0 30px; }
368
+
369
+ .filter-select {
370
+ margin: 10px 20px 30px 0; }
371
+
372
+ hr.breathe {
373
+ margin-top: 45px;
374
+ margin-bottom: 45px; }
375
+
376
+ form[id^="new_tag_definition"] div:first-of-type {
377
+ margin-bottom: 0; }
378
+ form[id^="new_tag_definition"] #object_types div {
379
+ margin-bottom: 15px; }
380
+ form[id^="new_tag_definition"] #object_types div .tag-definition-add-link {
381
+ padding-right: 0; }
382
+ form[id^="new_tag_definition"] #object_types div .tag-definition-select {
383
+ display: inline-block;
384
+ width: calc(unquote("100% - 25px")); }
385
+
386
+ /* The switch - the box around the slider */
387
+ .switch-half-container {
388
+ padding-top: 9px !important; }
389
+
390
+ .switch-half {
391
+ position: relative;
392
+ display: inline-block;
393
+ margin-bottom: 0;
394
+ width: 20px;
395
+ height: 12px;
396
+ /* Hide default HTML checkbox */
397
+ /* The slider */ }
398
+ .switch-half input {
399
+ display: none; }
400
+ .switch-half .slider {
401
+ position: absolute;
402
+ cursor: pointer;
403
+ top: 0;
404
+ left: 0;
405
+ right: 0;
406
+ bottom: 0;
407
+ background-color: #ccc;
408
+ -webkit-transition: .4s;
409
+ transition: .4s; }
410
+ .switch-half .slider:before {
411
+ position: absolute;
412
+ content: "";
413
+ height: 10px;
414
+ width: 10px;
415
+ left: 1px;
416
+ bottom: 1px;
417
+ background-color: white;
418
+ -webkit-transition: .4s;
419
+ transition: .4s; }
420
+ .switch-half input:checked + .slider {
421
+ background-color: #00919d; }
422
+ .switch-half input:focus + .slider {
423
+ box-shadow: 0 0 1px #2196F3; }
424
+ .switch-half input:checked + .slider:before {
425
+ -webkit-transform: translateX(8px);
426
+ -ms-transform: translateX(8px);
427
+ transform: translateX(8px); }
428
+
429
+ .switch {
430
+ position: relative;
431
+ display: inline-block;
432
+ width: 36px;
433
+ height: 20px;
434
+ /* Hide default HTML checkbox */
435
+ /* The slider */ }
436
+ .switch input {
437
+ display: none; }
438
+ .switch .slider {
439
+ position: absolute;
440
+ cursor: pointer;
441
+ top: 0;
442
+ left: 0;
443
+ right: 0;
444
+ bottom: 0;
445
+ background-color: #ccc;
446
+ -webkit-transition: .4s;
447
+ transition: .4s; }
448
+ .switch .slider:before {
449
+ position: absolute;
450
+ content: "";
451
+ height: 16px;
452
+ width: 16px;
453
+ left: 2px;
454
+ bottom: 2px;
455
+ background-color: white;
456
+ -webkit-transition: .4s;
457
+ transition: .4s; }
458
+ .switch input:checked + .slider {
459
+ background-color: #00919d; }
460
+ .switch input:focus + .slider {
461
+ box-shadow: 0 0 1px #2196F3; }
462
+ .switch input:checked + .slider:before {
463
+ -webkit-transform: translateX(16px);
464
+ -ms-transform: translateX(16px);
465
+ transform: translateX(16px); }
466
+
467
+ /* Rounded sliders */
468
+ .slider.round {
469
+ border-radius: 26px; }
470
+
471
+ .slider.round:before {
472
+ border-radius: 50%; }
473
+
474
+ .ui-helper-hidden-accessible {
475
+ display: none; }
476
+
477
+ .autocomplete-allowed-user, .autocomplete-override {
478
+ list-style: none;
479
+ padding-left: 10px; }
480
+
481
+ .plugin-suggestion {
482
+ white-space: nowrap; }
483
+
484
+ .toggle-container {
485
+ padding-right: 0;
486
+ width: 55px; }
487
+
488
+ .toggle-label {
489
+ text-align: left !important; }
490
+
491
+ .spinner {
492
+ padding-top: 3.5px;
493
+ width: 40px;
494
+ color: #00919d;
495
+ display: none; }
496
+
497
+ .footer-notice .modal-footer {
498
+ text-align: left;
499
+ padding-bottom: 0; }
500
+ .footer-notice .modal-footer .alert {
501
+ margin-bottom: 0; }
502
+ .footer-notice .modal-footer .alert .label-default {
503
+ color: white; }
504
+
505
+ .copy-icon {
506
+ cursor: pointer; }
507
+
508
+ .switch-tenant-active {
509
+ color: #00919d; }
510
+
511
+ /* Required for https://github.com/killbill/killbill-admin-ui/issues/262 */
512
+ .ui-autocomplete {
513
+ position: absolute;
514
+ z-index: 1000;
515
+ float: left;
516
+ display: none;
517
+ min-width: 160px;
518
+ padding: 4px 0;
519
+ margin: 2px 0 0 0;
520
+ list-style: none;
521
+ background-color: #ffffff;
522
+ border-color: rgba(0, 0, 0, 0.2);
523
+ border-style: solid;
524
+ border-width: 1px;
525
+ border-radius: 5px;
526
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
527
+ background-clip: padding-box; }
528
+ .ui-autocomplete .ui-menu-item {
529
+ display: block;
530
+ padding: 3px 15px;
531
+ clear: both;
532
+ font-weight: normal;
533
+ line-height: 18px;
534
+ color: #555555;
535
+ white-space: nowrap; }
536
+ .ui-autocomplete .ui-menu-item .ui-state-active, .ui-autocomplete .ui-menu-item .ui-state-hover {
537
+ color: #ffffff;
538
+ text-decoration: none;
539
+ background-color: #0088cc;
540
+ border-radius: 0px;
541
+ -webkit-border-radius: 0px;
542
+ -moz-border-radius: 0px;
543
+ background-image: none; }
544
+
545
+ .ui-helper-hidden-accessible {
546
+ display: none; }
547
+
548
+ /*# sourceMappingURL=element.css.map */