kaui 3.0.9 → 4.0.0
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.
- checksums.yaml +4 -4
- data/app/assets/images/kaui/account/authorize.svg +4 -0
- data/app/assets/images/kaui/account/credit.svg +4 -0
- data/app/assets/images/kaui/account/down-arrow.svg +3 -0
- data/app/assets/images/kaui/account/edit.svg +4 -0
- data/app/assets/images/kaui/account/pay-all.svg +5 -0
- data/app/assets/images/kaui/account/plus.svg +3 -0
- data/app/assets/images/kaui/account/purchase.svg +5 -0
- data/app/assets/images/kaui/account/refresh.svg +5 -0
- data/app/assets/images/kaui/arrow.svg +3 -0
- data/app/assets/images/kaui/card.svg +5 -0
- data/app/assets/images/kaui/copy.svg +12 -0
- data/app/assets/images/kaui/dashboard/aviate.svg +6 -0
- data/app/assets/images/kaui/dashboard/custom-field.svg +5 -0
- data/app/assets/images/kaui/dashboard/kaui-doc-img.png +0 -0
- data/app/assets/images/kaui/dashboard/plugins.svg +7 -0
- data/app/assets/images/kaui/dashboard/tags.svg +4 -0
- data/app/assets/images/kaui/dashboard/users.svg +6 -0
- data/app/assets/images/kaui/delete.svg +6 -0
- data/app/assets/images/kaui/dots.svg +5 -0
- data/app/assets/images/kaui/download-csv.svg +5 -0
- data/app/assets/images/kaui/download.svg +4 -0
- data/app/assets/images/kaui/eye-off.svg +9 -0
- data/app/assets/images/kaui/eye.svg +7 -0
- data/app/assets/images/kaui/file-upload.svg +34 -0
- data/app/assets/images/kaui/generate.svg +5 -0
- data/app/assets/images/kaui/header/account.svg +4 -0
- data/app/assets/images/kaui/header/cog_icon.svg +4 -0
- data/app/assets/images/kaui/header/invoice.svg +5 -0
- data/app/assets/images/kaui/header/payment.svg +5 -0
- data/app/assets/images/kaui/header/search_icon.svg +4 -0
- data/app/assets/images/kaui/header/subscription.svg +6 -0
- data/app/assets/images/kaui/logout.svg +4 -0
- data/app/assets/images/kaui/modal/close.svg +3 -0
- data/app/assets/images/kaui/modal/plus.svg +3 -0
- data/app/assets/images/kaui/modal/red-close.svg +10 -0
- data/app/assets/images/kaui/modal/search.svg +4 -0
- data/app/assets/images/kaui/payment/payment.svg +4 -0
- data/app/assets/images/kaui/payment/refund.svg +4 -0
- data/app/assets/images/kaui/plus.svg +3 -0
- data/app/assets/images/kaui/search.svg +4 -0
- data/app/assets/images/kaui/setting/account.svg +10 -0
- data/app/assets/images/kaui/setting/analytics.svg +7 -0
- data/app/assets/images/kaui/setting/custom-field.svg +5 -0
- data/app/assets/images/kaui/setting/e-notifications.svg +6 -0
- data/app/assets/images/kaui/setting/plugins.svg +7 -0
- data/app/assets/images/kaui/setting/plus.svg +3 -0
- data/app/assets/images/kaui/setting/reset.svg +4 -0
- data/app/assets/images/kaui/setting/tag-definitions.svg +5 -0
- data/app/assets/images/kaui/setting/tags.svg +4 -0
- data/app/assets/images/kaui/setting/tenants.svg +6 -0
- data/app/assets/images/kaui/setting/users.svg +6 -0
- data/app/assets/images/kaui/setting.svg +4 -0
- data/app/assets/images/kaui/sidebar/account.svg +4 -0
- data/app/assets/images/kaui/sidebar/audit.svg +5 -0
- data/app/assets/images/kaui/sidebar/custom-fields.svg +5 -0
- data/app/assets/images/kaui/sidebar/invoices.svg +5 -0
- data/app/assets/images/kaui/sidebar/payments.svg +5 -0
- data/app/assets/images/kaui/sidebar/queues.svg +5 -0
- data/app/assets/images/kaui/sidebar/subscriptions.svg +6 -0
- data/app/assets/images/kaui/sidebar/tags.svg +5 -0
- data/app/assets/images/kaui/sidebar/timeline.svg +5 -0
- data/app/assets/images/kaui/sign_in_background.svg +57 -0
- data/app/assets/images/kaui/sort-down.svg +3 -0
- data/app/assets/images/kaui/sort-up.svg +3 -0
- data/app/assets/images/kaui/subscription/add-on.svg +7 -0
- data/app/assets/images/kaui/subscription/cancel.svg +6 -0
- data/app/assets/images/kaui/subscription/change.svg +6 -0
- data/app/assets/images/kaui/subscription/date.svg +6 -0
- data/app/assets/images/kaui/subscription/pause.svg +4 -0
- data/app/assets/images/kaui/timeline/authorize.svg +5 -0
- data/app/assets/images/kaui/timeline/capture.svg +5 -0
- data/app/assets/images/kaui/timeline/chargeback.svg +3 -0
- data/app/assets/images/kaui/timeline/credit.svg +6 -0
- data/app/assets/images/kaui/timeline/invoice.svg +5 -0
- data/app/assets/images/kaui/timeline/purchase.svg +5 -0
- data/app/assets/images/kaui/timeline/refund.svg +4 -0
- data/app/assets/images/kaui/timeline/void.svg +4 -0
- data/app/assets/images/kaui/view-doc.svg +6 -0
- data/app/assets/images/kaui/warning.png +0 -0
- data/app/assets/javascripts/application.js +2 -2
- data/app/assets/javascripts/kaui/kaui_override.js +232 -0
- data/app/assets/javascripts/kaui/multi_functions_bar_utils.js +125 -24
- data/app/assets/stylesheets/application.css +13 -1
- data/app/assets/stylesheets/kaui/account.css +2028 -14
- data/app/assets/stylesheets/kaui/account_timeline.css +183 -0
- data/app/assets/stylesheets/kaui/admin_allowed_users.css +260 -0
- data/app/assets/stylesheets/kaui/audit.css +26 -16
- data/app/assets/stylesheets/kaui/audit_logs.css +443 -0
- data/app/assets/stylesheets/kaui/auth_pages.css +72 -0
- data/app/assets/stylesheets/kaui/breadcrumb.css +38 -0
- data/app/assets/stylesheets/kaui/chargebacks.css +118 -0
- data/app/assets/stylesheets/kaui/clock.css +103 -0
- data/app/assets/stylesheets/kaui/common.css +1744 -401
- data/app/assets/stylesheets/kaui/custom_fields.css +546 -0
- data/app/assets/stylesheets/kaui/dashboard.css +26 -0
- data/app/assets/stylesheets/kaui/datatable.css +114 -56
- data/app/assets/stylesheets/kaui/header.css +221 -114
- data/app/assets/stylesheets/kaui/home.css +89 -62
- data/app/assets/stylesheets/kaui/invoice.css +1061 -27
- data/app/assets/stylesheets/kaui/kaui.css +217 -145
- data/app/assets/stylesheets/kaui/overdue.css +5 -3
- data/app/assets/stylesheets/kaui/payment.css +1102 -13
- data/app/assets/stylesheets/kaui/queues.css +269 -0
- data/app/assets/stylesheets/kaui/refunds.css +185 -0
- data/app/assets/stylesheets/kaui/role_definitions.css +111 -0
- data/app/assets/stylesheets/kaui/sidebar.css +122 -0
- data/app/assets/stylesheets/kaui/subscription.css +677 -0
- data/app/assets/stylesheets/kaui/tag_definitions.css +524 -0
- data/app/assets/stylesheets/kaui/tags.css +592 -121
- data/app/assets/stylesheets/kaui/tenants.css +1478 -0
- data/app/assets/stylesheets/kaui/tooltip.css +9 -5
- data/app/assets/stylesheets/kaui/wallets.css +121 -0
- data/app/controllers/kaui/accounts_controller.rb +3 -2
- data/app/controllers/kaui/admin_tenants_controller.rb +33 -0
- data/app/controllers/kaui/custom_fields_controller.rb +1 -1
- data/app/controllers/kaui/engine_controller.rb +1 -2
- data/app/controllers/kaui/engine_controller_util.rb +5 -7
- data/app/controllers/kaui/home_controller.rb +24 -17
- data/app/controllers/kaui/invoices_controller.rb +4 -15
- data/app/controllers/kaui/payments_controller.rb +1 -1
- data/app/controllers/kaui/sessions_controller.rb +1 -0
- data/app/controllers/kaui/tag_definitions_controller.rb +1 -0
- data/app/helpers/kaui/account_helper.rb +13 -0
- data/app/helpers/kaui/plugin_helper.rb +27 -0
- data/app/views/kaui/account_custom_fields/index.html.erb +95 -29
- data/app/views/kaui/account_emails/_account_emails_table.html.erb +13 -3
- data/app/views/kaui/account_emails/_form.html.erb +23 -6
- data/app/views/kaui/account_emails/new.html.erb +12 -6
- data/app/views/kaui/account_tags/_form_bar.html.erb +10 -1
- data/app/views/kaui/account_tags/index.html.erb +103 -24
- data/app/views/kaui/account_timelines/_multi_functions_bar.html.erb +302 -69
- data/app/views/kaui/account_timelines/show.html.erb +360 -254
- data/app/views/kaui/accounts/_account_details.html.erb +165 -0
- data/app/views/kaui/accounts/_account_filterbar.html.erb +70 -80
- data/app/views/kaui/accounts/_add_parent.html.erb +26 -0
- data/app/views/kaui/accounts/_billing_details.html.erb +196 -0
- data/app/views/kaui/accounts/_close_account_modal.html.erb +62 -40
- data/app/views/kaui/accounts/_form_account.html.erb +157 -0
- data/app/views/kaui/accounts/_functions_bar.html.erb +606 -0
- data/app/views/kaui/accounts/_link_parent_modal.html.erb +1 -1
- data/app/views/kaui/accounts/_link_parent_to_modal.html.erb +62 -0
- data/app/views/kaui/accounts/_multi_functions_bar.html.erb +67 -28
- data/app/views/kaui/accounts/_payment_gateways.html.erb +43 -0
- data/app/views/kaui/accounts/_personal_details.html.erb +67 -0
- data/app/views/kaui/accounts/edit.html.erb +15 -9
- data/app/views/kaui/accounts/index.html.erb +77 -27
- data/app/views/kaui/accounts/new.html.erb +14 -8
- data/app/views/kaui/accounts/show.html.erb +17 -11
- data/app/views/kaui/admin/index.html.erb +44 -19
- data/app/views/kaui/admin_allowed_users/_form.html.erb +123 -31
- data/app/views/kaui/admin_allowed_users/edit.html.erb +15 -9
- data/app/views/kaui/admin_allowed_users/index.html.erb +150 -30
- data/app/views/kaui/admin_allowed_users/new.html.erb +14 -8
- data/app/views/kaui/admin_allowed_users/show.html.erb +137 -32
- data/app/views/kaui/admin_tenants/_add_allowed_user_modal.html.erb +42 -15
- data/app/views/kaui/admin_tenants/_clock.html.erb +72 -0
- data/app/views/kaui/admin_tenants/_form.html.erb +32 -20
- data/app/views/kaui/admin_tenants/_form_catalog_translation.erb +21 -8
- data/app/views/kaui/admin_tenants/_form_invoice_template.erb +25 -9
- data/app/views/kaui/admin_tenants/_form_invoice_translation.erb +36 -20
- data/app/views/kaui/admin_tenants/_form_plugin_config.erb +16 -20
- data/app/views/kaui/admin_tenants/_show_catalog.erb +13 -6
- data/app/views/kaui/admin_tenants/_show_catalog_simple.erb +95 -46
- data/app/views/kaui/admin_tenants/_show_catalog_xml.erb +62 -37
- data/app/views/kaui/admin_tenants/_show_overdue.erb +91 -75
- data/app/views/kaui/admin_tenants/_tenant_details.html.erb +106 -17
- data/app/views/kaui/admin_tenants/_tenants_table.html.erb +67 -6
- data/app/views/kaui/admin_tenants/_useful_links.html.erb +21 -16
- data/app/views/kaui/admin_tenants/index.html.erb +35 -11
- data/app/views/kaui/admin_tenants/index.js.erb +3 -0
- data/app/views/kaui/admin_tenants/new.html.erb +19 -13
- data/app/views/kaui/admin_tenants/new_catalog.html.erb +230 -98
- data/app/views/kaui/admin_tenants/new_overdue_config.html.erb +152 -80
- data/app/views/kaui/admin_tenants/new_plan_currency.html.erb +44 -30
- data/app/views/kaui/admin_tenants/show.html.erb +211 -78
- data/app/views/kaui/admin_tenants/show.js.erb +3 -0
- data/app/views/kaui/audit_logs/_multi_functions_bar.html.erb +298 -101
- data/app/views/kaui/audit_logs/index.html.erb +137 -38
- data/app/views/kaui/bundle_tags/_form_bar.html.erb +11 -4
- data/app/views/kaui/bundles/_bundle_details.html.erb +24 -12
- data/app/views/kaui/bundles/index.html.erb +79 -104
- data/app/views/kaui/bundles/pause_resume.html.erb +73 -38
- data/app/views/kaui/chargebacks/_form.html.erb +35 -18
- data/app/views/kaui/chargebacks/new.html.erb +16 -9
- data/app/views/kaui/charges/_form.html.erb +54 -42
- data/app/views/kaui/charges/new.html.erb +15 -8
- data/app/views/kaui/components/breadcrumb/_breadcrumb.html.erb +146 -0
- data/app/views/kaui/components/button/_button.html.erb +16 -0
- data/app/views/kaui/components/dashboard/_card.html.erb +15 -0
- data/app/views/kaui/components/dashboard/_setting.html.erb +15 -0
- data/app/views/kaui/components/form_input/_form_input.html.erb +4 -0
- data/app/views/kaui/components/form_password/_form_password.html.erb +6 -0
- data/app/views/kaui/components/logo/_logo.html.erb +1 -0
- data/app/views/kaui/components/menu_dropdown/_menu_dropdown.html.erb +59 -0
- data/app/views/kaui/components/search_input/_search_input.html.erb +81 -0
- data/app/views/kaui/credits/_form.html.erb +42 -25
- data/app/views/kaui/credits/new.html.erb +15 -8
- data/app/views/kaui/custom_fields/_form.html.erb +37 -25
- data/app/views/kaui/custom_fields/_list_bar.html.erb +11 -10
- data/app/views/kaui/custom_fields/index.html.erb +121 -27
- data/app/views/kaui/custom_fields/new.html.erb +19 -8
- data/app/views/kaui/errors/500.html.erb +1 -1
- data/app/views/kaui/home/index.html.erb +77 -30
- data/app/views/kaui/invoice_items/_edit_form.html.erb +30 -14
- data/app/views/kaui/invoice_items/edit.html.erb +15 -7
- data/app/views/kaui/invoice_tags/_form_bar.html.erb +13 -3
- data/app/views/kaui/invoices/_invoice_filterbar.html.erb +53 -69
- data/app/views/kaui/invoices/_invoice_table.html.erb +77 -92
- data/app/views/kaui/invoices/_multi_functions_bar.html.erb +351 -140
- data/app/views/kaui/invoices/index.html.erb +89 -27
- data/app/views/kaui/invoices/show.html.erb +392 -80
- data/app/views/kaui/layouts/kaui_account_sidebar.html.erb +42 -0
- data/app/views/kaui/layouts/kaui_application.html.erb +29 -15
- data/app/views/kaui/layouts/kaui_flash.html.erb +82 -31
- data/app/views/kaui/layouts/kaui_navbar.html.erb +109 -82
- data/app/views/kaui/layouts/kaui_setting_sidebar.html.erb +36 -0
- data/app/views/kaui/payment_methods/_form.html.erb +32 -11
- data/app/views/kaui/payment_methods/_new_creditcard_payment_method.html.erb +35 -34
- data/app/views/kaui/payment_methods/_payment_methods_details_table.html.erb +27 -29
- data/app/views/kaui/payment_methods/_payment_methods_table.html.erb +116 -38
- data/app/views/kaui/payment_methods/_plugin_properties.html.erb +19 -9
- data/app/views/kaui/payment_methods/new.html.erb +14 -8
- data/app/views/kaui/payments/_form.html.erb +30 -13
- data/app/views/kaui/payments/_multi_functions_bar.html.erb +351 -141
- data/app/views/kaui/payments/_payment_filterbar.html.erb +63 -79
- data/app/views/kaui/payments/_payment_invoice_table.html.erb +105 -0
- data/app/views/kaui/payments/_payment_table.html.erb +4 -67
- data/app/views/kaui/payments/index.html.erb +90 -26
- data/app/views/kaui/payments/new.html.erb +15 -8
- data/app/views/kaui/payments/show.html.erb +222 -28
- data/app/views/kaui/queues/index.html.erb +329 -111
- data/app/views/kaui/refunds/_form.html.erb +68 -45
- data/app/views/kaui/refunds/new.html.erb +15 -8
- data/app/views/kaui/role_definitions/_form.html.erb +104 -17
- data/app/views/kaui/role_definitions/new.html.erb +15 -8
- data/app/views/kaui/sessions/_form.html.erb +9 -19
- data/app/views/kaui/sessions/new.html.erb +10 -9
- data/app/views/kaui/subscriptions/_cancel_by_date_modal.html.erb +65 -35
- data/app/views/kaui/subscriptions/_edit_form.html.erb +66 -35
- data/app/views/kaui/subscriptions/_form.html.erb +63 -32
- data/app/views/kaui/subscriptions/_subscriptions_table.html.erb +215 -57
- data/app/views/kaui/subscriptions/edit.html.erb +19 -8
- data/app/views/kaui/subscriptions/edit_bcd.erb +46 -16
- data/app/views/kaui/subscriptions/new.html.erb +22 -15
- data/app/views/kaui/tag_definitions/_form.html.erb +51 -30
- data/app/views/kaui/tag_definitions/index.html.erb +151 -40
- data/app/views/kaui/tag_definitions/new.html.erb +15 -8
- data/app/views/kaui/tags/index.html.erb +136 -47
- data/app/views/kaui/tenants/_form.html.erb +8 -5
- data/app/views/kaui/tenants/index.html.erb +15 -9
- data/app/views/kaui/transactions/_control_plugin_names.html.erb +18 -10
- data/app/views/kaui/transactions/_form.html.erb +86 -25
- data/app/views/kaui/transactions/new.html.erb +15 -9
- data/config/routes.rb +1 -0
- data/lib/kaui/engine.rb +11 -0
- data/lib/kaui/version.rb +1 -1
- data/lib/kaui.rb +0 -1
- metadata +120 -2
|
@@ -0,0 +1,524 @@
|
|
|
1
|
+
.kaui-tag-definitions-index .tag-definitions-details-header {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: start;
|
|
4
|
+
justify-content: space-between;
|
|
5
|
+
padding: 0;
|
|
6
|
+
border-bottom: 0.0625rem solid #e9eaeb;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.kaui-tag-definitions-index .tag-definitions-details-header h2 {
|
|
10
|
+
font-weight: 600;
|
|
11
|
+
font-size: 1.125rem;
|
|
12
|
+
line-height: 1.75rem;
|
|
13
|
+
color: #414651;
|
|
14
|
+
margin-bottom: 1.25rem;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.kaui-tag-definitions-index table {
|
|
18
|
+
overflow-x: auto;
|
|
19
|
+
min-width: 100%;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.kaui-tag-definitions-index table th {
|
|
23
|
+
padding: 0.375rem 0.75rem !important;
|
|
24
|
+
font-weight: 500;
|
|
25
|
+
font-size: 0.875rem;
|
|
26
|
+
line-height: 1.125rem;
|
|
27
|
+
letter-spacing: 0;
|
|
28
|
+
color: #717680;
|
|
29
|
+
text-transform: capitalize;
|
|
30
|
+
white-space: nowrap;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.kaui-tag-definitions-index table td {
|
|
34
|
+
font-weight: 500 !important;
|
|
35
|
+
font-size: 0.875rem !important;
|
|
36
|
+
padding: 1rem 0.5rem !important;
|
|
37
|
+
line-height: 1.125rem !important;
|
|
38
|
+
text-align: start;
|
|
39
|
+
color: #535862 !important;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.kaui-tag-definitions-index .clickable-id {
|
|
43
|
+
cursor: pointer;
|
|
44
|
+
color: #1570ef !important;
|
|
45
|
+
text-decoration: underline;
|
|
46
|
+
transition: color 0.2s ease;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.kaui-tag-definitions-index .clickable-id:hover {
|
|
50
|
+
color: #0f4c8a !important;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/* Custom Object ID Tooltip Styles */
|
|
54
|
+
.object-id-tooltip {
|
|
55
|
+
background: #ffffff;
|
|
56
|
+
border: 0.0625rem solid #e5e7eb;
|
|
57
|
+
border-radius: 0.5rem;
|
|
58
|
+
box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.1),
|
|
59
|
+
0 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.06);
|
|
60
|
+
padding: 0.75rem;
|
|
61
|
+
min-width: 12.5rem;
|
|
62
|
+
max-width: 18.75rem;
|
|
63
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
|
64
|
+
display: none;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.object-id-tooltip .tooltip-header {
|
|
68
|
+
font-size: 0.75rem;
|
|
69
|
+
font-weight: 600;
|
|
70
|
+
color: #6b7280;
|
|
71
|
+
margin-bottom: 0.5rem;
|
|
72
|
+
text-transform: uppercase;
|
|
73
|
+
letter-spacing: 0.03125rem;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.object-id-tooltip .tooltip-body {
|
|
77
|
+
display: flex;
|
|
78
|
+
align-items: center;
|
|
79
|
+
justify-content: space-between;
|
|
80
|
+
gap: 0.5rem;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.object-id-tooltip .tooltip-id {
|
|
84
|
+
font-size: 0.875rem;
|
|
85
|
+
font-weight: 500;
|
|
86
|
+
color: #1f2937;
|
|
87
|
+
word-break: break-all;
|
|
88
|
+
flex: 1;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.object-id-tooltip .copy-btn {
|
|
92
|
+
background: #f3f4f6;
|
|
93
|
+
border: 0.0625rem solid #d1d5db;
|
|
94
|
+
border-radius: 0.25rem;
|
|
95
|
+
padding: 0.25rem;
|
|
96
|
+
cursor: pointer;
|
|
97
|
+
display: flex;
|
|
98
|
+
align-items: center;
|
|
99
|
+
justify-content: center;
|
|
100
|
+
transition: all 0.2s ease;
|
|
101
|
+
flex-shrink: 0;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.object-id-tooltip .copy-btn:hover {
|
|
105
|
+
background: #e5e7eb;
|
|
106
|
+
border-color: #9ca3af;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.object-id-tooltip .copy-btn:active {
|
|
110
|
+
background: #d1d5db;
|
|
111
|
+
transform: scale(0.95);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.kaui-tag-definitions-index
|
|
115
|
+
.tag-definitions-table
|
|
116
|
+
tbody
|
|
117
|
+
tr
|
|
118
|
+
td:nth-of-type(5)
|
|
119
|
+
span {
|
|
120
|
+
padding: 0.125rem 0.5rem;
|
|
121
|
+
border-radius: 62.4375rem;
|
|
122
|
+
background-color: #eff8ff;
|
|
123
|
+
border: 0.0625rem solid #d1e9ff;
|
|
124
|
+
color: #175cd3;
|
|
125
|
+
font-weight: 500;
|
|
126
|
+
font-size: 0.75rem;
|
|
127
|
+
line-height: 1.125rem;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.kaui-tag-definitions-index
|
|
131
|
+
.tag-definitions-table
|
|
132
|
+
tbody
|
|
133
|
+
tr
|
|
134
|
+
td:nth-of-type(4)
|
|
135
|
+
.true {
|
|
136
|
+
padding: 0.125rem 0.5rem;
|
|
137
|
+
border-radius: 62.4375rem;
|
|
138
|
+
background-color: #ecfdf3;
|
|
139
|
+
border: 0.0625rem solid #dcfae6;
|
|
140
|
+
color: #067647;
|
|
141
|
+
font-weight: 500;
|
|
142
|
+
font-size: 0.75rem;
|
|
143
|
+
line-height: 1.125rem;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.kaui-tag-definitions-index
|
|
147
|
+
.tag-definitions-table
|
|
148
|
+
tbody
|
|
149
|
+
tr
|
|
150
|
+
td:nth-of-type(4)
|
|
151
|
+
.false {
|
|
152
|
+
padding: 0.125rem 0.5rem;
|
|
153
|
+
border-radius: 62.4375rem;
|
|
154
|
+
background-color: #fef3f2;
|
|
155
|
+
border: 0.0625rem solid #fee4e2;
|
|
156
|
+
color: #b42318;
|
|
157
|
+
font-weight: 500;
|
|
158
|
+
font-size: 0.75rem;
|
|
159
|
+
line-height: 1.125rem;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.kaui-tag-definitions-index
|
|
163
|
+
.tag-definitions-table
|
|
164
|
+
tbody
|
|
165
|
+
tr
|
|
166
|
+
td:nth-of-type(6)
|
|
167
|
+
a {
|
|
168
|
+
color: #d92d20;
|
|
169
|
+
font-weight: 500;
|
|
170
|
+
font-size: 0.875rem;
|
|
171
|
+
line-height: 1.25rem;
|
|
172
|
+
text-decoration: none;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
/* app/views/kaui/tag_definitions/new.html.erb */
|
|
176
|
+
|
|
177
|
+
.add-new-tag-definition-details .add-new-tag-definition-title {
|
|
178
|
+
display: flex;
|
|
179
|
+
align-items: center;
|
|
180
|
+
gap: 0.5rem;
|
|
181
|
+
font-weight: 600;
|
|
182
|
+
font-size: 1.125rem;
|
|
183
|
+
line-height: 1.75rem;
|
|
184
|
+
letter-spacing: 0;
|
|
185
|
+
color: #1b1c1e;
|
|
186
|
+
padding: 1.5rem 0;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.add-new-tag-definition-details .icon-container {
|
|
190
|
+
display: inline-flex;
|
|
191
|
+
justify-content: center;
|
|
192
|
+
align-items: center;
|
|
193
|
+
border: 0.0625rem solid #d5d7da;
|
|
194
|
+
border-radius: 0.375rem;
|
|
195
|
+
width: 2.5rem;
|
|
196
|
+
height: 2.5rem;
|
|
197
|
+
padding: 0.25rem;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.add-new-tag-definition-details .icon-container img {
|
|
201
|
+
width: 1rem;
|
|
202
|
+
height: 1rem;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.add-new-tag-definition-details .control-label {
|
|
206
|
+
font-size: 0.875rem !important;
|
|
207
|
+
font-weight: 500 !important;
|
|
208
|
+
line-height: 1.25rem !important;
|
|
209
|
+
color: #414651 !important;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.add-new-tag-definition-details select.form-control {
|
|
213
|
+
-webkit-appearance: none;
|
|
214
|
+
-moz-appearance: none;
|
|
215
|
+
background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 6L8 10L12 6" stroke="%23A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
|
|
216
|
+
background-repeat: no-repeat;
|
|
217
|
+
background-position: right 0.625rem center;
|
|
218
|
+
background-size: 1rem 1rem;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.add-new-tag-definition-details select:focus {
|
|
222
|
+
box-shadow: none;
|
|
223
|
+
outline: none;
|
|
224
|
+
border-color: #1570ef;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.add-new-tag-definition-details .form-group .form-control {
|
|
228
|
+
margin-right: 0.25rem;
|
|
229
|
+
height: 2.5rem;
|
|
230
|
+
border-radius: 0.375rem;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.add-new-tag-definition-details .border-button {
|
|
234
|
+
background: transparent;
|
|
235
|
+
display: inline-flex;
|
|
236
|
+
justify-content: center;
|
|
237
|
+
align-items: center;
|
|
238
|
+
border: 0.0625rem solid #d5d7da;
|
|
239
|
+
border-radius: 0.375rem;
|
|
240
|
+
width: 2.5rem;
|
|
241
|
+
height: 2.5rem;
|
|
242
|
+
padding: 0.625rem;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.add-new-tag-definition-details .border-button:hover {
|
|
246
|
+
background: transparent;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.add-new-tag-definition-details .button {
|
|
250
|
+
background: transparent;
|
|
251
|
+
display: inline-flex;
|
|
252
|
+
justify-content: center;
|
|
253
|
+
align-items: center;
|
|
254
|
+
width: 2.5rem;
|
|
255
|
+
height: 2.5rem;
|
|
256
|
+
padding: 0.625rem;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.add-new-tag-definition-details .button:hover {
|
|
260
|
+
background: transparent;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
/* app/views/kaui/account_timelines/_multi_functions_bar.html.erb */
|
|
264
|
+
|
|
265
|
+
.kaui-account-timelines-show .download-button-right {
|
|
266
|
+
float: right;
|
|
267
|
+
margin-left: 0.625rem;
|
|
268
|
+
background-color: white;
|
|
269
|
+
color: black;
|
|
270
|
+
text-transform: none;
|
|
271
|
+
border: 0.0625rem solid #ccc;
|
|
272
|
+
padding: 0.5rem 0.9375rem;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.kaui-account-timelines-show .functions-container {
|
|
276
|
+
display: flex;
|
|
277
|
+
justify-content: flex-end;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.kaui-account-timelines-show .dropdown-menu#column-visibility {
|
|
281
|
+
max-height: 18.75rem;
|
|
282
|
+
width: 13.75rem;
|
|
283
|
+
overflow-y: auto;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.kaui-account-timelines-show .dropdown-menu {
|
|
287
|
+
padding: 0.3125rem;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.kaui-account-timelines-show .toggle-button-right {
|
|
291
|
+
float: right;
|
|
292
|
+
margin-bottom: 0.625rem;
|
|
293
|
+
margin-left: 0.625rem;
|
|
294
|
+
background-color: white;
|
|
295
|
+
color: black;
|
|
296
|
+
text-transform: none;
|
|
297
|
+
border: 0.0625rem solid #ccc;
|
|
298
|
+
padding: 0.5rem 0.9375rem;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.kaui-account-timelines-show .download-button-right {
|
|
302
|
+
float: right;
|
|
303
|
+
margin-bottom: 0.625rem;
|
|
304
|
+
margin-left: 0.625rem;
|
|
305
|
+
background-color: white;
|
|
306
|
+
color: black;
|
|
307
|
+
text-transform: none;
|
|
308
|
+
border: 0.0625rem solid #ccc;
|
|
309
|
+
padding: 0.5rem 0.9375rem;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.kaui-account-timelines-show .icon-drag {
|
|
313
|
+
float: right;
|
|
314
|
+
padding: 0.3125rem;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.kaui-account-timelines-show .dropdown-container {
|
|
318
|
+
display: flex;
|
|
319
|
+
justify-content: flex-end;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.kaui-account-timelines-show .label-group-item-manual {
|
|
323
|
+
margin: 0.3125rem;
|
|
324
|
+
width: -webkit-fill-available;
|
|
325
|
+
cursor: grab;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.kaui-account-timelines-show .label-group-item-manual:active {
|
|
329
|
+
cursor: grabbing;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.kaui-account-timelines-show .modal-content {
|
|
333
|
+
border-radius: 1rem;
|
|
334
|
+
min-width: 40.5rem;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.kaui-account-timelines-show .modal-body {
|
|
338
|
+
padding-bottom: 0.375rem !important;
|
|
339
|
+
padding-top: 1.25rem !important;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.kaui-account-timelines-show .modal-header {
|
|
343
|
+
padding: 1.5rem 1.5rem 1rem 1.5rem !important;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.kaui-account-timelines-show .modal-footer {
|
|
347
|
+
padding: 1rem 1.5rem 1.5rem 1.5rem !important;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.kaui-account-timelines-show .modal-title {
|
|
351
|
+
font-weight: 600;
|
|
352
|
+
font-size: 1.125rem;
|
|
353
|
+
line-height: 1.75rem;
|
|
354
|
+
color: #181d27;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
.kaui-account-timelines-show .close-button {
|
|
358
|
+
background: transparent;
|
|
359
|
+
padding: 0;
|
|
360
|
+
margin-top: -1.25rem;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.kaui-account-timelines-show .close-button:hover {
|
|
364
|
+
background: transparent;
|
|
365
|
+
padding: 0;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.kaui-account-timelines-show .border-button {
|
|
369
|
+
background: transparent;
|
|
370
|
+
display: inline-flex;
|
|
371
|
+
justify-content: center;
|
|
372
|
+
align-items: center;
|
|
373
|
+
border: 0.0625rem solid #d5d7da;
|
|
374
|
+
border-radius: 0.375rem;
|
|
375
|
+
width: 2.5rem;
|
|
376
|
+
height: 2.5rem;
|
|
377
|
+
padding: 0.625rem;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.kaui-account-timelines-show .border-button:hover {
|
|
381
|
+
background: transparent;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.kaui-account-timelines-show .button {
|
|
385
|
+
background: transparent;
|
|
386
|
+
display: inline-flex;
|
|
387
|
+
justify-content: center;
|
|
388
|
+
align-items: center;
|
|
389
|
+
width: 2.5rem;
|
|
390
|
+
height: 2.5rem;
|
|
391
|
+
padding: 0.625rem;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.kaui-account-timelines-show .button:hover {
|
|
395
|
+
background: transparent;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
.kaui-account-timelines-show .field-label {
|
|
399
|
+
font-weight: 500;
|
|
400
|
+
font-size: 0.875rem;
|
|
401
|
+
line-height: 1.25rem;
|
|
402
|
+
color: #414651;
|
|
403
|
+
margin-top: -1.25rem;
|
|
404
|
+
min-width: 9.59375rem;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.kaui-account-timelines-show .search-field-label {
|
|
408
|
+
margin-top: -1.25rem;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.kaui-account-timelines-show .form-group.row.align-items-center {
|
|
412
|
+
display: flex;
|
|
413
|
+
align-items: center;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.kaui-account-timelines-show .form-group.row.align-items-center label {
|
|
417
|
+
margin-bottom: 0;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.kaui-account-timelines-show .form-group.row.align-items-center .form-control {
|
|
421
|
+
margin-right: 0.25rem;
|
|
422
|
+
height: 2.5rem;
|
|
423
|
+
border-radius: 0.375rem;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.kaui-account-timelines-show .form-group.row.align-items-center.search-field div {
|
|
427
|
+
padding: 0;
|
|
428
|
+
margin-right: 0.25rem;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.kaui-account-timelines-show .form-group.row.align-items-center .form-control:focus {
|
|
432
|
+
outline: none;
|
|
433
|
+
box-shadow: none;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.kaui-account-timelines-show .form-group.d-flex {
|
|
437
|
+
display: flex;
|
|
438
|
+
align-items: center;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.kaui-account-timelines-show .form-group.d-flex label {
|
|
442
|
+
margin-bottom: 0;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.kaui-account-timelines-show .form-group.d-flex .form-control {
|
|
446
|
+
margin-right: 0.25rem;
|
|
447
|
+
height: 2.5rem;
|
|
448
|
+
border-radius: 0.375rem;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.kaui-account-timelines-show .form-group.d-flex .form-control:focus {
|
|
452
|
+
outline: none;
|
|
453
|
+
box-shadow: none;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.kaui-account-timelines-show #search-labels-container .label {
|
|
457
|
+
margin-left: 0.3125rem;
|
|
458
|
+
margin-bottom: 0.3125rem;
|
|
459
|
+
color: white;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.kaui-account-timelines-show .col-form-label {
|
|
463
|
+
font-weight: 500;
|
|
464
|
+
font-size: 0.875rem;
|
|
465
|
+
line-height: 1.25rem;
|
|
466
|
+
color: #414651;
|
|
467
|
+
padding: 0;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.kaui-account-timelines-show #search-fields-container {
|
|
471
|
+
display: flex;
|
|
472
|
+
flex-direction: column;
|
|
473
|
+
gap: 1rem;
|
|
474
|
+
margin: 1rem 0.75rem;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
.kaui-account-timelines-show .filter-bar-container {
|
|
478
|
+
display: flex;
|
|
479
|
+
justify-content: flex-start;
|
|
480
|
+
align-items: center;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
.kaui-account-timelines-show .filter-bar {
|
|
484
|
+
display: flex;
|
|
485
|
+
align-items: center;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.kaui-account-timelines-show .filter-bar label {
|
|
489
|
+
margin: 0.625rem;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.kaui-account-timelines-show .modal-header .icon-container {
|
|
493
|
+
display: inline-flex;
|
|
494
|
+
justify-content: center;
|
|
495
|
+
align-items: center;
|
|
496
|
+
border: 0.0625rem solid #d5d7da;
|
|
497
|
+
border-radius: 0.375rem;
|
|
498
|
+
width: 2.5rem;
|
|
499
|
+
height: 2.5rem;
|
|
500
|
+
padding: 0.25rem;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.kaui-account-timelines-show .modal-header .icon-container img {
|
|
504
|
+
width: 1.25rem;
|
|
505
|
+
height: 1.25rem;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.kaui-account-timelines-show .form-group select.form-control {
|
|
509
|
+
appearance: none;
|
|
510
|
+
-webkit-appearance: none;
|
|
511
|
+
-moz-appearance: none;
|
|
512
|
+
|
|
513
|
+
background-image: url('data:image/svg+xml;utf8,<svg width="1rem" height="1rem" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 6L8 10L12 6" stroke="%23A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
|
|
514
|
+
background-repeat: no-repeat;
|
|
515
|
+
background-position: right 0.625rem center;
|
|
516
|
+
background-size: 1rem 1rem;
|
|
517
|
+
|
|
518
|
+
padding-right: 1.875rem;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
.kaui-account-timelines-show select.form-control:focus {
|
|
522
|
+
box-shadow: none;
|
|
523
|
+
outline: none;
|
|
524
|
+
}
|