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,183 @@
|
|
|
1
|
+
.kaui-account-timelines-show .account-timeline {
|
|
2
|
+
width: 67.5625rem;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.kaui-account-timelines-show .account-timeline .account-timeline-header {
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: start;
|
|
8
|
+
justify-content: space-between;
|
|
9
|
+
padding: 0;
|
|
10
|
+
border-bottom: 0.0625rem solid #e9eaeb;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.kaui-account-timelines-show .account-timeline .account-timeline-header h2 {
|
|
14
|
+
font-weight: 600;
|
|
15
|
+
font-size: 1.125rem;
|
|
16
|
+
line-height: 1.75rem;
|
|
17
|
+
color: #414651;
|
|
18
|
+
margin-bottom: 1.25rem;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.kaui-account-timelines-show .account-timeline select {
|
|
22
|
+
height: 2rem !important;
|
|
23
|
+
border-radius: 0.375rem;
|
|
24
|
+
font-weight: 500;
|
|
25
|
+
font-size: 0.875rem;
|
|
26
|
+
line-height: 1.25rem;
|
|
27
|
+
color: #414651;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.kaui-account-timelines-show .account-timeline select:focus {
|
|
31
|
+
border-color: blue;
|
|
32
|
+
outline: none;
|
|
33
|
+
box-shadow: none;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.kaui-account-timelines-show .control-label {
|
|
37
|
+
font-size: 0.875rem !important;
|
|
38
|
+
font-weight: 500 !important;
|
|
39
|
+
line-height: 1.25rem !important;
|
|
40
|
+
color: #414651 !important;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.kaui-account-timelines-show .account-timeline-card {
|
|
44
|
+
background: #fafafa;
|
|
45
|
+
border: 0.0625rem solid #e9eaeb;
|
|
46
|
+
border-radius: 1rem;
|
|
47
|
+
box-shadow: 0rem 0.0625rem 0.125rem 0rem var(--ColorsEffectsShadowsshadow-xs);
|
|
48
|
+
padding: 1.25rem;
|
|
49
|
+
margin-bottom: 1.25rem;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.kaui-account-timelines-show .icon-container {
|
|
53
|
+
display: inline-flex;
|
|
54
|
+
justify-content: center;
|
|
55
|
+
align-items: center;
|
|
56
|
+
background: #ffffff;
|
|
57
|
+
border: 0.0625rem solid #d5d7da;
|
|
58
|
+
border-radius: 0.375rem;
|
|
59
|
+
width: 2.5rem;
|
|
60
|
+
height: 2.5rem;
|
|
61
|
+
padding: 0.25rem;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.kaui-account-timelines-show .icon-container img {
|
|
65
|
+
width: 1.25rem;
|
|
66
|
+
height: 1.25rem;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.kaui-account-timelines-show .account-timeline-card h3 {
|
|
70
|
+
font-weight: 600;
|
|
71
|
+
font-size: 1rem;
|
|
72
|
+
text-align: left;
|
|
73
|
+
margin-bottom: 0rem;
|
|
74
|
+
line-height: 1.5rem;
|
|
75
|
+
color: #414651;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.kaui-account-timelines-show .account-timeline-card-detail b {
|
|
79
|
+
font-weight: 600;
|
|
80
|
+
font-size: 0.875rem;
|
|
81
|
+
line-height: 1.25rem;
|
|
82
|
+
color: #414651;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.kaui-account-timelines-show .account-timeline-card-detail p,
|
|
86
|
+
.kaui-account-timelines-show .account-timeline-card-detail p a {
|
|
87
|
+
font-weight: 400;
|
|
88
|
+
font-size: 0.875rem;
|
|
89
|
+
line-height: 1.25rem;
|
|
90
|
+
margin-bottom: 0rem;
|
|
91
|
+
color: #717680;
|
|
92
|
+
text-decoration: none;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.kaui-account-timelines-show .dots-menu {
|
|
96
|
+
padding: 0 !important;
|
|
97
|
+
background-color: transparent !important;
|
|
98
|
+
border: none !important;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.kaui-account-timelines-show .link-button {
|
|
102
|
+
padding: 0 !important;
|
|
103
|
+
background-color: transparent !important;
|
|
104
|
+
border: none !important;
|
|
105
|
+
color: blue !important;
|
|
106
|
+
font-weight: 500;
|
|
107
|
+
font-size: 0.875rem;
|
|
108
|
+
line-height: 1.25rem;
|
|
109
|
+
text-decoration: none !important;
|
|
110
|
+
text-transform: capitalize;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.kaui-account-timelines-show .datetime-container {
|
|
114
|
+
font-weight: 600;
|
|
115
|
+
font-size: 0.875rem;
|
|
116
|
+
line-height: 1.25rem;
|
|
117
|
+
margin-bottom: 0.75rem;
|
|
118
|
+
color: #414651;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.kaui-account-timelines-show .transaction-status .alert-success {
|
|
122
|
+
display: inline-flex;
|
|
123
|
+
align-items: center;
|
|
124
|
+
gap: 0.125rem;
|
|
125
|
+
padding: 0.125rem 0.5rem;
|
|
126
|
+
border-radius: 3.90234rem;
|
|
127
|
+
background-color: #ecfdf3;
|
|
128
|
+
border: 0.0625rem solid #dcfae6;
|
|
129
|
+
color: #067647;
|
|
130
|
+
font-weight: 500;
|
|
131
|
+
font-size: 0.75rem;
|
|
132
|
+
line-height: 1.125rem;
|
|
133
|
+
margin: 0;
|
|
134
|
+
position: relative;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.kaui-account-timelines-show .transaction-status .alert-success::before {
|
|
138
|
+
content: "";
|
|
139
|
+
display: inline-block;
|
|
140
|
+
width: 0.75rem;
|
|
141
|
+
height: 0.75rem;
|
|
142
|
+
background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3L4.5 8.5L2 6' stroke='%2317B26A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
143
|
+
background-size: contain;
|
|
144
|
+
background-repeat: no-repeat;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.kaui-account-timelines-show .transaction-status .alert-danger {
|
|
148
|
+
display: inline-flex;
|
|
149
|
+
align-items: center;
|
|
150
|
+
gap: 0.125rem;
|
|
151
|
+
padding: 0.125rem 0.5rem;
|
|
152
|
+
border-radius: 3.90234rem;
|
|
153
|
+
background-color: #fef3f2;
|
|
154
|
+
border: 0.0625rem solid #fee4e2;
|
|
155
|
+
color: #b42318;
|
|
156
|
+
font-weight: 500;
|
|
157
|
+
font-size: 0.75rem;
|
|
158
|
+
line-height: 1.125rem;
|
|
159
|
+
margin: 0;
|
|
160
|
+
position: relative;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.kaui-account-timelines-show .transaction-status .alert-danger::before {
|
|
164
|
+
content: "";
|
|
165
|
+
display: inline-block;
|
|
166
|
+
width: 0.75rem;
|
|
167
|
+
height: 0.75rem;
|
|
168
|
+
background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 3.5L3.5 8.5M3.5 3.5L8.5 8.5' stroke='%23F97066' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
169
|
+
background-size: contain;
|
|
170
|
+
background-repeat: no-repeat;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.kaui-account-timelines-show #search {
|
|
174
|
+
height: 2rem;
|
|
175
|
+
margin-right: 0.5rem;
|
|
176
|
+
border-radius: 0.375rem;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.kaui-account-timelines-show #search:focus {
|
|
180
|
+
border-color: blue;
|
|
181
|
+
outline: none;
|
|
182
|
+
box-shadow: none;
|
|
183
|
+
}
|
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
.kaui-users-index .users-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-users-index .users-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-users-index table {
|
|
18
|
+
overflow-x: auto;
|
|
19
|
+
min-width: 100%;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.kaui-users-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
|
+
}
|
|
31
|
+
|
|
32
|
+
.kaui-users-index table td {
|
|
33
|
+
font-weight: 500 !important;
|
|
34
|
+
font-size: 0.875rem !important;
|
|
35
|
+
padding: 1rem 0.5rem !important;
|
|
36
|
+
line-height: 1.125rem !important;
|
|
37
|
+
text-align: start;
|
|
38
|
+
color: #535862 !important;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.kaui-users-index .delete-button {
|
|
42
|
+
padding: 0 !important;
|
|
43
|
+
background-color: transparent !important;
|
|
44
|
+
border: none !important;
|
|
45
|
+
text-decoration: none !important;
|
|
46
|
+
color: #D92D20 !important;
|
|
47
|
+
font-weight: 500;
|
|
48
|
+
padding-right: 0.3125rem !important;
|
|
49
|
+
font-size: 0.875rem;
|
|
50
|
+
line-height: 1.25rem;
|
|
51
|
+
margin: 0 0.625rem;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.kaui-users-index .edit-button {
|
|
55
|
+
padding: 0 !important;
|
|
56
|
+
background-color: transparent !important;
|
|
57
|
+
border: none !important;
|
|
58
|
+
text-decoration: none !important;
|
|
59
|
+
color: #535862 !important;
|
|
60
|
+
font-weight: 500;
|
|
61
|
+
padding-right: 0.3125rem !important;
|
|
62
|
+
font-size: 0.875rem;
|
|
63
|
+
line-height: 1.25rem;
|
|
64
|
+
margin: 0 0.625rem;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/* app/views/kaui/admin_allowed_users/new.html.erb */
|
|
68
|
+
/* app/views/kaui/admin_allowed_users/edit.html.erb */
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
.kaui-new-admin-allowed-users .new-user-title {
|
|
72
|
+
display: flex;
|
|
73
|
+
align-items: center;
|
|
74
|
+
gap: 1rem;
|
|
75
|
+
font-weight: 600;
|
|
76
|
+
font-size: 1.125rem;
|
|
77
|
+
line-height: 1.75rem;
|
|
78
|
+
letter-spacing: 0;
|
|
79
|
+
color: #1B1C1E;
|
|
80
|
+
padding: 1rem 0;
|
|
81
|
+
margin-bottom: 1.5rem;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.kaui-new-admin-allowed-users .icon-container {
|
|
85
|
+
display: inline-flex;
|
|
86
|
+
justify-content: center;
|
|
87
|
+
align-items: center;
|
|
88
|
+
border: 0.0625rem solid #D5D7DA;
|
|
89
|
+
border-radius: 0.375rem;
|
|
90
|
+
width: 2.5rem;
|
|
91
|
+
height: 2.5rem;
|
|
92
|
+
padding: 0.25rem;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.kaui-new-admin-allowed-users .icon-container img {
|
|
96
|
+
width: 1rem;
|
|
97
|
+
height: 1rem;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.kaui-new-admin-allowed-users .control-label {
|
|
101
|
+
font-size: 0.875rem !important;
|
|
102
|
+
font-weight: 500 !important;
|
|
103
|
+
line-height: 1.25rem !important;
|
|
104
|
+
color: #414651 !important;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.kaui-new-admin-allowed-users .form-control {
|
|
108
|
+
border-radius: 0.375rem !important;
|
|
109
|
+
height: 2.5rem !important;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.kaui-new-admin-allowed-users .border-button {
|
|
113
|
+
background: transparent;
|
|
114
|
+
display: inline-flex;
|
|
115
|
+
justify-content: center;
|
|
116
|
+
align-items: center;
|
|
117
|
+
border: 0.0625rem solid #D5D7DA;
|
|
118
|
+
border-radius: 0.375rem;
|
|
119
|
+
width: 2.5rem;
|
|
120
|
+
height: 2.5rem;
|
|
121
|
+
padding: 0.625rem;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.kaui-new-admin-allowed-users .border-button:hover {
|
|
125
|
+
background: transparent;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.kaui-new-admin-allowed-users .chip-input-container {
|
|
129
|
+
min-height: 2.5rem;
|
|
130
|
+
cursor: text;
|
|
131
|
+
display: flex !important;
|
|
132
|
+
flex-wrap: nowrap !important;
|
|
133
|
+
overflow-x: auto;
|
|
134
|
+
overflow-y: hidden;
|
|
135
|
+
gap: 0.5rem;
|
|
136
|
+
scrollbar-width: none;
|
|
137
|
+
-ms-overflow-style: none;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.kaui-new-admin-allowed-users .chip-input-container::-webkit-scrollbar {
|
|
141
|
+
display: none;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.kaui-new-admin-allowed-users .chip {
|
|
145
|
+
background: #FAFAFA;
|
|
146
|
+
padding: 0.125rem 0.375rem;
|
|
147
|
+
border-radius: 0.25rem;
|
|
148
|
+
border: 0.0625rem solid #F5F5F5;
|
|
149
|
+
display: flex;
|
|
150
|
+
align-items: center;
|
|
151
|
+
font-size: 0.75rem;
|
|
152
|
+
white-space: nowrap;
|
|
153
|
+
font-weight: 500;
|
|
154
|
+
line-height: 1.125rem;
|
|
155
|
+
text-align: center;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.kaui-new-admin-allowed-users .chip .remove-chip {
|
|
159
|
+
margin-left: 0.5rem;
|
|
160
|
+
cursor: pointer;
|
|
161
|
+
color: #666;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.kaui-new-admin-allowed-users .chip-text-input.disabled > .chip-input-container {
|
|
165
|
+
background-color: #e9ecef !important;
|
|
166
|
+
pointer-events: none !important;
|
|
167
|
+
color: #6c757d !important;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.kaui-new-admin-allowed-users .chip-input-container.disabled-container {
|
|
171
|
+
background-color: #e9ecef !important;
|
|
172
|
+
pointer-events: none !important;
|
|
173
|
+
color: #6c757d !important;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.kaui-new-admin-allowed-users .chip-text-input {
|
|
177
|
+
min-width: 6.25rem;
|
|
178
|
+
outline: none;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.kaui-new-admin-allowed-users .notice-worning {
|
|
182
|
+
display: flex;
|
|
183
|
+
gap: 0.3125rem;
|
|
184
|
+
padding: 0.3125rem;
|
|
185
|
+
background-color: #FAFAFA;
|
|
186
|
+
border-radius: 0.46875rem;
|
|
187
|
+
border: 0.0625rem solid #E9EAEB;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.kaui-new-admin-allowed-users .notice-worning p {
|
|
191
|
+
padding: 0.3125rem 0;
|
|
192
|
+
font-weight: 400;
|
|
193
|
+
font-size: 0.875rem;
|
|
194
|
+
line-height: 1.25rem;
|
|
195
|
+
color: #535862 !important;
|
|
196
|
+
margin: 0;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.kaui-new-admin-allowed-users .notice-worning strong {
|
|
200
|
+
font-weight: 600;
|
|
201
|
+
font-size: 0.875rem;
|
|
202
|
+
line-height: 1.25rem;
|
|
203
|
+
color: #414651;
|
|
204
|
+
margin-bottom: 0.15625rem;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
/* app/views/kaui/admin_allowed_users/show.html.erb */
|
|
208
|
+
|
|
209
|
+
.user-details-container {
|
|
210
|
+
max-width: 80rem;
|
|
211
|
+
width: 100%;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.user-details-container .user-details-header {
|
|
215
|
+
display: flex;
|
|
216
|
+
align-items: start;
|
|
217
|
+
justify-content: space-between;
|
|
218
|
+
padding: 0;
|
|
219
|
+
border-bottom: 0.0625rem solid #E9EAEB;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.user-details-container .user-details-header h2 {
|
|
223
|
+
font-weight: 600;
|
|
224
|
+
font-size: 1.125rem;
|
|
225
|
+
line-height: 1.75rem;
|
|
226
|
+
color: #414651;
|
|
227
|
+
margin: 0;
|
|
228
|
+
margin-bottom: 1.25rem;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.user-details-container span {
|
|
232
|
+
font-weight: 400;
|
|
233
|
+
font-size: 0.875rem;
|
|
234
|
+
line-height: 1.25rem;
|
|
235
|
+
color: #717680;
|
|
236
|
+
margin: 0;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.user-details-container b {
|
|
240
|
+
display: block;
|
|
241
|
+
margin-bottom: 0.25rem;
|
|
242
|
+
color: #414651 !important;
|
|
243
|
+
font-weight: 600;
|
|
244
|
+
font-size: 0.875rem !important;
|
|
245
|
+
line-height: 1.25rem;
|
|
246
|
+
text-align: left;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.user-details-container .delete-button {
|
|
250
|
+
padding: 0 !important;
|
|
251
|
+
background-color: transparent !important;
|
|
252
|
+
border: none !important;
|
|
253
|
+
text-decoration: none !important;
|
|
254
|
+
color: #D92D20 !important;
|
|
255
|
+
font-weight: 500;
|
|
256
|
+
padding-right: 0.3125rem !important;
|
|
257
|
+
font-size: 0.875rem;
|
|
258
|
+
line-height: 1.25rem;
|
|
259
|
+
margin: 0 0.625rem;
|
|
260
|
+
}
|
|
@@ -1,19 +1,29 @@
|
|
|
1
1
|
#showHistoryModal #templatesPlaceHolder {
|
|
2
|
-
display: flex;
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
2
|
+
display: flex;
|
|
3
|
+
}
|
|
4
|
+
#showHistoryModal #templatesPlaceHolder .panel {
|
|
5
|
+
margin-left: 0.3125rem;
|
|
6
|
+
}
|
|
7
|
+
#showHistoryModal #templatesPlaceHolder .panel .panel-heading {
|
|
8
|
+
white-space: nowrap;
|
|
9
|
+
}
|
|
10
|
+
#showHistoryModal #templatesPlaceHolder .list-group-item {
|
|
11
|
+
padding: 0.3125rem;
|
|
12
|
+
min-height: 2rem;
|
|
13
|
+
overflow-x: hidden;
|
|
14
|
+
white-space: nowrap;
|
|
15
|
+
}
|
|
16
|
+
#showHistoryModal
|
|
17
|
+
#templatesPlaceHolder
|
|
18
|
+
#templateFieldsPlaceHolder
|
|
19
|
+
.list-group-item
|
|
20
|
+
span {
|
|
21
|
+
text-transform: capitalize;
|
|
22
|
+
font-weight: bold;
|
|
23
|
+
}
|
|
24
|
+
#showHistoryModal #templatesPlaceHolder #templatePlaceHolder {
|
|
25
|
+
display: flex;
|
|
26
|
+
overflow-x: auto;
|
|
27
|
+
}
|
|
18
28
|
|
|
19
29
|
/*# sourceMappingURL=audit.css.map */
|