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,1478 @@
|
|
|
1
|
+
.control-label {
|
|
2
|
+
font-size: 0.875rem !important;
|
|
3
|
+
font-weight: 500 !important;
|
|
4
|
+
line-height: 1.25rem !important;
|
|
5
|
+
color: #414651 !important;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.kaui-tenant-select .choose-tenant-title {
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
gap: 1rem;
|
|
12
|
+
font-weight: 600;
|
|
13
|
+
font-size: 1.125rem;
|
|
14
|
+
line-height: 1.75rem;
|
|
15
|
+
letter-spacing: 0;
|
|
16
|
+
color: #1b1c1e;
|
|
17
|
+
padding: 1rem 0;
|
|
18
|
+
margin-bottom: 1.5rem;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.kaui-tenant-select .icon-container {
|
|
22
|
+
display: inline-flex;
|
|
23
|
+
justify-content: center;
|
|
24
|
+
align-items: center;
|
|
25
|
+
border: 0.0625rem solid #d5d7da;
|
|
26
|
+
border-radius: 0.375rem;
|
|
27
|
+
width: 2.5rem;
|
|
28
|
+
height: 2.5rem;
|
|
29
|
+
padding: 0.25rem;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.kaui-tenant-select .icon-container img {
|
|
33
|
+
width: 1rem;
|
|
34
|
+
height: 1rem;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.kaui-tenant-select .control-label {
|
|
38
|
+
font-size: 0.875rem !important;
|
|
39
|
+
font-weight: 500 !important;
|
|
40
|
+
line-height: 1.25rem !important;
|
|
41
|
+
color: #414651 !important;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.kaui-tenant-select select#kb_tenant_id {
|
|
45
|
+
appearance: none;
|
|
46
|
+
-webkit-appearance: none;
|
|
47
|
+
-moz-appearance: none;
|
|
48
|
+
display: block;
|
|
49
|
+
height: 2.5rem;
|
|
50
|
+
width: 100%;
|
|
51
|
+
padding: 0.375rem 0.75rem;
|
|
52
|
+
font-size: 1rem;
|
|
53
|
+
font-weight: 400;
|
|
54
|
+
line-height: 1.5;
|
|
55
|
+
color: #212529;
|
|
56
|
+
background-color: #fff;
|
|
57
|
+
background-clip: padding-box;
|
|
58
|
+
border: 0.0625rem solid #ced4da;
|
|
59
|
+
border-radius: 0.375rem;
|
|
60
|
+
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
61
|
+
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>");
|
|
62
|
+
background-repeat: no-repeat;
|
|
63
|
+
background-position: right 0.625rem center;
|
|
64
|
+
background-size: 1rem 1rem;
|
|
65
|
+
padding-right: 1.875rem;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.kaui-tenant-select select#kb_tenant_id:focus {
|
|
69
|
+
box-shadow: none;
|
|
70
|
+
outline: none;
|
|
71
|
+
border-color: #1570ef;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
/* app/views/kaui/admin_tenants/index.html.erb */
|
|
75
|
+
|
|
76
|
+
.admin-tenant-details .admin-tenant-details-header {
|
|
77
|
+
display: flex;
|
|
78
|
+
align-items: start;
|
|
79
|
+
justify-content: space-between;
|
|
80
|
+
padding: 0;
|
|
81
|
+
border-bottom: 0.0625rem solid #E9EAEB;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.admin-tenant-details .admin-tenant-details-header h2 {
|
|
85
|
+
font-weight: 600;
|
|
86
|
+
font-size: 1.125rem;
|
|
87
|
+
line-height: 1.75rem;
|
|
88
|
+
color: #414651;
|
|
89
|
+
margin-bottom: 1.25rem;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.admin-tenant-details table {
|
|
93
|
+
overflow-x: auto;
|
|
94
|
+
min-width: 100%;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.admin-tenant-details table th {
|
|
98
|
+
padding: 0.375rem 0.75rem !important;
|
|
99
|
+
font-weight: 500;
|
|
100
|
+
font-size: 0.875rem;
|
|
101
|
+
line-height: 1.125rem;
|
|
102
|
+
letter-spacing: 0;
|
|
103
|
+
color: #717680;
|
|
104
|
+
text-transform: capitalize;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.admin-tenant-details table td {
|
|
108
|
+
font-weight: 500 !important;
|
|
109
|
+
font-size: 0.875rem !important;
|
|
110
|
+
padding: 1rem 0.5rem !important;
|
|
111
|
+
line-height: 1.125rem !important;
|
|
112
|
+
text-align: start;
|
|
113
|
+
color: #535862 !important;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
/* app/views/kaui/admin_tenants/new.html.erb */
|
|
117
|
+
|
|
118
|
+
.add-new-tenant-details .add-new-tenant-title {
|
|
119
|
+
display: flex;
|
|
120
|
+
align-items: center;
|
|
121
|
+
gap: 1rem;
|
|
122
|
+
font-weight: 600;
|
|
123
|
+
font-size: 1.125rem;
|
|
124
|
+
line-height: 1.75rem;
|
|
125
|
+
letter-spacing: 0;
|
|
126
|
+
color: #1B1C1E;
|
|
127
|
+
padding: 1.5rem 0;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.add-new-tenant-details .icon-container {
|
|
131
|
+
display: inline-flex;
|
|
132
|
+
justify-content: center;
|
|
133
|
+
align-items: center;
|
|
134
|
+
border: 0.0625rem solid #D5D7DA;
|
|
135
|
+
border-radius: 0.375rem;
|
|
136
|
+
width: 2.5rem;
|
|
137
|
+
height: 2.5rem;
|
|
138
|
+
padding: 0.25rem;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.add-new-tenant-details .icon-container img {
|
|
142
|
+
width: 1rem;
|
|
143
|
+
height: 1rem;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.add-new-tenant-details .control-label {
|
|
147
|
+
font-size: 0.875rem !important;
|
|
148
|
+
font-weight: 500 !important;
|
|
149
|
+
line-height: 1.25rem !important;
|
|
150
|
+
color: #414651 !important;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.add-new-tenant-details .form-group .form-control {
|
|
154
|
+
margin-right: 0.25rem;
|
|
155
|
+
height: 2.5rem;
|
|
156
|
+
border-radius: 0.375rem;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
/* app/views/kaui/admin_tenants/_useful_links.html.erb */
|
|
160
|
+
|
|
161
|
+
.useful-links-container {
|
|
162
|
+
max-width: 80rem;
|
|
163
|
+
width: 100%;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.useful-links-container .useful-links-header {
|
|
167
|
+
display: flex;
|
|
168
|
+
align-items: start;
|
|
169
|
+
justify-content: space-between;
|
|
170
|
+
padding: 0;
|
|
171
|
+
border-bottom: 0.0625rem solid #E9EAEB;
|
|
172
|
+
padding-bottom: 1rem;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.useful-links-container .useful-links-header h2 {
|
|
176
|
+
font-weight: 600;
|
|
177
|
+
font-size: 1.125rem;
|
|
178
|
+
line-height: 1.75rem;
|
|
179
|
+
color: #414651;
|
|
180
|
+
margin: 0;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.useful-links-container .useful-links b {
|
|
184
|
+
display: block;
|
|
185
|
+
margin-bottom: 0.25rem;
|
|
186
|
+
color: #414651 !important;
|
|
187
|
+
font-weight: 600;
|
|
188
|
+
font-size: 0.875rem !important;
|
|
189
|
+
line-height: 1.25rem;
|
|
190
|
+
text-align: left;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.useful-links-container .useful-links p {
|
|
194
|
+
display: block;
|
|
195
|
+
color: #717680 !important;
|
|
196
|
+
font-weight: 400;
|
|
197
|
+
font-size: 0.875rem !important;
|
|
198
|
+
line-height: 1.25rem;
|
|
199
|
+
text-align: left;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.useful-links-container .useful-links ul {
|
|
203
|
+
padding-left: 0;
|
|
204
|
+
margin-bottom: 0;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.useful-links-container .useful-links li {
|
|
208
|
+
list-style-type: none;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.useful-links-container .useful-links li a {
|
|
212
|
+
font-weight: 400;
|
|
213
|
+
font-size: 0.875rem;
|
|
214
|
+
line-height: 1.25rem;
|
|
215
|
+
text-decoration: underline;
|
|
216
|
+
text-decoration-style: solid;
|
|
217
|
+
text-decoration-skip-ink: auto;
|
|
218
|
+
color: #717680 !important;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
/* app/views/kaui/admin_tenants/_tenant_details.html.erb */
|
|
222
|
+
|
|
223
|
+
.tenant-details-container {
|
|
224
|
+
max-width: 80rem;
|
|
225
|
+
width: 100%;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.tenant-details-container .tenant-details-header {
|
|
229
|
+
display: flex;
|
|
230
|
+
align-items: start;
|
|
231
|
+
justify-content: space-between;
|
|
232
|
+
padding: 0;
|
|
233
|
+
border-bottom: 0.0625rem solid #E9EAEB;
|
|
234
|
+
padding-bottom: 1rem;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.tenant-details-container .tenant-details-header h2 {
|
|
238
|
+
font-weight: 600;
|
|
239
|
+
font-size: 1.125rem;
|
|
240
|
+
line-height: 1.75rem;
|
|
241
|
+
color: #414651;
|
|
242
|
+
margin: 0;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.tenant-details-container .tenant-details b {
|
|
246
|
+
display: block;
|
|
247
|
+
margin-bottom: 0.25rem;
|
|
248
|
+
color: #414651 !important;
|
|
249
|
+
font-weight: 600;
|
|
250
|
+
font-size: 0.875rem !important;
|
|
251
|
+
line-height: 1.25rem;
|
|
252
|
+
text-align: left;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.tenant-details-container .tenant-details p {
|
|
256
|
+
display: block;
|
|
257
|
+
color: #717680 !important;
|
|
258
|
+
font-weight: 400;
|
|
259
|
+
font-size: 0.875rem !important;
|
|
260
|
+
line-height: 1.25rem;
|
|
261
|
+
text-align: left;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.tenant-details-container .dots-menu {
|
|
265
|
+
padding: 0 !important;
|
|
266
|
+
background-color: transparent !important;
|
|
267
|
+
border: none !important;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
/* app/views/kaui/admin_tenants/show.html.erb */
|
|
271
|
+
|
|
272
|
+
.admin-tenant-show .allowed-users-container {
|
|
273
|
+
max-width: 80rem;
|
|
274
|
+
width: 100%;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.admin-tenant-show .allowed-users-container .allowed-users-header {
|
|
278
|
+
display: flex;
|
|
279
|
+
align-items: start;
|
|
280
|
+
justify-content: space-between;
|
|
281
|
+
padding: 0;
|
|
282
|
+
border-bottom: 0.0625rem solid #E9EAEB;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.admin-tenant-show .allowed-users-container .allowed-users-header h2 {
|
|
286
|
+
font-weight: 600;
|
|
287
|
+
font-size: 1.125rem;
|
|
288
|
+
line-height: 1.75rem;
|
|
289
|
+
color: #414651;
|
|
290
|
+
margin-bottom: 1.25rem;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.admin-tenant-show .allowed-users-container .dots-menu {
|
|
294
|
+
padding: 0 !important;
|
|
295
|
+
background-color: transparent !important;
|
|
296
|
+
border: none !important;
|
|
297
|
+
text-decoration: none !important;
|
|
298
|
+
color: #D92D20 !important;
|
|
299
|
+
font-weight: 500;
|
|
300
|
+
padding-right: 0.5rem !important;
|
|
301
|
+
font-size: 0.875rem;
|
|
302
|
+
line-height: 1.125rem;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.admin-tenant-show .card {
|
|
306
|
+
background: #FAFAFA;
|
|
307
|
+
border: 0.0625rem solid #E9EAEB;
|
|
308
|
+
border-radius: 0.5rem;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.admin-tenant-show .gap-container {
|
|
312
|
+
margin-bottom: 3.375rem !important;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.admin-tenant-show .dataTables_wrapper {
|
|
316
|
+
margin-bottom: 0 !important;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.admin-tenant-show table {
|
|
320
|
+
overflow-x: auto;
|
|
321
|
+
min-width: 100%;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.admin-tenant-show table th {
|
|
325
|
+
padding: 0.375rem 0.75rem !important;
|
|
326
|
+
font-weight: 500;
|
|
327
|
+
font-size: 0.875rem;
|
|
328
|
+
line-height: 1.125rem;
|
|
329
|
+
letter-spacing: 0;
|
|
330
|
+
color: #717680;
|
|
331
|
+
text-transform: capitalize;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.admin-tenant-show table td {
|
|
335
|
+
font-weight: 500 !important;
|
|
336
|
+
font-size: 0.875rem !important;
|
|
337
|
+
padding: 1rem 0.5rem !important;
|
|
338
|
+
line-height: 1.125rem !important;
|
|
339
|
+
text-align: start;
|
|
340
|
+
color: #535862 !important;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.admin-tenant-show .nav-tabs-details .nav-link.active {
|
|
344
|
+
border-bottom: 0.125rem solid #1570EF !important;
|
|
345
|
+
color: #175CD3 !important;
|
|
346
|
+
border-top: none !important;
|
|
347
|
+
border-left: none !important;
|
|
348
|
+
border-right: none !important;
|
|
349
|
+
|
|
350
|
+
}
|
|
351
|
+
.admin-tenant-show .nav-tabs-details .nav-link {
|
|
352
|
+
border-bottom: 0.125rem solid transparent;
|
|
353
|
+
border-top: none !important;
|
|
354
|
+
border-left: none !important;
|
|
355
|
+
border-right: none !important;
|
|
356
|
+
padding: 0.25rem 0 0.75rem 0.25rem !important;
|
|
357
|
+
color: #717680;
|
|
358
|
+
margin-right: 0.75rem !important;
|
|
359
|
+
font-weight: 500 !important;
|
|
360
|
+
font-size: 0.875rem !important;
|
|
361
|
+
line-height: 1.25rem !important;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
/* app/views/kaui/admin_tenants/_add_allowed_user_modal.html.erb */
|
|
365
|
+
|
|
366
|
+
.addAllowedUserModal .modal-content {
|
|
367
|
+
border-radius: 1rem;
|
|
368
|
+
max-width: 40.5rem;
|
|
369
|
+
width: 100%;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.addAllowedUserModal .control-label {
|
|
373
|
+
margin-top: -1.25rem;
|
|
374
|
+
font-weight: 500;
|
|
375
|
+
font-size: 0.875rem;
|
|
376
|
+
line-height: 1.25rem;
|
|
377
|
+
color: #414651;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.addAllowedUserModal .modal-body {
|
|
381
|
+
padding: 0 !important;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.addAllowedUserModal .modal-header {
|
|
385
|
+
padding: 1.5rem 1.5rem 1rem 1.5rem !important;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.addAllowedUserModal .modal-footer {
|
|
389
|
+
padding: 1rem 1.5rem 1.5rem 1.5rem !important;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.addAllowedUserModal .modal-title {
|
|
393
|
+
font-weight: 600;
|
|
394
|
+
font-size: 1.125rem;
|
|
395
|
+
line-height: 1.75rem;
|
|
396
|
+
color: #181D27;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.addAllowedUserModal .close-button {
|
|
400
|
+
background: transparent;
|
|
401
|
+
padding: 0;
|
|
402
|
+
margin-top: -1.25rem;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.addAllowedUserModal .close-button:hover {
|
|
406
|
+
background: transparent;
|
|
407
|
+
padding: 0;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.addAllowedUserModal .border-button {
|
|
411
|
+
background: transparent;
|
|
412
|
+
display: inline-flex;
|
|
413
|
+
justify-content: center;
|
|
414
|
+
align-items: center;
|
|
415
|
+
border: 0.0625rem solid #D5D7DA;
|
|
416
|
+
border-radius: 0.375rem;
|
|
417
|
+
width: 2.5rem;
|
|
418
|
+
height: 2.5rem;
|
|
419
|
+
padding: 0.625rem;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.addAllowedUserModal .border-button:hover {
|
|
423
|
+
background: transparent;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.addAllowedUserModal .button {
|
|
427
|
+
background: transparent;
|
|
428
|
+
display: inline-flex;
|
|
429
|
+
justify-content: center;
|
|
430
|
+
align-items: center;
|
|
431
|
+
width: 2.5rem;
|
|
432
|
+
height: 2.5rem;
|
|
433
|
+
padding: 0.625rem;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.addAllowedUserModal .button:hover {
|
|
437
|
+
background: transparent;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.addAllowedUserModal .field-label {
|
|
441
|
+
font-weight: 500;
|
|
442
|
+
font-size: 0.875rem;
|
|
443
|
+
line-height: 1.25rem;
|
|
444
|
+
color: #414651;
|
|
445
|
+
margin-top: -1.25rem;
|
|
446
|
+
min-width: 9.59375rem;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.addAllowedUserModal .search-field-label {
|
|
450
|
+
margin-top: -1.25rem;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.addAllowedUserModal .form-group.row.align-items-center {
|
|
454
|
+
display: flex;
|
|
455
|
+
align-items: center;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.addAllowedUserModal .form-group.row.align-items-center label {
|
|
459
|
+
margin-bottom: 0;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.addAllowedUserModal .form-group.row.align-items-center .form-control {
|
|
463
|
+
margin-right: 0.25rem;
|
|
464
|
+
height: 2.5rem;
|
|
465
|
+
border-radius: 0.375rem;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.addAllowedUserModal .form-group.row.align-items-center.search-field div {
|
|
469
|
+
padding: 0;
|
|
470
|
+
margin-right: 0.25rem;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.addAllowedUserModal .form-group.row.align-items-center .form-control:focus {
|
|
474
|
+
outline: none;
|
|
475
|
+
box-shadow: none;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.addAllowedUserModal .form-group.d-flex {
|
|
479
|
+
display: flex;
|
|
480
|
+
align-items: center;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
.addAllowedUserModal .form-group.d-flex label {
|
|
484
|
+
margin-bottom: 0;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.addAllowedUserModal .form-group.d-flex .form-control {
|
|
488
|
+
margin-right: 0.25rem;
|
|
489
|
+
height: 2.5rem;
|
|
490
|
+
border-radius: 0.375rem;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
.addAllowedUserModal .form-group.d-flex .form-control:focus {
|
|
494
|
+
outline: none;
|
|
495
|
+
box-shadow: none;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
.addAllowedUserModal #search-labels-container .label {
|
|
499
|
+
margin-left: 0.3125rem;
|
|
500
|
+
margin-bottom: 0.3125rem;
|
|
501
|
+
color: white;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.addAllowedUserModal .col-form-label {
|
|
505
|
+
font-weight: 500;
|
|
506
|
+
font-size: 0.875rem;
|
|
507
|
+
line-height: 1.25rem;
|
|
508
|
+
color: #414651;
|
|
509
|
+
padding: 0;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
.addAllowedUserModal #search-fields-container {
|
|
513
|
+
display: flex;
|
|
514
|
+
flex-direction: column;
|
|
515
|
+
gap: 1rem;
|
|
516
|
+
margin: 1rem 0.75rem;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
.addAllowedUserModal .filter-bar-container {
|
|
520
|
+
display: flex;
|
|
521
|
+
justify-content: flex-start;
|
|
522
|
+
align-items: center;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.addAllowedUserModal .filter-bar {
|
|
526
|
+
display: flex;
|
|
527
|
+
align-items: center;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
.addAllowedUserModal .filter-bar label {
|
|
531
|
+
margin: 0.625rem;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
.addAllowedUserModal .modal-header .icon-container {
|
|
535
|
+
display: inline-flex;
|
|
536
|
+
justify-content: center;
|
|
537
|
+
align-items: center;
|
|
538
|
+
border: 0.0625rem solid #D5D7DA;
|
|
539
|
+
border-radius: 0.375rem;
|
|
540
|
+
width: 2.5rem;
|
|
541
|
+
height: 2.5rem;
|
|
542
|
+
padding: 0.25rem;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
.addAllowedUserModal .modal-header .icon-container img {
|
|
546
|
+
width: 1.25rem;
|
|
547
|
+
height: 1.25rem;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
.addAllowedUserModal .form-group select.form-control {
|
|
551
|
+
appearance: none;
|
|
552
|
+
-webkit-appearance: none;
|
|
553
|
+
-moz-appearance: none;
|
|
554
|
+
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>");
|
|
555
|
+
background-repeat: no-repeat;
|
|
556
|
+
background-position: right 0.625rem center;
|
|
557
|
+
background-size: 1rem 1rem;
|
|
558
|
+
padding-right: 1.875rem;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
.addAllowedUserModal select.form-control:focus {
|
|
562
|
+
box-shadow: none;
|
|
563
|
+
outline: none;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
/* app/views/kaui/admin_tenants/_show_overdue.erb */
|
|
567
|
+
|
|
568
|
+
.existing-overdue-config-for-tenants-container {
|
|
569
|
+
max-width: 80rem;
|
|
570
|
+
width: 100%;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.existing-overdue-config-for-tenants-container .existing-overdue-config-for-tenants-header {
|
|
574
|
+
display: flex;
|
|
575
|
+
align-items: start;
|
|
576
|
+
justify-content: space-between;
|
|
577
|
+
padding: 0;
|
|
578
|
+
border-bottom: 0.0625rem solid #E9EAEB;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.existing-overdue-config-for-tenants-container .existing-overdue-config-for-tenants-header h2 {
|
|
582
|
+
font-weight: 600;
|
|
583
|
+
font-size: 1.125rem;
|
|
584
|
+
line-height: 1.75rem;
|
|
585
|
+
color: #414651;
|
|
586
|
+
margin-bottom: 1.25rem;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
.existing-overdue-config-for-tenants-container table.existing-overdue-config-for-tenants-table {
|
|
590
|
+
overflow-x: auto;
|
|
591
|
+
min-width: 100%;
|
|
592
|
+
border: none !important;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
.existing-overdue-config-for-tenants-container table.existing-overdue-config-for-tenants-table tbody tr {
|
|
596
|
+
border-bottom: 0.0625rem solid #E9EAEB !important;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
.existing-overdue-config-for-tenants-container table.existing-overdue-config-for-tenants-table ul {
|
|
600
|
+
margin-bottom: 0 !important;
|
|
601
|
+
padding-left: 0 !important;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
.existing-overdue-config-for-tenants-container table.existing-overdue-config-for-tenants-table ul li {
|
|
605
|
+
list-style: none !important;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
.existing-overdue-config-for-tenants-container table.existing-overdue-config-for-tenants-table th {
|
|
609
|
+
padding: 0.375rem 0.75rem !important;
|
|
610
|
+
font-weight: 500 !important;
|
|
611
|
+
font-size: 0.75rem !important;
|
|
612
|
+
line-height: 1.125rem;
|
|
613
|
+
letter-spacing: 0;
|
|
614
|
+
color: #717680;
|
|
615
|
+
text-transform: capitalize;
|
|
616
|
+
background-color: #FAFAFA !important;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.existing-overdue-config-for-tenants-container table.existing-overdue-config-for-tenants-table td {
|
|
620
|
+
font-weight: 500 !important;
|
|
621
|
+
font-size: 0.875rem !important;
|
|
622
|
+
padding: 1rem 0.5rem !important;
|
|
623
|
+
line-height: 1.125rem !important;
|
|
624
|
+
text-align: start;
|
|
625
|
+
padding: 0.3125rem 0.75rem !important;
|
|
626
|
+
color: #535862 !important;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
/* app/views/kaui/admin_tenants/_form_invoice_template.erb */
|
|
630
|
+
|
|
631
|
+
.form-invoice-template .checkbox label {
|
|
632
|
+
display: flex;
|
|
633
|
+
align-items: center;
|
|
634
|
+
gap: 0.25rem;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.form-invoice-template .checkbox label span {
|
|
638
|
+
font-weight: 500;
|
|
639
|
+
font-size: 0.875rem;
|
|
640
|
+
line-height: 1.25rem;
|
|
641
|
+
color: #414651;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
/* app/views/kaui/admin_tenants/_show_catalog_simple.erb */
|
|
645
|
+
|
|
646
|
+
#catalog_simple, #catalog_xml {
|
|
647
|
+
display: none;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
#catalog_simple.active, #catalog_xml.active {
|
|
651
|
+
display: block;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
.show-catalog-simple .existing-plans-container {
|
|
655
|
+
max-width: 80rem;
|
|
656
|
+
width: 100%;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
.show-catalog-simple .existing-plans-container .existing-plans-header {
|
|
660
|
+
display: flex;
|
|
661
|
+
align-items: start;
|
|
662
|
+
justify-content: space-between;
|
|
663
|
+
padding: 0;
|
|
664
|
+
border-bottom: 0.0625rem solid #E9EAEB;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
.show-catalog-simple .existing-plans-container .existing-plans-header h2 {
|
|
668
|
+
font-weight: 600;
|
|
669
|
+
font-size: 1.125rem;
|
|
670
|
+
line-height: 1.75rem;
|
|
671
|
+
color: #414651;
|
|
672
|
+
margin-bottom: 1.25rem;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
.show-catalog-simple .select-catalog-version select {
|
|
676
|
+
height: 2.125rem;
|
|
677
|
+
font-size: 1rem;
|
|
678
|
+
line-height: 1.5;
|
|
679
|
+
color: #495057;
|
|
680
|
+
background-color: #fff;
|
|
681
|
+
background-clip: padding-box;
|
|
682
|
+
border: 0.0625rem solid #ced4da;
|
|
683
|
+
border-radius: 0.375rem;
|
|
684
|
+
margin-top: 0.0625rem;
|
|
685
|
+
-webkit-appearance: none;
|
|
686
|
+
-moz-appearance: none;
|
|
687
|
+
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>");
|
|
688
|
+
background-repeat: no-repeat;
|
|
689
|
+
background-position: right 0.625rem center;
|
|
690
|
+
background-size: 1rem 1rem;
|
|
691
|
+
padding: 0 1.875rem 0 0.625rem;
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
.show-catalog-simple .select-catalog-version b {
|
|
695
|
+
font-weight: 500;
|
|
696
|
+
font-size: 0.875rem;
|
|
697
|
+
line-height: 1.25rem;
|
|
698
|
+
color: #414651;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
.show-catalog-simple .select-catalog-version select:focus {
|
|
702
|
+
box-shadow: none;
|
|
703
|
+
outline: none;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.show-catalog-simple table.existing-plans-table {
|
|
707
|
+
overflow-x: auto;
|
|
708
|
+
min-width: 100%;
|
|
709
|
+
border: none !important;
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
.show-catalog-simple table.existing-plans-table select {
|
|
713
|
+
height: 1.375rem;
|
|
714
|
+
font-weight: 500;
|
|
715
|
+
font-size: 0.75rem;
|
|
716
|
+
line-height: 1.125rem;
|
|
717
|
+
color: #495057;
|
|
718
|
+
background-color: #fff;
|
|
719
|
+
background-clip: padding-box;
|
|
720
|
+
border: 0.0625rem solid #ced4da;
|
|
721
|
+
border-radius: 0.375rem;
|
|
722
|
+
-webkit-appearance: none;
|
|
723
|
+
-moz-appearance: none;
|
|
724
|
+
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>");
|
|
725
|
+
background-repeat: no-repeat;
|
|
726
|
+
background-position: right 0.3125rem center;
|
|
727
|
+
background-size: 1rem 1rem;
|
|
728
|
+
padding: 0 1.25rem 0 0.5rem;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
.show-catalog-simple table.existing-plans-table select:focus {
|
|
732
|
+
box-shadow: none;
|
|
733
|
+
outline: none;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
.show-catalog-simple table.existing-plans-table th {
|
|
737
|
+
padding: 0.375rem 0.75rem !important;
|
|
738
|
+
font-weight: 500 !important;
|
|
739
|
+
font-size: 0.75rem;
|
|
740
|
+
line-height: 1.125rem;
|
|
741
|
+
letter-spacing: 0;
|
|
742
|
+
color: #717680;
|
|
743
|
+
text-transform: capitalize;
|
|
744
|
+
background-color: #FAFAFA !important;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
.show-catalog-simple table.existing-plans-table td {
|
|
748
|
+
font-weight: 500 !important;
|
|
749
|
+
font-size: 0.875rem !important;
|
|
750
|
+
padding: 1rem 0.5rem !important;
|
|
751
|
+
line-height: 1.125rem !important;
|
|
752
|
+
text-align: start;
|
|
753
|
+
color: #535862 !important;
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
.show-catalog-simple .currency-button {
|
|
757
|
+
padding: 0 !important;
|
|
758
|
+
background-color: transparent !important;
|
|
759
|
+
border: none !important;
|
|
760
|
+
color: #175CD3 !important;
|
|
761
|
+
font-weight: 500 !important;
|
|
762
|
+
font-size: 0.75rem !important;
|
|
763
|
+
line-height: 1.125rem !important;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
.show-catalog-simple .selected_catalog .category {
|
|
767
|
+
display: inline-block;
|
|
768
|
+
padding: 0.125rem 0.5rem !important;
|
|
769
|
+
border: 0.0625rem solid #D1E9FF !important;
|
|
770
|
+
border-radius: 39.0586rem;
|
|
771
|
+
font-weight: 500 !important;
|
|
772
|
+
font-size: 0.75rem !important;
|
|
773
|
+
line-height: 1.125rem !important;
|
|
774
|
+
text-align: start;
|
|
775
|
+
color: #175CD3 !important;
|
|
776
|
+
background-color: #EFF8FF;
|
|
777
|
+
text-transform: capitalize;
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
.show-catalog-simple .selected_catalog .phase-duration {
|
|
781
|
+
display: inline-block;
|
|
782
|
+
padding: 0.125rem 0.5rem !important;
|
|
783
|
+
border: 0.0625rem solid #DCFAE6 !important;
|
|
784
|
+
border-radius: 39.0586rem;
|
|
785
|
+
font-weight: 500 !important;
|
|
786
|
+
font-size: 0.75rem !important;
|
|
787
|
+
line-height: 1.125rem !important;
|
|
788
|
+
text-align: start;
|
|
789
|
+
color: #067647 !important;
|
|
790
|
+
background-color: #ECFDF3;
|
|
791
|
+
text-transform: capitalize;
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
.show-catalog-simple .dots-menu {
|
|
795
|
+
padding: 0 !important;
|
|
796
|
+
background-color: transparent !important;
|
|
797
|
+
border: none !important;
|
|
798
|
+
text-decoration: none !important;
|
|
799
|
+
color: #D92D20 !important;
|
|
800
|
+
font-weight: 500;
|
|
801
|
+
padding-right: 0.3125rem !important;
|
|
802
|
+
font-size: 0.875rem;
|
|
803
|
+
line-height: 1.25rem;
|
|
804
|
+
margin-left: 1rem;
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
/* app/views/kaui/admin_tenants/_show_catalog_xml.erb */
|
|
808
|
+
|
|
809
|
+
.show-catalog-xml .catalog-container {
|
|
810
|
+
max-width: 80rem;
|
|
811
|
+
width: 100%;
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
.show-catalog-xml .catalog-container .catalog-header {
|
|
815
|
+
display: flex;
|
|
816
|
+
align-items: start;
|
|
817
|
+
justify-content: space-between;
|
|
818
|
+
padding: 0;
|
|
819
|
+
border-bottom: 0.0625rem solid #E9EAEB;
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
.show-catalog-xml .catalog-container .catalog-header h2 {
|
|
823
|
+
font-weight: 600;
|
|
824
|
+
font-size: 1.125rem;
|
|
825
|
+
line-height: 1.75rem;
|
|
826
|
+
color: #414651;
|
|
827
|
+
margin-bottom: 1.25rem;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
.show-catalog-xml table {
|
|
831
|
+
overflow-x: auto;
|
|
832
|
+
min-width: 100%;
|
|
833
|
+
border: none !important;
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
.show-catalog-xml table th {
|
|
837
|
+
padding: 0.375rem 0.75rem !important;
|
|
838
|
+
font-weight: 500 !important;
|
|
839
|
+
font-size: 0.75rem !important;
|
|
840
|
+
line-height: 1.125rem;
|
|
841
|
+
letter-spacing: 0;
|
|
842
|
+
color: #717680;
|
|
843
|
+
text-transform: capitalize;
|
|
844
|
+
background-color: #FAFAFA !important;
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
.show-catalog-xml table td {
|
|
848
|
+
font-weight: 500 !important;
|
|
849
|
+
font-size: 0.875rem !important;
|
|
850
|
+
padding: 1rem 0.5rem !important;
|
|
851
|
+
line-height: 1.125rem !important;
|
|
852
|
+
text-align: start;
|
|
853
|
+
color: #535862 !important;
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
.show-catalog-xml .currency-button {
|
|
857
|
+
padding: 0 !important;
|
|
858
|
+
background-color: transparent !important;
|
|
859
|
+
border: none !important;
|
|
860
|
+
color: #175CD3 !important;
|
|
861
|
+
font-weight: 500 !important;
|
|
862
|
+
font-size: 0.75rem !important;
|
|
863
|
+
line-height: 1.125rem !important;
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
/* app/views/kaui/admin_tenants/new_catalog.html.erb */
|
|
867
|
+
|
|
868
|
+
.kaui-new-catalog .add-account-title {
|
|
869
|
+
display: flex;
|
|
870
|
+
align-items: center;
|
|
871
|
+
gap: 1rem;
|
|
872
|
+
font-weight: 600;
|
|
873
|
+
font-size: 1.125rem;
|
|
874
|
+
line-height: 1.75rem;
|
|
875
|
+
letter-spacing: 0;
|
|
876
|
+
color: #1B1C1E;
|
|
877
|
+
padding: 1.5rem 0;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
.kaui-new-catalog .icon-container {
|
|
881
|
+
display: inline-flex;
|
|
882
|
+
justify-content: center;
|
|
883
|
+
align-items: center;
|
|
884
|
+
border: 0.0625rem solid #D5D7DA;
|
|
885
|
+
border-radius: 0.375rem;
|
|
886
|
+
width: 2.5rem;
|
|
887
|
+
height: 2.5rem;
|
|
888
|
+
padding: 0.25rem;
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
.kaui-new-catalog .icon-container img {
|
|
892
|
+
width: 1rem;
|
|
893
|
+
height: 1rem;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
.kaui-new-catalog .control-label {
|
|
897
|
+
font-size: 0.875rem !important;
|
|
898
|
+
font-weight: 500 !important;
|
|
899
|
+
line-height: 1.25rem !important;
|
|
900
|
+
color: #414651 !important;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
.kaui-new-catalog .question-circle {
|
|
904
|
+
color: #A4A7AE;
|
|
905
|
+
font-size: 1rem;
|
|
906
|
+
width: 1rem;
|
|
907
|
+
height: 1rem;
|
|
908
|
+
display: inline-block;
|
|
909
|
+
line-height: 1rem;
|
|
910
|
+
text-align: center;
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
.kaui-new-catalog .col-sm-9.position-relative a {
|
|
914
|
+
position: absolute;
|
|
915
|
+
top: 0.5rem;
|
|
916
|
+
right: 0.5rem;
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
.kaui-new-catalog .form-group.d-flex.pb-3 .form-control {
|
|
920
|
+
height: 2.5rem;
|
|
921
|
+
border-radius: 0.375rem;
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
.kaui-new-catalog .form-group.d-flex .form-control:focus {
|
|
925
|
+
outline: none;
|
|
926
|
+
box-shadow: none;
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
.kaui-new-catalog .form-group select,
|
|
930
|
+
.kaui-new-catalog .currency-select select.form-control {
|
|
931
|
+
appearance: none;
|
|
932
|
+
-webkit-appearance: none;
|
|
933
|
+
-moz-appearance: none;
|
|
934
|
+
display: block;
|
|
935
|
+
height: 2.5rem;
|
|
936
|
+
width: 100%;
|
|
937
|
+
padding: 0.375rem 0.75rem;
|
|
938
|
+
font-size: 1rem;
|
|
939
|
+
font-weight: 400;
|
|
940
|
+
line-height: 1.5;
|
|
941
|
+
color: #212529;
|
|
942
|
+
background-color: #fff;
|
|
943
|
+
background-clip: padding-box;
|
|
944
|
+
border: 0.0625rem solid #ced4da;
|
|
945
|
+
border-radius: 0.375rem;
|
|
946
|
+
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
947
|
+
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>");
|
|
948
|
+
background-repeat: no-repeat;
|
|
949
|
+
background-position: right 0.625rem center;
|
|
950
|
+
background-size: 1rem 1rem;
|
|
951
|
+
padding-right: 1.875rem;
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
.kaui-new-catalog select:focus {
|
|
955
|
+
box-shadow: none;
|
|
956
|
+
outline: none;
|
|
957
|
+
border-color: #1570ef;
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
.kaui-new-catalog .additional-base-products select {
|
|
961
|
+
display: block;
|
|
962
|
+
height: 7.5rem;
|
|
963
|
+
width: 100%;
|
|
964
|
+
padding: 0.375rem 0.75rem;
|
|
965
|
+
font-size: 1rem;
|
|
966
|
+
font-weight: 400;
|
|
967
|
+
line-height: 1.5;
|
|
968
|
+
color: #212529;
|
|
969
|
+
background-color: #fff;
|
|
970
|
+
background-clip: padding-box;
|
|
971
|
+
border: 0.0625rem solid #ced4da;
|
|
972
|
+
border-radius: 0.375rem;
|
|
973
|
+
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
.kaui-new-catalog .additional-base-products select:focus {
|
|
977
|
+
box-shadow: none;
|
|
978
|
+
outline: none;
|
|
979
|
+
border-color: #1570ef;
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
.kaui-new-catalog .toggle-segment {
|
|
983
|
+
display: flex;
|
|
984
|
+
align-items: center;
|
|
985
|
+
border: 0.0625rem solid #D5D7DA;
|
|
986
|
+
width: fit-content;
|
|
987
|
+
border-radius: 0.375rem;
|
|
988
|
+
overflow: hidden;
|
|
989
|
+
font-size: 0.875rem;
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
.kaui-new-catalog .toggle-segment .toggle-option {
|
|
993
|
+
display: flex;
|
|
994
|
+
align-items: center;
|
|
995
|
+
padding: 0.625rem 1rem;
|
|
996
|
+
cursor: pointer;
|
|
997
|
+
color: #414651;
|
|
998
|
+
border-right: 0.0625rem solid #D5D7DA;
|
|
999
|
+
font-weight: 500;
|
|
1000
|
+
font-size: 0.875rem;
|
|
1001
|
+
line-height: 1.25rem;
|
|
1002
|
+
text-decoration: none;
|
|
1003
|
+
position: relative;
|
|
1004
|
+
gap: 0;
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
.kaui-new-catalog .toggle-segment .toggle-option:last-child {
|
|
1008
|
+
border-right: none;
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
.kaui-new-catalog .toggle-segment .toggle-option .dot {
|
|
1012
|
+
display: none;
|
|
1013
|
+
width: 0.5rem;
|
|
1014
|
+
height: 0.5rem;
|
|
1015
|
+
background-color: #17B26A;
|
|
1016
|
+
border-radius: 50%;
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
.kaui-new-catalog .toggle-segment .toggle-option.active-btn {
|
|
1020
|
+
background-color: #FAFAFA;
|
|
1021
|
+
font-weight: 600;
|
|
1022
|
+
color: #252B37;
|
|
1023
|
+
gap: 1rem;
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1026
|
+
.kaui-new-catalog .toggle-segment .toggle-option.active-btn .dot {
|
|
1027
|
+
display: inline-block;
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
.kaui-new-catalog .upload-status {
|
|
1031
|
+
border: 0.0625rem solid #E9EAEB;
|
|
1032
|
+
border-radius: 0.75rem;
|
|
1033
|
+
background-color: #fff;
|
|
1034
|
+
padding: 1rem 1.5rem;
|
|
1035
|
+
margin-top: 1rem;
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
.kaui-new-catalog .upload-status-box {
|
|
1039
|
+
border: 0.0625rem solid #d5d7da;
|
|
1040
|
+
border-radius: 0.75rem;
|
|
1041
|
+
padding: 1rem 1.25rem;
|
|
1042
|
+
background-color: #fff;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
.kaui-new-catalog #fileName {
|
|
1046
|
+
font-weight: 500;
|
|
1047
|
+
font-size: 0.875rem;
|
|
1048
|
+
line-height: 1.25rem;
|
|
1049
|
+
color: #414651;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
.kaui-new-catalog .upload-content p {
|
|
1053
|
+
margin: 0;
|
|
1054
|
+
color: #555;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
.kaui-new-catalog .upload-content .highlight {
|
|
1058
|
+
color: #1570ef;
|
|
1059
|
+
font-weight: 500;
|
|
1060
|
+
cursor: pointer;
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
.kaui-new-catalog .file-icon .badge {
|
|
1064
|
+
font-size: 0.75rem;
|
|
1065
|
+
padding: 0.25rem 0.375rem;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
/* app/views/kaui/admin_tenants/new_overdue_config.html.erb */
|
|
1069
|
+
|
|
1070
|
+
.kaui-new-overdue-config .add-account-title {
|
|
1071
|
+
display: flex;
|
|
1072
|
+
align-items: center;
|
|
1073
|
+
gap: 1rem;
|
|
1074
|
+
font-weight: 600;
|
|
1075
|
+
font-size: 1.125rem;
|
|
1076
|
+
line-height: 1.75rem;
|
|
1077
|
+
letter-spacing: 0;
|
|
1078
|
+
color: #1B1C1E;
|
|
1079
|
+
padding: 1.5rem 0;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
.kaui-new-overdue-config .icon-container {
|
|
1083
|
+
display: inline-flex;
|
|
1084
|
+
justify-content: center;
|
|
1085
|
+
align-items: center;
|
|
1086
|
+
border: 0.0625rem solid #D5D7DA;
|
|
1087
|
+
border-radius: 0.375rem;
|
|
1088
|
+
width: 2.5rem;
|
|
1089
|
+
height: 2.5rem;
|
|
1090
|
+
padding: 0.25rem;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
.kaui-new-overdue-config .icon-container img {
|
|
1094
|
+
width: 1rem;
|
|
1095
|
+
height: 1rem;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
.kaui-new-overdue-config .toggle-segment {
|
|
1099
|
+
display: flex;
|
|
1100
|
+
align-items: center;
|
|
1101
|
+
border: 0.0625rem solid #D5D7DA;
|
|
1102
|
+
width: fit-content;
|
|
1103
|
+
border-radius: 0.375rem;
|
|
1104
|
+
overflow: hidden;
|
|
1105
|
+
font-size: 0.875rem;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
.kaui-new-overdue-config .toggle-segment .toggle-option {
|
|
1109
|
+
display: flex;
|
|
1110
|
+
align-items: center;
|
|
1111
|
+
padding: 0.625rem 1rem;
|
|
1112
|
+
cursor: pointer;
|
|
1113
|
+
color: #414651;
|
|
1114
|
+
border-right: 0.0625rem solid #D5D7DA;
|
|
1115
|
+
font-weight: 500;
|
|
1116
|
+
font-size: 0.875rem;
|
|
1117
|
+
line-height: 1.25rem;
|
|
1118
|
+
text-decoration: none;
|
|
1119
|
+
position: relative;
|
|
1120
|
+
gap: 0;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
.kaui-new-overdue-config .toggle-segment .toggle-option:last-child {
|
|
1124
|
+
border-right: none;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
.kaui-new-overdue-config .toggle-segment .toggle-option .dot {
|
|
1128
|
+
display: none;
|
|
1129
|
+
width: 0.5rem;
|
|
1130
|
+
height: 0.5rem;
|
|
1131
|
+
background-color: #17B26A;
|
|
1132
|
+
border-radius: 50%;
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
.kaui-new-overdue-config .toggle-segment .toggle-option.active-btn {
|
|
1136
|
+
background-color: #FAFAFA;
|
|
1137
|
+
font-weight: 600;
|
|
1138
|
+
color: #252B37;
|
|
1139
|
+
gap: 1rem;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
.kaui-new-overdue-config .toggle-segment .toggle-option.active-btn .dot {
|
|
1143
|
+
display: inline-block;
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
.kaui-new-overdue-config .control-label {
|
|
1147
|
+
font-size: 0.875rem !important;
|
|
1148
|
+
font-weight: 500 !important;
|
|
1149
|
+
line-height: 1.25rem !important;
|
|
1150
|
+
color: #414651 !important;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
.kaui-new-overdue-config .new-overdue-states-button {
|
|
1154
|
+
padding: 0 !important;
|
|
1155
|
+
background-color: transparent !important;
|
|
1156
|
+
border: none !important;
|
|
1157
|
+
color: #175CD3 !important;
|
|
1158
|
+
font-weight: 500;
|
|
1159
|
+
font-size: 0.875rem;
|
|
1160
|
+
line-height: 1.25rem;
|
|
1161
|
+
margin: 1rem 0;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
.kaui-new-overdue-config .new-overdue-states-button img {
|
|
1165
|
+
width: 1.25rem;
|
|
1166
|
+
height: 1.25rem;
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
.kaui-new-overdue-config .close-button {
|
|
1170
|
+
padding: 0 !important;
|
|
1171
|
+
background-color: transparent !important;
|
|
1172
|
+
border: none !important;
|
|
1173
|
+
font-weight: 500;
|
|
1174
|
+
font-size: 0.875rem;
|
|
1175
|
+
line-height: 1.25rem;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
.kaui-new-overdue-config .close-button img {
|
|
1179
|
+
width: 1rem;
|
|
1180
|
+
height: 1rem;
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
.kaui-new-overdue-config table.existing-overdue-config-for-tenants {
|
|
1184
|
+
overflow-x: auto;
|
|
1185
|
+
min-width: 100%;
|
|
1186
|
+
border: none !important;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
.kaui-new-overdue-config table.existing-overdue-config-for-tenants select {
|
|
1190
|
+
appearance: none;
|
|
1191
|
+
display: block;
|
|
1192
|
+
height: 2.5rem;
|
|
1193
|
+
width: 100%;
|
|
1194
|
+
padding: 0.375rem 0.75rem;
|
|
1195
|
+
font-size: 1rem;
|
|
1196
|
+
font-weight: 400;
|
|
1197
|
+
line-height: 1.5;
|
|
1198
|
+
color: #212529;
|
|
1199
|
+
background-color: #fff;
|
|
1200
|
+
background-clip: padding-box;
|
|
1201
|
+
border: 0.0625rem solid #ced4da;
|
|
1202
|
+
border-radius: 0.375rem;
|
|
1203
|
+
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
1204
|
+
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>');
|
|
1205
|
+
background-repeat: no-repeat;
|
|
1206
|
+
background-position: right 0.625rem center;
|
|
1207
|
+
background-size: 1rem 1rem;
|
|
1208
|
+
padding-right: 1.875rem;
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
.kaui-new-overdue-config table.existing-overdue-config-for-tenants select:focus {
|
|
1212
|
+
box-shadow: none;
|
|
1213
|
+
outline: none;
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
.kaui-new-overdue-config table.existing-overdue-config-for-tenants th {
|
|
1217
|
+
padding: 0 0.5rem !important;
|
|
1218
|
+
font-weight: 500 !important;
|
|
1219
|
+
font-size: 0.75rem;
|
|
1220
|
+
line-height: 1.125rem;
|
|
1221
|
+
letter-spacing: 0;
|
|
1222
|
+
color: #717680;
|
|
1223
|
+
text-transform: capitalize;
|
|
1224
|
+
background-color: #FAFAFA !important;
|
|
1225
|
+
max-width: 8.5625rem !important;
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
.kaui-new-overdue-config table.existing-overdue-config-for-tenants td {
|
|
1229
|
+
font-weight: 500 !important;
|
|
1230
|
+
font-size: 0.875rem !important;
|
|
1231
|
+
padding: 0.3125rem 0.75rem !important;
|
|
1232
|
+
line-height: 1.125rem !important;
|
|
1233
|
+
text-align: start;
|
|
1234
|
+
color: #535862 !important;
|
|
1235
|
+
max-width: 8.5625rem !important;
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
.kaui-new-overdue-config table.existing-overdue-config-for-tenants td:last-child,
|
|
1239
|
+
.kaui-new-overdue-config table.existing-overdue-config-for-tenants th:last-child {
|
|
1240
|
+
max-width: 3.125rem !important;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
.kaui-new-overdue-config table.existing-overdue-config-for-tenants td input {
|
|
1244
|
+
width: 100%;
|
|
1245
|
+
display: block;
|
|
1246
|
+
height: 2.5rem;
|
|
1247
|
+
padding: 0.375rem 0.75rem;
|
|
1248
|
+
font-size: 1rem;
|
|
1249
|
+
font-weight: 400;
|
|
1250
|
+
line-height: 1.5;
|
|
1251
|
+
color: #212529;
|
|
1252
|
+
background-color: #fff;
|
|
1253
|
+
background-clip: padding-box;
|
|
1254
|
+
border: 0.0625rem solid #ced4da;
|
|
1255
|
+
border-radius: 0.375rem;
|
|
1256
|
+
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
.kaui-new-overdue-config table.existing-overdue-config-for-tenants td input:focus {
|
|
1260
|
+
box-shadow: none;
|
|
1261
|
+
outline: none;
|
|
1262
|
+
border-color: #1570ef;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
.kaui-new-overdue-config select:focus {
|
|
1266
|
+
box-shadow: none;
|
|
1267
|
+
outline: none;
|
|
1268
|
+
border-color: #1570ef;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
/* app/views/kaui/admin_tenants/new_plan_currency.html.erb */
|
|
1272
|
+
|
|
1273
|
+
.catalog-simple-new-plan-currency .add-account-title {
|
|
1274
|
+
display: flex;
|
|
1275
|
+
align-items: center;
|
|
1276
|
+
gap: 1rem;
|
|
1277
|
+
font-weight: 600;
|
|
1278
|
+
font-size: 1.125rem;
|
|
1279
|
+
line-height: 1.75rem;
|
|
1280
|
+
letter-spacing: 0;
|
|
1281
|
+
color: #1B1C1E;
|
|
1282
|
+
padding: 1.5rem 0;
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
.catalog-simple-new-plan-currency .icon-container {
|
|
1286
|
+
display: inline-flex;
|
|
1287
|
+
justify-content: center;
|
|
1288
|
+
align-items: center;
|
|
1289
|
+
border: 0.0625rem solid #D5D7DA;
|
|
1290
|
+
border-radius: 0.375rem;
|
|
1291
|
+
width: 2.5rem;
|
|
1292
|
+
height: 2.5rem;
|
|
1293
|
+
padding: 0.25rem;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
.catalog-simple-new-plan-currency .icon-container img {
|
|
1297
|
+
width: 1rem;
|
|
1298
|
+
height: 1rem;
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
|
+
.catalog-simple-new-plan-currency .control-label {
|
|
1302
|
+
font-size: 0.875rem !important;
|
|
1303
|
+
font-weight: 500 !important;
|
|
1304
|
+
line-height: 1.25rem !important;
|
|
1305
|
+
color: #414651 !important;
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
.catalog-simple-new-plan-currency .question-circle {
|
|
1309
|
+
color: #A4A7AE;
|
|
1310
|
+
font-size: 1rem;
|
|
1311
|
+
width: 1rem;
|
|
1312
|
+
height: 1rem;
|
|
1313
|
+
display: inline-block;
|
|
1314
|
+
line-height: 1rem;
|
|
1315
|
+
text-align: center;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
.catalog-simple-new-plan-currency .col-sm-9.position-relative a {
|
|
1319
|
+
position: absolute;
|
|
1320
|
+
top: 0.5rem;
|
|
1321
|
+
right: 0.5rem;
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
.catalog-simple-new-plan-currency .form-group.d-flex.pb-3 .form-control {
|
|
1325
|
+
height: 2.5rem;
|
|
1326
|
+
border-radius: 0.375rem;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
.catalog-simple-new-plan-currency .form-group.d-flex .form-control:focus {
|
|
1330
|
+
outline: none;
|
|
1331
|
+
box-shadow: none;
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
.catalog-simple-new-plan-currency .currency-select select.form-control {
|
|
1335
|
+
appearance: none;
|
|
1336
|
+
-webkit-appearance: none;
|
|
1337
|
+
-moz-appearance: none;
|
|
1338
|
+
display: block;
|
|
1339
|
+
height: 2.5rem;
|
|
1340
|
+
width: fit-content;
|
|
1341
|
+
padding: 0.375rem 0.75rem;
|
|
1342
|
+
font-size: 1rem;
|
|
1343
|
+
font-weight: 400;
|
|
1344
|
+
line-height: 1.5;
|
|
1345
|
+
color: #212529;
|
|
1346
|
+
background-color: #fff;
|
|
1347
|
+
background-clip: padding-box;
|
|
1348
|
+
border: 0.0625rem solid #ced4da;
|
|
1349
|
+
border-left: none;
|
|
1350
|
+
border-radius: 0 0.375rem 0.375rem 0 !important;
|
|
1351
|
+
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
1352
|
+
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>");
|
|
1353
|
+
background-repeat: no-repeat;
|
|
1354
|
+
background-position: right 0.625rem center;
|
|
1355
|
+
background-size: 1rem 1rem;
|
|
1356
|
+
padding-right: 1.875rem;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
.catalog-simple-new-plan-currency select:focus {
|
|
1360
|
+
box-shadow: none;
|
|
1361
|
+
outline: none;
|
|
1362
|
+
border-color: #1570ef;
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1365
|
+
.catalog-simple-new-plan-currency .amount-input {
|
|
1366
|
+
height: 2.5rem;
|
|
1367
|
+
border: 0.0625rem solid #D5D7DA;
|
|
1368
|
+
border-right: none;
|
|
1369
|
+
border-radius: 0.375rem 0 0 0.375rem !important;
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
.catalog-simple-new-plan-currency .additional-base-products select {
|
|
1373
|
+
display: block;
|
|
1374
|
+
height: 7.5rem;
|
|
1375
|
+
width: 100%;
|
|
1376
|
+
padding: 0.375rem 0.75rem;
|
|
1377
|
+
font-size: 1rem;
|
|
1378
|
+
font-weight: 400;
|
|
1379
|
+
line-height: 1.5;
|
|
1380
|
+
color: #212529;
|
|
1381
|
+
background-color: #fff;
|
|
1382
|
+
background-clip: padding-box;
|
|
1383
|
+
border: 0.0625rem solid #ced4da;
|
|
1384
|
+
border-radius: 0.375rem;
|
|
1385
|
+
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
.catalog-simple-new-plan-currency .additional-base-products select:focus {
|
|
1389
|
+
box-shadow: none;
|
|
1390
|
+
outline: none;
|
|
1391
|
+
border-color: #1570ef;
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
.catalog-simple-new-plan-currency .toggle-segment {
|
|
1395
|
+
display: flex;
|
|
1396
|
+
align-items: center;
|
|
1397
|
+
border: 0.0625rem solid #D5D7DA;
|
|
1398
|
+
width: fit-content;
|
|
1399
|
+
border-radius: 0.375rem;
|
|
1400
|
+
overflow: hidden;
|
|
1401
|
+
font-size: 0.875rem;
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
.catalog-simple-new-plan-currency .toggle-segment .toggle-option {
|
|
1405
|
+
display: flex;
|
|
1406
|
+
align-items: center;
|
|
1407
|
+
padding: 0.625rem 1rem;
|
|
1408
|
+
cursor: pointer;
|
|
1409
|
+
color: #414651;
|
|
1410
|
+
border-right: 0.0625rem solid #D5D7DA;
|
|
1411
|
+
font-weight: 500;
|
|
1412
|
+
font-size: 0.875rem;
|
|
1413
|
+
line-height: 1.25rem;
|
|
1414
|
+
text-decoration: none;
|
|
1415
|
+
position: relative;
|
|
1416
|
+
gap: 0;
|
|
1417
|
+
}
|
|
1418
|
+
|
|
1419
|
+
.catalog-simple-new-plan-currency .toggle-segment .toggle-option:last-child {
|
|
1420
|
+
border-right: none;
|
|
1421
|
+
}
|
|
1422
|
+
|
|
1423
|
+
.catalog-simple-new-plan-currency .toggle-segment .toggle-option .dot {
|
|
1424
|
+
display: none;
|
|
1425
|
+
width: 0.5rem;
|
|
1426
|
+
height: 0.5rem;
|
|
1427
|
+
background-color: #17B26A;
|
|
1428
|
+
border-radius: 50%;
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1431
|
+
.catalog-simple-new-plan-currency .toggle-segment .toggle-option.active-btn {
|
|
1432
|
+
background-color: #FAFAFA;
|
|
1433
|
+
font-weight: 600;
|
|
1434
|
+
color: #252B37;
|
|
1435
|
+
gap: 1rem;
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
.catalog-simple-new-plan-currency .toggle-segment .toggle-option.active-btn .dot {
|
|
1439
|
+
display: inline-block;
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
.catalog-simple-new-plan-currency .upload-status {
|
|
1443
|
+
border: 0.0625rem solid #E9EAEB;
|
|
1444
|
+
border-radius: 0.75rem;
|
|
1445
|
+
background-color: #fff;
|
|
1446
|
+
padding: 1rem 1.5rem;
|
|
1447
|
+
margin-top: 1rem;
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1450
|
+
.catalog-simple-new-plan-currency .upload-status-box {
|
|
1451
|
+
border: 0.0625rem solid #d5d7da;
|
|
1452
|
+
border-radius: 0.75rem;
|
|
1453
|
+
padding: 1rem 1.25rem;
|
|
1454
|
+
background-color: #fff;
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
.catalog-simple-new-plan-currency #fileName {
|
|
1458
|
+
font-weight: 500;
|
|
1459
|
+
font-size: 0.875rem;
|
|
1460
|
+
line-height: 1.25rem;
|
|
1461
|
+
color: #414651;
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
.catalog-simple-new-plan-currency .upload-content p {
|
|
1465
|
+
margin: 0;
|
|
1466
|
+
color: #555;
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
.catalog-simple-new-plan-currency .upload-content .highlight {
|
|
1470
|
+
color: #1570ef;
|
|
1471
|
+
font-weight: 500;
|
|
1472
|
+
cursor: pointer;
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1475
|
+
.catalog-simple-new-plan-currency .file-icon .badge {
|
|
1476
|
+
font-size: 0.75rem;
|
|
1477
|
+
padding: 0.25rem 0.375rem;
|
|
1478
|
+
}
|