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
|
@@ -1,34 +1,2048 @@
|
|
|
1
1
|
h1 span.account-child-label {
|
|
2
|
-
float: right;
|
|
2
|
+
float: right;
|
|
3
|
+
}
|
|
3
4
|
|
|
4
5
|
.account-child-label {
|
|
5
|
-
color: white !important;
|
|
6
|
+
color: white !important;
|
|
7
|
+
}
|
|
6
8
|
|
|
7
9
|
.naked {
|
|
8
10
|
background-color: transparent;
|
|
9
11
|
color: #00919d;
|
|
10
12
|
padding: 0;
|
|
11
|
-
font-size: inherit;
|
|
13
|
+
font-size: inherit;
|
|
14
|
+
}
|
|
12
15
|
|
|
13
16
|
.naked:hover {
|
|
14
17
|
background-color: transparent;
|
|
15
|
-
color: #2a6496;
|
|
18
|
+
color: #2a6496;
|
|
19
|
+
}
|
|
16
20
|
|
|
17
21
|
.title-nav-area .container p {
|
|
18
|
-
padding-left:
|
|
19
|
-
padding-right:
|
|
22
|
+
padding-left: 1.25rem;
|
|
23
|
+
padding-right: 1.25rem;
|
|
24
|
+
}
|
|
25
|
+
|
|
20
26
|
.title-nav-area .container a {
|
|
21
|
-
max-width:
|
|
22
|
-
min-width:
|
|
23
|
-
padding:
|
|
24
|
-
text-align: center;
|
|
27
|
+
max-width: 7.8125rem;
|
|
28
|
+
min-width: 5.625rem;
|
|
29
|
+
padding: 0.75rem 0.75rem;
|
|
30
|
+
text-align: center;
|
|
31
|
+
}
|
|
32
|
+
|
|
25
33
|
.title-nav-area .container span.label-danger {
|
|
26
|
-
margin:
|
|
34
|
+
margin: 0.5rem;
|
|
35
|
+
}
|
|
27
36
|
|
|
28
37
|
.form-force-inline {
|
|
29
|
-
display: inline;
|
|
38
|
+
display: inline;
|
|
39
|
+
}
|
|
30
40
|
|
|
31
41
|
.form-right {
|
|
32
|
-
float: right;
|
|
42
|
+
float: right;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
table.dataTable thead > tr > th {
|
|
46
|
+
border: 0;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
#accounts-table {
|
|
50
|
+
margin-top: 1.25rem !important;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/* app/views/kaui/accounts/index.html.erb */
|
|
54
|
+
|
|
55
|
+
.kaui-accounts-index #accounts-table td, #accounts-table tr {
|
|
56
|
+
white-space: nowrap;
|
|
57
|
+
}
|
|
58
|
+
.kaui-accounts-index .custom-checkbox {
|
|
59
|
+
pointer-events: none;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
/* app/views/kaui/accounts/_account_filterbar.html.erb */
|
|
63
|
+
|
|
64
|
+
.kaui-accounts-index .modal-content {
|
|
65
|
+
border-radius: 1rem;
|
|
66
|
+
min-width: 40.5rem;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.kaui-accounts-index .modal-body {
|
|
70
|
+
padding-bottom: 0.375rem !important;
|
|
71
|
+
padding-top: 1.25rem !important;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.kaui-accounts-index .modal-header {
|
|
75
|
+
padding: 1.5rem 1.5rem 1rem 1.5rem !important;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.kaui-accounts-index .modal-footer {
|
|
79
|
+
padding: 1rem 1.5rem 1.5rem 1.5rem !important;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.kaui-accounts-index .modal-title {
|
|
83
|
+
font-weight: 600;
|
|
84
|
+
font-size: 1.125rem;
|
|
85
|
+
line-height: 1.75rem;
|
|
86
|
+
color: #181D27;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.kaui-accounts-index .close-button {
|
|
90
|
+
background: transparent;
|
|
91
|
+
padding: 0;
|
|
92
|
+
margin-top: -1.25rem;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.kaui-accounts-index .close-button:hover {
|
|
96
|
+
background: transparent;
|
|
97
|
+
padding: 0;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.kaui-accounts-index .border-button {
|
|
101
|
+
background: transparent;
|
|
102
|
+
display: inline-flex;
|
|
103
|
+
justify-content: center;
|
|
104
|
+
align-items: center;
|
|
105
|
+
border: 0.0625rem solid #D5D7DA;
|
|
106
|
+
border-radius: 0.375rem;
|
|
107
|
+
width: 2.5rem;
|
|
108
|
+
height: 2.5rem;
|
|
109
|
+
padding: 0.625rem;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.kaui-accounts-index .border-button:hover {
|
|
113
|
+
background: transparent;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.kaui-accounts-index .button {
|
|
117
|
+
background: transparent;
|
|
118
|
+
display: inline-flex;
|
|
119
|
+
justify-content: center;
|
|
120
|
+
align-items: center;
|
|
121
|
+
width: 2.5rem;
|
|
122
|
+
height: 2.5rem;
|
|
123
|
+
padding: 0.625rem;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.kaui-accounts-index .button:hover {
|
|
127
|
+
background: transparent;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.kaui-accounts-index .field-label {
|
|
131
|
+
font-weight: 500;
|
|
132
|
+
font-size: 0.875rem;
|
|
133
|
+
line-height: 1.25rem;
|
|
134
|
+
color: #414651;
|
|
135
|
+
margin-top: -1.25rem;
|
|
136
|
+
min-width: 9.59375rem;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.kaui-accounts-index .search-field-label {
|
|
140
|
+
margin-top: -1.25rem;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.kaui-accounts-index .form-group.row.align-items-center {
|
|
144
|
+
display: flex;
|
|
145
|
+
align-items: center;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.kaui-accounts-index .form-group.row.align-items-center label {
|
|
149
|
+
margin-bottom: 0;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.kaui-accounts-index .form-group.row.align-items-center .form-control {
|
|
153
|
+
margin-right: 0.25rem;
|
|
154
|
+
height: 2.5rem;
|
|
155
|
+
border-radius: 0.375rem;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.kaui-accounts-index .form-group.row.align-items-center.search-field div {
|
|
159
|
+
padding: 0;
|
|
160
|
+
margin-right: 0.25rem;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.kaui-accounts-index .form-group.row.align-items-center .form-control:focus {
|
|
164
|
+
outline: none;
|
|
165
|
+
box-shadow: none;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.kaui-accounts-index .form-group.d-flex {
|
|
169
|
+
display: flex;
|
|
170
|
+
align-items: center;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.kaui-accounts-index .form-group.d-flex label {
|
|
174
|
+
margin-bottom: 0;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.kaui-accounts-index .form-group.d-flex .form-control {
|
|
178
|
+
margin-right: 0.25rem;
|
|
179
|
+
height: 2.5rem;
|
|
180
|
+
border-radius: 0.375rem;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.kaui-accounts-index .form-group.d-flex .form-control:focus {
|
|
184
|
+
outline: none;
|
|
185
|
+
box-shadow: none;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.kaui-accounts-index #search-labels-container .label {
|
|
189
|
+
margin-left: 0.3125rem;
|
|
190
|
+
margin-bottom: 0.3125rem;
|
|
191
|
+
color: white;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.kaui-accounts-index .col-form-label {
|
|
195
|
+
font-weight: 500;
|
|
196
|
+
font-size: 0.875rem;
|
|
197
|
+
line-height: 1.25rem;
|
|
198
|
+
color: #414651;
|
|
199
|
+
padding: 0;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.kaui-accounts-index #search-fields-container {
|
|
203
|
+
display: flex;
|
|
204
|
+
flex-direction: column;
|
|
205
|
+
gap: 1rem;
|
|
206
|
+
margin: 1rem 0.75rem;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.kaui-accounts-index .filter-bar-container {
|
|
210
|
+
display: flex;
|
|
211
|
+
justify-content: flex-start;
|
|
212
|
+
align-items: center;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.kaui-accounts-index .filter-bar {
|
|
216
|
+
display: flex;
|
|
217
|
+
align-items: center;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.kaui-accounts-index .filter-bar label {
|
|
221
|
+
margin: 0.625rem;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.kaui-accounts-index .modal-header .icon-container {
|
|
225
|
+
display: inline-flex;
|
|
226
|
+
justify-content: center;
|
|
227
|
+
align-items: center;
|
|
228
|
+
border: 0.0625rem solid #D5D7DA;
|
|
229
|
+
border-radius: 0.375rem;
|
|
230
|
+
width: 2.5rem;
|
|
231
|
+
height: 2.5rem;
|
|
232
|
+
padding: 0.25rem;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.kaui-accounts-index .modal-header .icon-container img {
|
|
236
|
+
width: 1.25rem;
|
|
237
|
+
height: 1.25rem;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.kaui-accounts-index .form-group select.form-control {
|
|
241
|
+
appearance: none;
|
|
242
|
+
-webkit-appearance: none;
|
|
243
|
+
-moz-appearance: none;
|
|
244
|
+
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>');
|
|
245
|
+
background-repeat: no-repeat;
|
|
246
|
+
background-position: right 0.625rem center;
|
|
247
|
+
background-size: 1rem 1rem;
|
|
248
|
+
padding-right: 1.875rem;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.kaui-accounts-index select.form-control:focus {
|
|
252
|
+
box-shadow: none;
|
|
253
|
+
outline: none;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
/* app/views/kaui/accounts/_functions_bar.html.erb */
|
|
257
|
+
|
|
258
|
+
.kaui-accounts-index .title {
|
|
259
|
+
font-size: 1.125rem;
|
|
260
|
+
font-weight: 600;
|
|
261
|
+
line-height: 1.75rem;
|
|
262
|
+
color: #181D27;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.kaui-accounts-index .custom-border-bottom {
|
|
266
|
+
border-bottom: 0.0625rem solid #E9EAEB;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.kaui-accounts-index .dropdown-menu#column-visibility {
|
|
270
|
+
max-height: 18.75rem;
|
|
271
|
+
width: 12.5rem;
|
|
272
|
+
overflow-y: auto;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.kaui-accounts-index .dropdown-menu#column-visibility::before {
|
|
276
|
+
content: 'Drag to reorder columns';
|
|
277
|
+
display: block;
|
|
278
|
+
height: 1.875rem;
|
|
279
|
+
text-align: center;
|
|
280
|
+
color: darkgrey;
|
|
281
|
+
padding-top: 0.3125rem;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.kaui-accounts-index .dropdown-menu {
|
|
285
|
+
padding: 0.3125rem;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.kaui-accounts-index #column-visibility {
|
|
289
|
+
position: absolute;
|
|
290
|
+
top: 100%;
|
|
291
|
+
right: 9.375rem;
|
|
292
|
+
background: white;
|
|
293
|
+
border: 0.0625rem solid #ccc;
|
|
294
|
+
max-height: 18.75rem;
|
|
295
|
+
width: 13.75rem;
|
|
296
|
+
overflow-y: auto;
|
|
297
|
+
z-index: 1000;
|
|
298
|
+
padding: 0.625rem 0 0.625rem 0.625rem;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.kaui-accounts-index #column-visibility::before {
|
|
302
|
+
content: 'Drag to reorder columns';
|
|
303
|
+
display: block;
|
|
304
|
+
height: 1.875rem;
|
|
305
|
+
text-align: center;
|
|
306
|
+
color: darkgrey;
|
|
307
|
+
padding-top: 0.3125rem;
|
|
308
|
+
font-size: 0.75rem;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.kaui-accounts-index .icon-drag {
|
|
312
|
+
margin-left: auto;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.kaui-accounts-index .toggle-button-right {
|
|
316
|
+
background-color: white;
|
|
317
|
+
color: black;
|
|
318
|
+
border: 0.0625rem solid #ccc;
|
|
319
|
+
padding: 0.5rem 0.9375rem;
|
|
320
|
+
cursor: pointer;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.kaui-accounts-index .list-group-item-manual {
|
|
324
|
+
cursor: grab;
|
|
325
|
+
margin-bottom: 0.3125rem;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.kaui-accounts-index .list-group-item-manual:active {
|
|
329
|
+
cursor: grabbing;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.kaui-accounts-index .download-button-right {
|
|
333
|
+
float: right;
|
|
334
|
+
margin-bottom: 0.625rem;
|
|
335
|
+
margin-left: 0.625rem;
|
|
336
|
+
background-color: white;
|
|
337
|
+
color: black;
|
|
338
|
+
text-transform: none;
|
|
339
|
+
border: 0.0625rem solid #ccc;
|
|
340
|
+
padding: 0.5rem 0.9375rem;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.kaui-accounts-index .dropdown-container {
|
|
344
|
+
display: flex;
|
|
345
|
+
justify-content: flex-end;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.kaui-accounts-index .label-group-item-manual {
|
|
349
|
+
padding: 0.5rem 0.625rem;
|
|
350
|
+
width: -webkit-fill-available;
|
|
351
|
+
cursor: grab;
|
|
352
|
+
display: flex;
|
|
353
|
+
gap: 0.25rem;
|
|
354
|
+
align-items: center;
|
|
355
|
+
font-weight: 500;
|
|
356
|
+
font-size: 0.875rem;
|
|
357
|
+
line-height: 1.25rem;
|
|
358
|
+
color: #252B37;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.kaui-accounts-index .label-group-item-manual:active {
|
|
362
|
+
background: #FAFAFA;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
.kaui-accounts-index .label-group-item-manual span {
|
|
366
|
+
cursor: grab;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.kaui-accounts-index .label-group-item-manual:has(input[type="checkbox"]:checked) {
|
|
370
|
+
background-color: #FAFAFA;
|
|
371
|
+
border-radius: 0.25rem;
|
|
372
|
+
cursor: pointer !important;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.kaui-accounts-index .dropdown-menu.ui-sortable {
|
|
376
|
+
scrollbar-width: thin;
|
|
377
|
+
scrollbar-color: #ccc transparent;
|
|
378
|
+
border-radius: 0.375rem;
|
|
379
|
+
border: 0.0625rem solid #00000014 !important;
|
|
380
|
+
margin: 0.625rem 0 0;
|
|
381
|
+
min-width: 13.125rem;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.kaui-accounts-index .dropdown-menu.ui-sortable::-webkit-scrollbar {
|
|
385
|
+
width: 0.375rem;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.kaui-accounts-index .dropdown-menu.ui-sortable::-webkit-scrollbar-thumb {
|
|
389
|
+
background-color: #ccc;
|
|
390
|
+
border-radius: 0.1875rem;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
.kaui-accounts-index .dropdown-menu.ui-sortable::-webkit-scrollbar-track {
|
|
394
|
+
background: transparent;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
/* app/views/kaui/accounts/new.html.erb */
|
|
398
|
+
|
|
399
|
+
.kaui-new-account .add-account-title {
|
|
400
|
+
display: flex;
|
|
401
|
+
align-items: center;
|
|
402
|
+
gap: 1rem;
|
|
403
|
+
font-weight: 600;
|
|
404
|
+
font-size: 1.125rem;
|
|
405
|
+
line-height: 1.75rem;
|
|
406
|
+
letter-spacing: 0;
|
|
407
|
+
color: #1B1C1E;
|
|
408
|
+
padding: 1.5rem 0;
|
|
409
|
+
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.kaui-new-account .icon-container {
|
|
413
|
+
display: inline-flex;
|
|
414
|
+
justify-content: center;
|
|
415
|
+
align-items: center;
|
|
416
|
+
border: 0.0625rem solid #D5D7DA;
|
|
417
|
+
border-radius: 0.375rem;
|
|
418
|
+
width: 2.5rem;
|
|
419
|
+
height: 2.5rem;
|
|
420
|
+
padding: 0.25rem;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.kaui-new-account .icon-container img {
|
|
424
|
+
width: 1rem;
|
|
425
|
+
height: 1rem;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
.kaui-new-account .control-label {
|
|
430
|
+
font-size: 0.875rem !important;
|
|
431
|
+
font-weight: 500 !important;
|
|
432
|
+
line-height: 1.25rem !important;
|
|
433
|
+
color: #414651 !important;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.kaui-new-account .question-circle {
|
|
437
|
+
color: #A4A7AE;
|
|
438
|
+
font-size: 1rem;
|
|
439
|
+
width: 1rem;
|
|
440
|
+
height: 1rem;
|
|
441
|
+
display: inline-block;
|
|
442
|
+
line-height: 1rem;
|
|
443
|
+
text-align: center;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.kaui-new-account .col-sm-9.position-relative a {
|
|
447
|
+
position: absolute;
|
|
448
|
+
top: 0.5rem;
|
|
449
|
+
right: 0.5rem;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.kaui-new-account .form-group.d-flex.pb-3 .form-control {
|
|
453
|
+
height: 2.5rem;
|
|
454
|
+
border-radius: 0.375rem;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
.kaui-new-account .form-group.d-flex .form-control:focus {
|
|
458
|
+
outline: none;
|
|
459
|
+
box-shadow: none;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.kaui-new-account .form-group select.form-control {
|
|
463
|
+
appearance: none;
|
|
464
|
+
-webkit-appearance: none;
|
|
465
|
+
-moz-appearance: none;
|
|
466
|
+
|
|
467
|
+
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>');
|
|
468
|
+
background-repeat: no-repeat;
|
|
469
|
+
background-position: right 0.625rem center;
|
|
470
|
+
background-size: 1rem 1rem;
|
|
471
|
+
|
|
472
|
+
padding-right: 1.875rem;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.kaui-new-account select.form-control:focus {
|
|
476
|
+
box-shadow: none;
|
|
477
|
+
outline: none;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.kaui-new-account .checkbox label {
|
|
481
|
+
font-weight: 500;
|
|
482
|
+
font-size: 0.875rem;
|
|
483
|
+
line-height: 1.25rem;
|
|
484
|
+
color: #414651;
|
|
485
|
+
display: flex;
|
|
486
|
+
align-items: center;
|
|
487
|
+
gap: 0.375rem;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
/* app/views/kaui/accounts/_link_parent_to_modal.html.erb */
|
|
492
|
+
|
|
493
|
+
.link-to-parent-account .modal-content {
|
|
494
|
+
border-radius: 1rem;
|
|
495
|
+
min-width: 37.5rem;
|
|
496
|
+
padding: 0;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
.link-to-parent-account .modal-body {
|
|
500
|
+
padding-bottom: 0.375rem !important;
|
|
501
|
+
padding-top: 1.25rem !important;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.link-to-parent-account .modal-header {
|
|
505
|
+
padding: 1.5rem 1.5rem 1rem 1.5rem !important;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.link-to-parent-account .modal-footer {
|
|
509
|
+
padding: 1rem 1.5rem 1.5rem 1.5rem !important;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
.link-to-parent-account .modal-title {
|
|
513
|
+
font-weight: 600;
|
|
514
|
+
font-size: 1.125rem;
|
|
515
|
+
line-height: 1.75rem;
|
|
516
|
+
color: #181D27;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
.link-to-parent-account .close-button {
|
|
520
|
+
background: transparent;
|
|
521
|
+
padding: 0;
|
|
522
|
+
margin-top: -1.25rem;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.link-to-parent-account .close-button:hover {
|
|
526
|
+
background: transparent;
|
|
527
|
+
padding: 0;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
.link-to-parent-account .form-group {
|
|
531
|
+
display: flex;
|
|
532
|
+
align-items: center;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
.link-to-parent-account .form-group label {
|
|
536
|
+
margin-bottom: 0;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.link-to-parent-account .form-group .form-control {
|
|
540
|
+
margin-right: 0.25rem;
|
|
541
|
+
height: 2.5rem;
|
|
542
|
+
border-radius: 0.375rem;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
.link-to-parent-account .form-group div {
|
|
546
|
+
padding: 0;
|
|
547
|
+
margin-right: 0.25rem;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
.link-to-parent-account .form-group .form-control:focus {
|
|
551
|
+
outline: none;
|
|
552
|
+
box-shadow: none;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
.link-to-parent-account .form-group.d-flex {
|
|
556
|
+
display: flex;
|
|
557
|
+
align-items: center;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
.link-to-parent-account .form-group.d-flex label {
|
|
561
|
+
margin-bottom: 0;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
.link-to-parent-account .form-group.d-flex .form-control {
|
|
565
|
+
margin-right: 0.25rem;
|
|
566
|
+
height: 2.5rem;
|
|
567
|
+
border-radius: 0.375rem;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
.link-to-parent-account .form-group.d-flex .form-control:focus {
|
|
571
|
+
outline: none;
|
|
572
|
+
box-shadow: none;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
#search-labels-container .label {
|
|
576
|
+
margin-left: 0.3125rem;
|
|
577
|
+
margin-bottom: 0.3125rem;
|
|
578
|
+
color: white;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.link-to-parent-account .col-form-label {
|
|
582
|
+
font-weight: 500;
|
|
583
|
+
font-size: 0.875rem;
|
|
584
|
+
line-height: 1.25rem;
|
|
585
|
+
color: #414651;
|
|
586
|
+
padding: 0;
|
|
587
|
+
margin-top: -1.25rem;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
.link-to-parent-account .modal-header .icon-container {
|
|
591
|
+
display: inline-flex;
|
|
592
|
+
justify-content: center;
|
|
593
|
+
align-items: center;
|
|
594
|
+
border: 0.0625rem solid #D5D7DA;
|
|
595
|
+
border-radius: 0.375rem;
|
|
596
|
+
width: 2.5rem;
|
|
597
|
+
height: 2.5rem;
|
|
598
|
+
padding: 0.25rem;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
.link-to-parent-account .label-group-item-manual {
|
|
602
|
+
padding: 0.5rem 0;
|
|
603
|
+
display: flex;
|
|
604
|
+
gap: 0.25rem;
|
|
605
|
+
align-items: center;
|
|
606
|
+
font-weight: 500;
|
|
607
|
+
font-size: 0.875rem;
|
|
608
|
+
line-height: 1.25rem;
|
|
609
|
+
color: #252B37;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
/* app/views/kaui/accounts/_close_account_modal.html.erb */
|
|
613
|
+
|
|
614
|
+
.close_account_modal .modal-content {
|
|
615
|
+
border-radius: 1rem;
|
|
616
|
+
min-width: 37.5rem;
|
|
617
|
+
padding: 0;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
.close_account_modal .modal-body {
|
|
621
|
+
padding-bottom: 1rem !important;
|
|
622
|
+
padding-top: 1.25rem !important;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
.close_account_modal .modal-header {
|
|
626
|
+
padding: 1.5rem 1.5rem 1rem 1.5rem !important;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
.close_account_modal .modal-footer {
|
|
630
|
+
padding: 1rem 1.5rem 1.5rem 1.5rem !important;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
.close_account_modal .modal-title {
|
|
634
|
+
font-weight: 600;
|
|
635
|
+
font-size: 1.125rem;
|
|
636
|
+
line-height: 1.75rem;
|
|
637
|
+
color: #181D27;
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
.close_account_modal .control-label {
|
|
641
|
+
margin-top: -1.25rem;
|
|
642
|
+
font-weight: 500;
|
|
643
|
+
font-size: 0.875rem;
|
|
644
|
+
line-height: 1.25rem;
|
|
645
|
+
color: #414651;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
.close_account_modal .close-button {
|
|
649
|
+
background: transparent;
|
|
650
|
+
padding: 0;
|
|
651
|
+
margin-top: -1.25rem;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
.close_account_modal .form-check label {
|
|
655
|
+
font-weight: 500;
|
|
656
|
+
font-size: 0.875rem;
|
|
657
|
+
line-height: 1.25rem;
|
|
658
|
+
color: #414651;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
.close_account_modal .form-group.mb-3 input {
|
|
662
|
+
background-color: #fafafa !important;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
.close_account_modal .close-button:hover {
|
|
666
|
+
background: transparent;
|
|
667
|
+
padding: 0;
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
.close_account_modal .form-group {
|
|
671
|
+
display: flex;
|
|
672
|
+
align-items: center;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
.close_account_modal .form-group label {
|
|
676
|
+
margin-bottom: 0;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
.close_account_modal .form-group .form-control {
|
|
680
|
+
margin-right: 0.25rem;
|
|
681
|
+
height: 2.5rem;
|
|
682
|
+
border-radius: 0.375rem;
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
.close_account_modal .form-group div {
|
|
686
|
+
padding: 0;
|
|
687
|
+
margin-right: 1.25rem;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
.close_account_modal .form-group .form-control:focus {
|
|
691
|
+
outline: none;
|
|
692
|
+
box-shadow: none;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
.close_account_modal .form-group.d-flex {
|
|
696
|
+
display: flex;
|
|
697
|
+
align-items: center;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
.close_account_modal .form-group.d-flex label {
|
|
701
|
+
margin-bottom: 0;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
.close_account_modal .form-group.d-flex .form-control {
|
|
705
|
+
margin-right: 0.25rem;
|
|
706
|
+
height: 2.5rem;
|
|
707
|
+
border-radius: 0.375rem;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
.close_account_modal .form-group.d-flex .form-control:focus {
|
|
711
|
+
outline: none;
|
|
712
|
+
box-shadow: none;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
#search-labels-container .label {
|
|
716
|
+
margin-left: 0.3125rem;
|
|
717
|
+
margin-bottom: 0.3125rem;
|
|
718
|
+
color: white;
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
.close_account_modal .col-form-label {
|
|
722
|
+
font-weight: 500;
|
|
723
|
+
font-size: 0.875rem;
|
|
724
|
+
line-height: 1.25rem;
|
|
725
|
+
color: #414651;
|
|
726
|
+
padding: 0;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
.close_account_modal .modal-header .icon-container {
|
|
730
|
+
display: inline-flex;
|
|
731
|
+
justify-content: center;
|
|
732
|
+
align-items: center;
|
|
733
|
+
border: 0.0625rem solid #D5D7DA;
|
|
734
|
+
border-radius: 0.375rem;
|
|
735
|
+
width: 2.5rem;
|
|
736
|
+
height: 2.5rem;
|
|
737
|
+
padding: 0.25rem;
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
.close_account_modal .label-group-item-manual {
|
|
741
|
+
padding: 0.5rem 0;
|
|
742
|
+
display: flex;
|
|
743
|
+
gap: 0.25rem;
|
|
744
|
+
align-items: center;
|
|
745
|
+
font-weight: 500;
|
|
746
|
+
font-size: 0.875rem;
|
|
747
|
+
line-height: 1.25rem;
|
|
748
|
+
color: #252B37;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
/* app/views/kaui/accounts/_account_details.html.erb */
|
|
752
|
+
|
|
753
|
+
.account-details .account-details-header {
|
|
754
|
+
display: flex;
|
|
755
|
+
align-items: start;
|
|
756
|
+
justify-content: space-between;
|
|
757
|
+
padding: 0;
|
|
758
|
+
border-bottom: 0.0625rem solid #E9EAEB;
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
.account-details .account-details-header h2 {
|
|
762
|
+
font-weight: 600;
|
|
763
|
+
font-size: 1.125rem;
|
|
764
|
+
line-height: 1.75rem;
|
|
765
|
+
color: #414651;
|
|
766
|
+
margin-bottom: 1.25rem;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
.account-details .account-details-header .d-flex.align-items-center span {
|
|
770
|
+
margin: 0 0 1rem 0.625rem;
|
|
771
|
+
padding: 0.125rem 0.5rem;
|
|
772
|
+
border-radius: 1.25rem;
|
|
773
|
+
color: #067647 !important;
|
|
774
|
+
border: 0.0625rem solid #DCFAE6;
|
|
775
|
+
background: #ECFDF3;
|
|
776
|
+
font-weight: 500;
|
|
777
|
+
font-size: 0.75rem;
|
|
778
|
+
line-height: 1.125rem;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
.account-details .account-details-header a {
|
|
782
|
+
padding: 0;
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
.account-details .tag-bar button {
|
|
786
|
+
margin-top: -0.625rem;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
.account-details .tag-bar {
|
|
790
|
+
border-bottom: 0;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.account-details .account-details-body {
|
|
794
|
+
margin-top: 1rem;
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
.account-details .account-details-body h2 {
|
|
798
|
+
color: #414651 !important;
|
|
799
|
+
font-weight: 600;
|
|
800
|
+
font-size: 0.875rem !important;
|
|
801
|
+
line-height: 1.25rem;
|
|
802
|
+
text-align: left;
|
|
803
|
+
margin-bottom: 0 !important;
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
.account-details .account-details-body p {
|
|
807
|
+
color: #717680 !important;
|
|
808
|
+
font-weight: 500;
|
|
809
|
+
font-size: 0.875rem !important;
|
|
810
|
+
line-height: 1.25rem;
|
|
811
|
+
text-align: left;
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
.account-details .link-view a {
|
|
815
|
+
text-decoration: none;
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
.account-details .dots-menu {
|
|
819
|
+
padding: 0 !important;
|
|
820
|
+
background-color: transparent !important;
|
|
821
|
+
border: none !important;
|
|
822
|
+
text-decoration: none !important;
|
|
823
|
+
color: #D92D20 !important;
|
|
824
|
+
font-weight: 500;
|
|
825
|
+
padding-right: 0.3125rem !important;
|
|
826
|
+
font-size: 0.875rem;
|
|
827
|
+
line-height: 1.25rem;
|
|
828
|
+
margin-bottom: 0.625rem;
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
.account-details .account-details-body h2 a {
|
|
832
|
+
color: #D92D20 !important;
|
|
833
|
+
font-weight: 500 !important;
|
|
834
|
+
font-size: 0.875rem !important;
|
|
835
|
+
line-height: 1.25rem;
|
|
836
|
+
letter-spacing: 0;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
.account-details .form-group.d-flex.pb-3 .form-control {
|
|
840
|
+
height: 2.5rem;
|
|
841
|
+
border-radius: 0.375rem;
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
.account-details .form-group.d-flex .form-control:focus {
|
|
845
|
+
outline: none;
|
|
846
|
+
box-shadow: none;
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
.account-details .account-details-body button {
|
|
850
|
+
font-weight: 500;
|
|
851
|
+
font-size: 0.875rem;
|
|
852
|
+
line-height: 1.25rem;
|
|
853
|
+
color: #175CD3;
|
|
854
|
+
display: flex;
|
|
855
|
+
text-transform: capitalize;
|
|
856
|
+
align-items: center;
|
|
857
|
+
margin-top: 0.25rem;
|
|
858
|
+
gap: 0.25rem;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
.account-details .add_parent a {
|
|
862
|
+
display: inline-block;
|
|
863
|
+
padding: 0.125rem 0.5rem;
|
|
864
|
+
font-family: system-ui, sans-serif;
|
|
865
|
+
font-size: 0.875rem;
|
|
866
|
+
color: #434854;
|
|
867
|
+
text-decoration: none;
|
|
868
|
+
border: 0.0625rem solid #f1f1f1;
|
|
869
|
+
background: #fafafa;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
.account-details .add_parent a:first-of-type {
|
|
873
|
+
border-right: none;
|
|
874
|
+
border-top-left-radius: 0.25rem;
|
|
875
|
+
border-bottom-left-radius: 0.25rem;
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
.account-details .add_parent a:nth-of-type(2) {
|
|
879
|
+
border-top-right-radius: 0.25rem;
|
|
880
|
+
border-bottom-right-radius: 0.25rem;
|
|
881
|
+
border-left: none;
|
|
882
|
+
margin-left: -0.3125rem;
|
|
883
|
+
color: #A4A7AE;
|
|
884
|
+
cursor: pointer;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
.account-details .add_parent a:nth-of-type(2):hover {
|
|
888
|
+
color: #000;
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
.account-details .tag-select:hover .tag-as-select-box {
|
|
892
|
+
padding: 0.625rem !important;
|
|
893
|
+
border-radius: 0.375rem;
|
|
894
|
+
border: 0.0625rem solid #00000014 !important;
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
.account-details .tag-bar .tag-select .tag-select-box label {
|
|
898
|
+
width: 100%;
|
|
899
|
+
min-width: 12.5rem;
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
.account-details .tag-as-select-box .form-control {
|
|
903
|
+
width: 100%;
|
|
904
|
+
min-width: 14.5rem;
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
.account-details .label-group-item-manual {
|
|
908
|
+
padding: 0.5rem 0.625rem;
|
|
909
|
+
width: max-content;
|
|
910
|
+
display: flex;
|
|
911
|
+
gap: 0.25rem;
|
|
912
|
+
margin-bottom: 0.25rem;
|
|
913
|
+
align-items: center;
|
|
914
|
+
font-weight: 500;
|
|
915
|
+
font-size: 0.875rem;
|
|
916
|
+
line-height: 1.25rem;
|
|
917
|
+
color: #252B37;
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
.account-details .label-group-item-manual:active {
|
|
921
|
+
background: #FAFAFA;
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
.account-details .label-group-item-manual:has(input[type="checkbox"]:checked) {
|
|
925
|
+
background-color: #FAFAFA;
|
|
926
|
+
border-radius: 0.25rem;
|
|
927
|
+
cursor: pointer !important;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
.account-details .tag-as-select-box::-webkit-scrollbar {
|
|
931
|
+
width: 0.375rem;
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
.account-details .tag-as-select-box::-webkit-scrollbar-thumb {
|
|
935
|
+
background-color: #ccc;
|
|
936
|
+
border-radius: 0.1875rem;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
.account-details .tag-as-select-box::-webkit-scrollbar-track {
|
|
940
|
+
background: transparent;
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
.account-details .tag-bar .tag-select .tag-select-box form {
|
|
944
|
+
width: 100%;
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
/* app/views/kaui/accounts/_billing_details.html.erb */
|
|
948
|
+
.billing-details {
|
|
949
|
+
margin-top: 3rem;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
.billing-details .billing-details-header {
|
|
953
|
+
display: flex;
|
|
954
|
+
align-items: start;
|
|
955
|
+
justify-content: space-between;
|
|
956
|
+
padding: 0;
|
|
957
|
+
border-bottom: 0.0625rem solid #E9EAEB;
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
.billing-details .tag-bar.tag-bar-breathe,
|
|
961
|
+
.billing-details .tag-bar.tag-bar-breathe .toggler,
|
|
962
|
+
.billing-details .tag-bar.tag-bar-breathe .toggle,
|
|
963
|
+
.billing-details .tag-bar.tag-bar-breathe .toggler:hover,
|
|
964
|
+
.billing-details .tag-bar.tag-bar-breathe a,
|
|
965
|
+
.billing-details .tag-bar.tag-bar-breathe .actions {
|
|
966
|
+
margin: 0 !important;
|
|
967
|
+
padding: 0 !important;
|
|
968
|
+
text-decoration: none;
|
|
969
|
+
background-color: transparent;
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
.billing-details .tag-bar.tag-bar-breathe button {
|
|
973
|
+
margin-top: -1.25rem;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
.billing-details .billing-details-header h2 {
|
|
977
|
+
font-weight: 600;
|
|
978
|
+
font-size: 1.125rem;
|
|
979
|
+
line-height: 1.75rem;
|
|
980
|
+
color: #414651;
|
|
981
|
+
margin-bottom: 1.25rem;
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
.billing-details .billing-details-header a {
|
|
985
|
+
padding: 0;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
.billing-details .tag-bar button {
|
|
989
|
+
margin-top: -0.3125rem;
|
|
990
|
+
margin-left: 0.1875rem;
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
.billing-details .tag-bar {
|
|
994
|
+
border-bottom: 0;
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
.billing-details .account-summary {
|
|
998
|
+
margin-top: 1rem;
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
.billing-details .info-item {
|
|
1002
|
+
margin-bottom: 1.25rem;
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
.billing-details .info-item b {
|
|
1006
|
+
display: block;
|
|
1007
|
+
margin-bottom: 0.25rem;
|
|
1008
|
+
color: #414651 !important;
|
|
1009
|
+
font-weight: 600;
|
|
1010
|
+
font-size: 0.875rem !important;
|
|
1011
|
+
line-height: 1.25rem;
|
|
1012
|
+
text-align: left;
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
.billing-details .info-item p {
|
|
1016
|
+
margin: 0;
|
|
1017
|
+
color: #717680 !important;
|
|
1018
|
+
font-weight: 500;
|
|
1019
|
+
font-size: 0.875rem !important;
|
|
1020
|
+
text-align: left;
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
.billing-details .badge {
|
|
1024
|
+
display: inline-block;
|
|
1025
|
+
padding: 0.25rem 0.625rem;
|
|
1026
|
+
border-radius: 0.75rem;
|
|
1027
|
+
font-size: 0.8125rem;
|
|
1028
|
+
font-weight: 500;
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
.billing-details .badge.success {
|
|
1032
|
+
background-color: #ECFDF3;
|
|
1033
|
+
color: #067647 !important;
|
|
1034
|
+
font-weight: 500;
|
|
1035
|
+
font-size: 0.875rem;
|
|
1036
|
+
border: 0.0625rem solid #DCFAE6;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
.billing-details .badge.danger {
|
|
1040
|
+
background-color: #fbe4e6;
|
|
1041
|
+
color: #842029 !important;
|
|
1042
|
+
font-weight: 500;
|
|
1043
|
+
font-size: 0.875rem;
|
|
1044
|
+
border: 0.0625rem solid #fed0d4;
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
.billing-details .badge.neutral {
|
|
1048
|
+
background-color: #e2e3e5;
|
|
1049
|
+
color: #6c757d;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
.billing-details .trigger-invoice-box b {
|
|
1053
|
+
display: block;
|
|
1054
|
+
margin-bottom: 0.25rem;
|
|
1055
|
+
color: #414651 !important;
|
|
1056
|
+
font-weight: 600;
|
|
1057
|
+
font-size: 0.875rem !important;
|
|
1058
|
+
line-height: 1.25rem;
|
|
1059
|
+
text-align: left;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
.billing-details .trigger-invoice-box button {
|
|
1063
|
+
margin-left: 0.3125rem;
|
|
1064
|
+
padding: 0.625rem !important;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
.billing-details .date-picker {
|
|
1068
|
+
flex: 1;
|
|
1069
|
+
max-width: 12.5rem;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
.billing-details .form-check-input {
|
|
1073
|
+
margin-top: 0.25rem;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
.billing-details .custom-date-input-wrapper {
|
|
1077
|
+
padding: 0 0.625rem !important;
|
|
1078
|
+
border: 0.0625rem solid #D5D7DA !important;
|
|
1079
|
+
border-radius: 0.375rem;
|
|
1080
|
+
cursor: pointer;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
.billing-details .custom-date-input-wrapper svg {
|
|
1084
|
+
margin-right: 0.5rem;
|
|
1085
|
+
flex-shrink: 0;
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
.billing-details .custom-date-input-wrapper input {
|
|
1089
|
+
border: none;
|
|
1090
|
+
outline: none;
|
|
1091
|
+
box-shadow: none;
|
|
1092
|
+
padding: 0 !important;
|
|
1093
|
+
font-size: 1rem;
|
|
1094
|
+
color: #6B7280;
|
|
1095
|
+
height: 2.5rem;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
.billing-details .custom-date-input-wrapper input::placeholder {
|
|
1099
|
+
color: #717680;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
.billing-details .custom-date-input-wrapper input.form-control {
|
|
1103
|
+
border: none;
|
|
1104
|
+
box-shadow: none;
|
|
1105
|
+
background-color: transparent;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
/* app/views/kaui/accounts/_personal_details.html.erb */
|
|
1109
|
+
|
|
1110
|
+
.personal-details {
|
|
1111
|
+
margin-top: 3rem;
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
.personal-details-header h2 {
|
|
1115
|
+
font-weight: 600;
|
|
1116
|
+
font-size: 1.125rem;
|
|
1117
|
+
color: #414651;
|
|
1118
|
+
text-align: left;
|
|
1119
|
+
margin-bottom: 1.25rem;
|
|
1120
|
+
border-bottom: 0.0625rem solid #E9EAEB;
|
|
1121
|
+
padding-bottom: 0.5rem;
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
.personal-details .info-item {
|
|
1125
|
+
margin-bottom: 1rem;
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
.personal-details .info-item b {
|
|
1129
|
+
color: #414651 !important;
|
|
1130
|
+
font-weight: 600;
|
|
1131
|
+
font-size: 0.875rem !important;
|
|
1132
|
+
line-height: 1.25rem;
|
|
1133
|
+
text-align: left;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
.personal-details .info-item p {
|
|
1137
|
+
color: #717680 !important;
|
|
1138
|
+
font-weight: 500;
|
|
1139
|
+
font-size: 0.875rem !important;
|
|
1140
|
+
line-height: 1.25rem;
|
|
1141
|
+
text-align: left;
|
|
1142
|
+
margin: 0;
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
.personal-details .email-tags {
|
|
1146
|
+
display: flex;
|
|
1147
|
+
flex-wrap: wrap;
|
|
1148
|
+
gap: 0.375rem;
|
|
1149
|
+
margin-top: 0.25rem;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
.personal-details .email-chip {
|
|
1153
|
+
background-color: #f1f3f5;
|
|
1154
|
+
border-radius: 1rem;
|
|
1155
|
+
padding: 0.25rem 0.625rem;
|
|
1156
|
+
font-size: 0.8125rem;
|
|
1157
|
+
color: #333;
|
|
1158
|
+
display: inline-flex;
|
|
1159
|
+
align-items: center;
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
.personal-details .email-chip .remove {
|
|
1163
|
+
margin-left: 0.5rem;
|
|
1164
|
+
cursor: pointer;
|
|
1165
|
+
color: #888;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.personal-details .add-link {
|
|
1169
|
+
display: flex;
|
|
1170
|
+
align-items: center;
|
|
1171
|
+
gap: 0.25rem;
|
|
1172
|
+
font-size: 0.875rem;
|
|
1173
|
+
color: #175CD3;
|
|
1174
|
+
text-decoration: none;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
.personal-details .contact_email_tags div.email-tags {
|
|
1178
|
+
display: flex;
|
|
1179
|
+
flex-direction: column;
|
|
1180
|
+
align-items: flex-start;
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
.personal-details .contact_email_tags div.email-tags div {
|
|
1184
|
+
display: flex;
|
|
1185
|
+
gap: 0.25rem;
|
|
1186
|
+
flex-wrap: wrap;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
.personal-details .contact_email_tags div.email-tags div div {
|
|
1190
|
+
display: flex;
|
|
1191
|
+
align-items: center;
|
|
1192
|
+
justify-content: space-between;
|
|
1193
|
+
flex-direction: row;
|
|
1194
|
+
border-radius: 0.25rem;
|
|
1195
|
+
gap: 0.25rem;
|
|
1196
|
+
border: 0.0625rem solid #E9EAEB;
|
|
1197
|
+
background-color: #FAFAFA;
|
|
1198
|
+
padding: 0.125rem 0.5rem;
|
|
1199
|
+
font-size: 0.875rem;
|
|
1200
|
+
color: #414651;
|
|
1201
|
+
line-height: 1.25rem;
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
/* app/views/kaui/accounts/_payment_gateways.html.erb */
|
|
1205
|
+
|
|
1206
|
+
.payment-methods {
|
|
1207
|
+
margin-top: 3rem;
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
.payment-methods .payment-methods-header {
|
|
1211
|
+
display: flex;
|
|
1212
|
+
align-items: start;
|
|
1213
|
+
justify-content: space-between;
|
|
1214
|
+
padding: 0;
|
|
1215
|
+
border-bottom: 0.0625rem solid #E9EAEB;
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
.payment-methods .payment-methods-header h2 {
|
|
1219
|
+
font-weight: 600;
|
|
1220
|
+
font-size: 1.125rem;
|
|
1221
|
+
line-height: 1.75rem;
|
|
1222
|
+
color: #414651;
|
|
1223
|
+
margin-bottom: 1.25rem;
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
.payment-methods .payment-methods-header a {
|
|
1227
|
+
padding: 0;
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
.payment-methods .tag-bar button {
|
|
1231
|
+
margin-top: -0.3125rem;
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
.payment-methods .info-wrapper {
|
|
1235
|
+
border: none !important;
|
|
1236
|
+
margin-top: 1.25rem;
|
|
1237
|
+
border-bottom: 0.0625rem solid #E9EAEB !important;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
.payment-methods .info-wrapper .toggler {
|
|
1241
|
+
padding-left: 0;
|
|
1242
|
+
padding-right: 0;
|
|
1243
|
+
background: transparent;
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1246
|
+
.payment-methods .payment-method {
|
|
1247
|
+
border-bottom: 0.0625rem solid #e0e0e0;
|
|
1248
|
+
padding: 0.375rem 0;
|
|
1249
|
+
font-family: sans-serif;
|
|
1250
|
+
position: relative;
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
.payment-methods .payment-summary {
|
|
1254
|
+
display: flex;
|
|
1255
|
+
justify-content: space-between;
|
|
1256
|
+
align-items: center;
|
|
1257
|
+
gap: 1rem;
|
|
1258
|
+
flex-wrap: wrap;
|
|
1259
|
+
cursor: pointer;
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
.payment-methods .column {
|
|
1263
|
+
min-width: 10rem;
|
|
1264
|
+
flex: 1;
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
.payment-methods .column strong {
|
|
1268
|
+
color: #414651 !important;
|
|
1269
|
+
font-weight: 600;
|
|
1270
|
+
font-size: 0.875rem !important;
|
|
1271
|
+
line-height: 1.25rem;
|
|
1272
|
+
text-align: left;
|
|
1273
|
+
margin-bottom: 0.25rem;
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
.payment-methods .column div {
|
|
1277
|
+
color: #717680 !important;
|
|
1278
|
+
font-weight: 500;
|
|
1279
|
+
font-size: 0.875rem !important;
|
|
1280
|
+
line-height: 1.25rem;
|
|
1281
|
+
text-align: left;
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
.payment-methods .payment-method-id {
|
|
1285
|
+
display: inline-block;
|
|
1286
|
+
max-width: 15rem;
|
|
1287
|
+
overflow: hidden;
|
|
1288
|
+
text-overflow: ellipsis;
|
|
1289
|
+
white-space: nowrap;
|
|
1290
|
+
vertical-align: middle;
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
.payment-methods .copy-icon {
|
|
1294
|
+
margin-left: 0.5rem;
|
|
1295
|
+
cursor: pointer;
|
|
1296
|
+
color: #888;
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
.payment-methods .delete-link {
|
|
1300
|
+
color: #D92D20;
|
|
1301
|
+
font-weight: 500;
|
|
1302
|
+
font-size: 0.875rem;
|
|
1303
|
+
line-height: 1.25rem;
|
|
1304
|
+
letter-spacing: 0;
|
|
1305
|
+
cursor: pointer;
|
|
1306
|
+
margin-right: 0.75rem;
|
|
1307
|
+
text-decoration: none;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1310
|
+
.payment-methods .actions {
|
|
1311
|
+
display: flex;
|
|
1312
|
+
align-items: center;
|
|
1313
|
+
justify-content: flex-end;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
.payment-methods .primary {
|
|
1317
|
+
color: #A4A7AE;
|
|
1318
|
+
font-weight: 500;
|
|
1319
|
+
font-size: 0.875rem;
|
|
1320
|
+
line-height: 1.25rem;
|
|
1321
|
+
letter-spacing: 0;
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
.payment-methods .make-primary {
|
|
1325
|
+
font-weight: 500;
|
|
1326
|
+
color: #535862;
|
|
1327
|
+
font-size: 0.875rem;
|
|
1328
|
+
line-height: 1.25rem;
|
|
1329
|
+
letter-spacing: 0;
|
|
1330
|
+
cursor: pointer;
|
|
1331
|
+
text-decoration: none;
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
.payment-methods .payment-detail {
|
|
1335
|
+
max-height: 0;
|
|
1336
|
+
overflow: hidden;
|
|
1337
|
+
transition: max-height 0.4s ease, padding-top 0.4s ease;
|
|
1338
|
+
padding-top: 0;
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
.payment-methods .toggle-checkbox:checked + .payment-summary + .payment-detail {
|
|
1342
|
+
max-height: 62.5rem;
|
|
1343
|
+
padding-top: 0.75rem;
|
|
1344
|
+
border-top: 0.0625rem solid #E9EAEB;
|
|
1345
|
+
margin-top: 0.75rem;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
.payment-methods .action-menu-wrapper {
|
|
1349
|
+
position: relative;
|
|
1350
|
+
display: inline-block;
|
|
1351
|
+
margin-left: 0.5rem;
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
.payment-methods .menu-trigger {
|
|
1355
|
+
cursor: pointer;
|
|
1356
|
+
padding: 0.25rem;
|
|
1357
|
+
display: inline-block;
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
.payment-methods .menu-toggle:checked + .menu-trigger + .action-dropdown {
|
|
1361
|
+
display: block;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
.payment-methods .action-dropdown {
|
|
1365
|
+
display: none;
|
|
1366
|
+
position: absolute;
|
|
1367
|
+
top: 1.75rem;
|
|
1368
|
+
right: 0;
|
|
1369
|
+
background: white;
|
|
1370
|
+
border-radius: 0.75rem;
|
|
1371
|
+
box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.1);
|
|
1372
|
+
min-width: 8.75rem;
|
|
1373
|
+
z-index: 100;
|
|
1374
|
+
padding: 0.5rem 0;
|
|
1375
|
+
}
|
|
1376
|
+
|
|
1377
|
+
.payment-methods .action-dropdown ul {
|
|
1378
|
+
list-style: none;
|
|
1379
|
+
margin: 0;
|
|
1380
|
+
padding: 0;
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
.payment-methods .action-dropdown li {
|
|
1384
|
+
padding: 0.625rem 1rem;
|
|
1385
|
+
display: flex;
|
|
1386
|
+
align-items: center;
|
|
1387
|
+
gap: 0.625rem;
|
|
1388
|
+
cursor: pointer;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
.payment-methods .action-dropdown li:hover {
|
|
1392
|
+
background-color: #f5f5f5;
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
.payment-methods .action-dropdown a {
|
|
1396
|
+
text-decoration: none;
|
|
1397
|
+
color: #4a4a4a;
|
|
1398
|
+
font-weight: 500;
|
|
1399
|
+
display: flex;
|
|
1400
|
+
align-items: center;
|
|
1401
|
+
gap: 0.625rem;
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
.payment-methods .action-dropdown i {
|
|
1405
|
+
font-size: 1rem;
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
.payment-methods .menu-toggle:checked ~ .dropdown-overlay {
|
|
1409
|
+
display: block;
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
.payment-methods .dropdown-overlay {
|
|
1413
|
+
display: none;
|
|
1414
|
+
position: fixed;
|
|
1415
|
+
inset: 0;
|
|
1416
|
+
z-index: 99;
|
|
1417
|
+
background: transparent;
|
|
1418
|
+
cursor: default;
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
.payment-methods .menu-toggle:checked + .menu-trigger + .dropdown-overlay + .action-dropdown {
|
|
1422
|
+
display: block;
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
.payment-methods .payment-method-details .detail-item {
|
|
1426
|
+
margin-bottom: 1rem;
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
.payment-methods .payment-method-details .detail-item b {
|
|
1430
|
+
display: block;
|
|
1431
|
+
margin-bottom: 0.25rem;
|
|
1432
|
+
color: #414651 !important;
|
|
1433
|
+
font-weight: 600;
|
|
1434
|
+
font-size: 0.875rem !important;
|
|
1435
|
+
line-height: 1.25rem;
|
|
1436
|
+
text-align: left;
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
.payment-methods .payment-method-details .detail-item span {
|
|
1440
|
+
display: block;
|
|
1441
|
+
color: #717680 !important;
|
|
1442
|
+
font-weight: 400;
|
|
1443
|
+
font-size: 0.875rem !important;
|
|
1444
|
+
line-height: 1.25rem;
|
|
1445
|
+
text-align: left;
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
.payment-methods .dots-menu {
|
|
1449
|
+
padding: 0 !important;
|
|
1450
|
+
background-color: transparent !important;
|
|
1451
|
+
border: none !important;
|
|
1452
|
+
margin-left: 0.75rem !important;
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1455
|
+
.payment-methods .dots-menu:hover {
|
|
1456
|
+
background-color: transparent !important;
|
|
1457
|
+
}
|
|
1458
|
+
|
|
1459
|
+
/* app/views/kaui/custom_fields/_list_bar.html.erb */
|
|
1460
|
+
|
|
1461
|
+
.list-bar-custom-fields strong {
|
|
1462
|
+
font-weight: 600;
|
|
1463
|
+
font-size: 0.875rem;
|
|
1464
|
+
line-height: 1.25rem;
|
|
1465
|
+
letter-spacing: 0;
|
|
1466
|
+
color: #414651;
|
|
1467
|
+
}
|
|
1468
|
+
.list-bar-custom-fields .tag-select-box label {
|
|
1469
|
+
margin: 0;
|
|
1470
|
+
margin-bottom: 0.25rem;
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1473
|
+
.list-bar-custom-fields .tag-description {
|
|
1474
|
+
border-radius: 0.25rem;
|
|
1475
|
+
background-color: #FAFAFA;
|
|
1476
|
+
padding: 0.125rem 0.5rem;
|
|
1477
|
+
margin: 0 0.25rem;
|
|
1478
|
+
font-weight: 500;
|
|
1479
|
+
font-size: 0.75rem;
|
|
1480
|
+
line-height: 1.125rem;
|
|
1481
|
+
letter-spacing: 0;
|
|
1482
|
+
text-align: center;
|
|
1483
|
+
color: #717680;
|
|
1484
|
+
border: 0.0625rem solid #F5F5F5;
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1487
|
+
/* app/views/kaui/charges/new.html.erb */
|
|
1488
|
+
|
|
1489
|
+
.add-new-charge-modal .add-account-title {
|
|
1490
|
+
display: flex;
|
|
1491
|
+
align-items: center;
|
|
1492
|
+
gap: 1rem;
|
|
1493
|
+
font-weight: 600;
|
|
1494
|
+
font-size: 1.125rem;
|
|
1495
|
+
line-height: 1.75rem;
|
|
1496
|
+
letter-spacing: 0;
|
|
1497
|
+
color: #1B1C1E;
|
|
1498
|
+
padding: 1rem 0;
|
|
1499
|
+
margin-bottom: 1.5rem;
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1502
|
+
.add-new-charge-modal .icon-container {
|
|
1503
|
+
display: inline-flex;
|
|
1504
|
+
justify-content: center;
|
|
1505
|
+
align-items: center;
|
|
1506
|
+
border: 0.0625rem solid #D5D7DA;
|
|
1507
|
+
border-radius: 0.375rem;
|
|
1508
|
+
width: 2.5rem;
|
|
1509
|
+
height: 2.5rem;
|
|
1510
|
+
padding: 0.25rem;
|
|
1511
|
+
}
|
|
1512
|
+
|
|
1513
|
+
.add-new-charge-modal .icon-container img {
|
|
1514
|
+
width: 1rem;
|
|
1515
|
+
height: 1rem;
|
|
1516
|
+
}
|
|
1517
|
+
|
|
1518
|
+
/* app/views/kaui/charges/_form.html.erb */
|
|
1519
|
+
|
|
1520
|
+
.add-new-charge-modal .control-label {
|
|
1521
|
+
font-size: 0.875rem !important;
|
|
1522
|
+
font-weight: 500 !important;
|
|
1523
|
+
line-height: 1.25rem !important;
|
|
1524
|
+
color: #414651 !important;
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
.add-new-charge-modal .question-circle {
|
|
1528
|
+
color: #A4A7AE;
|
|
1529
|
+
font-size: 1rem;
|
|
1530
|
+
width: 1rem;
|
|
1531
|
+
height: 1rem;
|
|
1532
|
+
display: inline-block;
|
|
1533
|
+
line-height: 1rem;
|
|
1534
|
+
text-align: center;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
.add-new-charge-modal .col-sm-9.position-relative a {
|
|
1538
|
+
position: absolute;
|
|
1539
|
+
top: 0.5rem;
|
|
1540
|
+
right: 0.5rem;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
.add-new-charge-modal .form-group.d-flex.pb-3 .form-control {
|
|
1544
|
+
height: 2.5rem;
|
|
1545
|
+
border-radius: 0.375rem;
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
.add-new-charge-modal .form-group.d-flex .form-control:focus {
|
|
1549
|
+
outline: none;
|
|
1550
|
+
box-shadow: none;
|
|
1551
|
+
border: 0.0625rem solid #1A73E8;
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
.add-new-charge-modal .form-group select.form-control {
|
|
1555
|
+
appearance: none;
|
|
1556
|
+
-webkit-appearance: none;
|
|
1557
|
+
-moz-appearance: none;
|
|
1558
|
+
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>');
|
|
1559
|
+
background-repeat: no-repeat;
|
|
1560
|
+
background-position: right 0.625rem center;
|
|
1561
|
+
background-size: 1rem 1rem;
|
|
1562
|
+
padding-right: 1.875rem;
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
.add-new-charge-modal select.form-control:focus {
|
|
1566
|
+
box-shadow: none;
|
|
1567
|
+
outline: none;
|
|
1568
|
+
}
|
|
1569
|
+
|
|
1570
|
+
.add-new-charge-modal .checkbox label {
|
|
1571
|
+
font-weight: 500;
|
|
1572
|
+
font-size: 0.875rem;
|
|
1573
|
+
line-height: 1.25rem;
|
|
1574
|
+
color: #414651;
|
|
1575
|
+
display: flex;
|
|
1576
|
+
align-items: center;
|
|
1577
|
+
gap: 0.375rem;
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
.add-new-charge-modal .form-group.d-flex .input-group input {
|
|
1581
|
+
border-right: 0 !important;
|
|
1582
|
+
border-radius: 0.375rem 0 0 0.375rem !important;
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
.add-new-charge-modal .form-group.d-flex .input-group select {
|
|
1586
|
+
border-left: 0 !important;
|
|
1587
|
+
border-radius: 0 0.375rem 0.375rem 0 !important;
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1590
|
+
/* app/views/kaui/credits/new.html.erb */
|
|
1591
|
+
|
|
1592
|
+
.add-new-credit-modal .add-account-title {
|
|
1593
|
+
display: flex;
|
|
1594
|
+
align-items: center;
|
|
1595
|
+
gap: 1rem;
|
|
1596
|
+
font-weight: 600;
|
|
1597
|
+
font-size: 1.125rem;
|
|
1598
|
+
line-height: 1.75rem;
|
|
1599
|
+
letter-spacing: 0;
|
|
1600
|
+
color: #1B1C1E;
|
|
1601
|
+
padding: 1rem 0;
|
|
1602
|
+
margin-bottom: 1.5rem;
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1605
|
+
.add-new-credit-modal .icon-container {
|
|
1606
|
+
display: inline-flex;
|
|
1607
|
+
justify-content: center;
|
|
1608
|
+
align-items: center;
|
|
1609
|
+
border: 0.0625rem solid #D5D7DA;
|
|
1610
|
+
border-radius: 0.375rem;
|
|
1611
|
+
width: 2.5rem;
|
|
1612
|
+
height: 2.5rem;
|
|
1613
|
+
padding: 0.25rem;
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
.add-new-credit-modal .icon-container img {
|
|
1617
|
+
width: 1rem;
|
|
1618
|
+
height: 1rem;
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1621
|
+
.add-new-credit-modal .control-label {
|
|
1622
|
+
font-size: 0.875rem !important;
|
|
1623
|
+
font-weight: 500 !important;
|
|
1624
|
+
line-height: 1.25rem !important;
|
|
1625
|
+
color: #414651 !important;
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
.add-new-credit-modal .question-circle {
|
|
1629
|
+
color: #A4A7AE;
|
|
1630
|
+
font-size: 1rem;
|
|
1631
|
+
width: 1rem;
|
|
1632
|
+
height: 1rem;
|
|
1633
|
+
display: inline-block;
|
|
1634
|
+
line-height: 1rem;
|
|
1635
|
+
text-align: center;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
.add-new-credit-modal .col-sm-9.position-relative a {
|
|
1639
|
+
position: absolute;
|
|
1640
|
+
top: 0.5rem;
|
|
1641
|
+
right: 0.5rem;
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1644
|
+
.add-new-credit-modal .form-group.d-flex.pb-3 .form-control {
|
|
1645
|
+
height: 2.5rem;
|
|
1646
|
+
border-radius: 0.375rem;
|
|
1647
|
+
}
|
|
1648
|
+
|
|
1649
|
+
.add-new-credit-modal .form-group.d-flex .form-control:focus {
|
|
1650
|
+
outline: none;
|
|
1651
|
+
box-shadow: none;
|
|
1652
|
+
border: 0.0625rem solid #1A73E8;
|
|
1653
|
+
}
|
|
1654
|
+
|
|
1655
|
+
.add-new-credit-modal .form-group select.form-control {
|
|
1656
|
+
appearance: none;
|
|
1657
|
+
-webkit-appearance: none;
|
|
1658
|
+
-moz-appearance: none;
|
|
1659
|
+
|
|
1660
|
+
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>');
|
|
1661
|
+
background-repeat: no-repeat;
|
|
1662
|
+
background-position: right 0.625rem center;
|
|
1663
|
+
background-size: 1rem 1rem;
|
|
1664
|
+
|
|
1665
|
+
padding-right: 1.875rem;
|
|
1666
|
+
/* To make space for the arrow */
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
.add-new-credit-modal select.form-control:focus {
|
|
1670
|
+
box-shadow: none;
|
|
1671
|
+
outline: none;
|
|
1672
|
+
}
|
|
1673
|
+
|
|
1674
|
+
.add-new-credit-modal .checkbox label {
|
|
1675
|
+
font-weight: 500;
|
|
1676
|
+
font-size: 0.875rem;
|
|
1677
|
+
line-height: 1.25rem;
|
|
1678
|
+
color: #414651;
|
|
1679
|
+
display: flex;
|
|
1680
|
+
align-items: center;
|
|
1681
|
+
gap: 0.375rem;
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1684
|
+
.add-new-credit-modal .form-group.d-flex .input-group input {
|
|
1685
|
+
border-right: 0 !important;
|
|
1686
|
+
border-radius: 0.375rem 0 0 0.375rem !important;
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1689
|
+
.add-new-credit-modal .form-group.d-flex .input-group select.currency-select {
|
|
1690
|
+
border-left: 0;
|
|
1691
|
+
border-radius: 0 0.375rem 0.375rem 0 !important;
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
/* app/views/kaui/account_emails/new.html.erb */
|
|
1695
|
+
|
|
1696
|
+
.add-new-account-email-modal .add-account-title {
|
|
1697
|
+
display: flex;
|
|
1698
|
+
align-items: center;
|
|
1699
|
+
gap: 1rem;
|
|
1700
|
+
font-weight: 600;
|
|
1701
|
+
font-size: 1.125rem;
|
|
1702
|
+
line-height: 1.75rem;
|
|
1703
|
+
letter-spacing: 0;
|
|
1704
|
+
color: #1B1C1E;
|
|
1705
|
+
padding: 1rem 0;
|
|
1706
|
+
margin-bottom: 1.5rem;
|
|
1707
|
+
}
|
|
1708
|
+
|
|
1709
|
+
.add-new-account-email-modal .icon-container {
|
|
1710
|
+
display: inline-flex;
|
|
1711
|
+
justify-content: center;
|
|
1712
|
+
align-items: center;
|
|
1713
|
+
border: 0.0625rem solid #D5D7DA;
|
|
1714
|
+
border-radius: 0.375rem;
|
|
1715
|
+
width: 2.5rem;
|
|
1716
|
+
height: 2.5rem;
|
|
1717
|
+
padding: 0.25rem;
|
|
1718
|
+
}
|
|
1719
|
+
|
|
1720
|
+
.add-new-account-email-modal .icon-container img {
|
|
1721
|
+
width: 1rem;
|
|
1722
|
+
height: 1rem;
|
|
1723
|
+
}
|
|
1724
|
+
|
|
1725
|
+
.add-new-account-email-modal .control-label {
|
|
1726
|
+
font-size: 0.875rem !important;
|
|
1727
|
+
font-weight: 500 !important;
|
|
1728
|
+
line-height: 1.25rem !important;
|
|
1729
|
+
color: #414651 !important;
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
.add-new-account-email-modal .question-circle {
|
|
1733
|
+
color: #A4A7AE;
|
|
1734
|
+
font-size: 1rem;
|
|
1735
|
+
width: 1rem;
|
|
1736
|
+
height: 1rem;
|
|
1737
|
+
display: inline-block;
|
|
1738
|
+
line-height: 1rem;
|
|
1739
|
+
text-align: center;
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
.add-new-account-email-modal .col-sm-9.position-relative a {
|
|
1743
|
+
position: absolute;
|
|
1744
|
+
top: 0.5rem;
|
|
1745
|
+
right: 0.5rem;
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
.add-new-account-email-modal .form-group.d-flex.pb-3 .form-control {
|
|
1749
|
+
height: 2.5rem;
|
|
1750
|
+
border-radius: 0.375rem;
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
.add-new-account-email-modal .form-group.d-flex .form-control:focus {
|
|
1754
|
+
outline: none;
|
|
1755
|
+
box-shadow: none;
|
|
1756
|
+
}
|
|
1757
|
+
|
|
1758
|
+
.add-new-account-email-modal .checkbox label {
|
|
1759
|
+
font-weight: 500;
|
|
1760
|
+
font-size: 0.875rem;
|
|
1761
|
+
line-height: 1.25rem;
|
|
1762
|
+
color: #414651;
|
|
1763
|
+
display: flex;
|
|
1764
|
+
align-items: center;
|
|
1765
|
+
gap: 0.375rem;
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1768
|
+
/* app/views/kaui/payment_methods/new.html.erb */
|
|
1769
|
+
|
|
1770
|
+
.add-new-payment-method-modal .add-account-title {
|
|
1771
|
+
display: flex;
|
|
1772
|
+
align-items: center;
|
|
1773
|
+
gap: 1rem;
|
|
1774
|
+
font-weight: 600;
|
|
1775
|
+
font-size: 1.125rem;
|
|
1776
|
+
line-height: 1.75rem;
|
|
1777
|
+
letter-spacing: 0;
|
|
1778
|
+
color: #1B1C1E;
|
|
1779
|
+
padding: 1.5rem 0;
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1782
|
+
.add-new-payment-method-modal .icon-container {
|
|
1783
|
+
display: inline-flex;
|
|
1784
|
+
justify-content: center;
|
|
1785
|
+
align-items: center;
|
|
1786
|
+
border: 0.0625rem solid #D5D7DA;
|
|
1787
|
+
border-radius: 0.375rem;
|
|
1788
|
+
width: 2.5rem;
|
|
1789
|
+
height: 2.5rem;
|
|
1790
|
+
padding: 0.25rem;
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
.add-new-payment-method-modal .icon-container img {
|
|
1794
|
+
width: 1rem;
|
|
1795
|
+
height: 1rem;
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1798
|
+
.add-new-payment-method-modal .control-label {
|
|
1799
|
+
font-size: 0.875rem !important;
|
|
1800
|
+
font-weight: 500 !important;
|
|
1801
|
+
line-height: 1.25rem !important;
|
|
1802
|
+
color: #414651 !important;
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1805
|
+
.add-new-payment-method-modal .question-circle {
|
|
1806
|
+
color: #A4A7AE;
|
|
1807
|
+
font-size: 1rem;
|
|
1808
|
+
width: 1rem;
|
|
1809
|
+
height: 1rem;
|
|
1810
|
+
display: inline-block;
|
|
1811
|
+
line-height: 1rem;
|
|
1812
|
+
text-align: center;
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
.add-new-payment-method-modal .col-sm-9.position-relative a {
|
|
1816
|
+
position: absolute;
|
|
1817
|
+
top: 0.5rem;
|
|
1818
|
+
right: 0.5rem;
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
.add-new-payment-method-modal .form-group.d-flex.pb-3 .form-control {
|
|
1822
|
+
height: 2.5rem;
|
|
1823
|
+
border-radius: 0.375rem;
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
.add-new-payment-method-modal .form-group.d-flex .form-control:focus {
|
|
1827
|
+
outline: none;
|
|
1828
|
+
box-shadow: none;
|
|
1829
|
+
}
|
|
1830
|
+
|
|
1831
|
+
.add-new-payment-method-modal .checkbox label {
|
|
1832
|
+
font-weight: 500;
|
|
1833
|
+
font-size: 0.875rem;
|
|
1834
|
+
line-height: 1.25rem;
|
|
1835
|
+
color: #414651;
|
|
1836
|
+
display: flex;
|
|
1837
|
+
align-items: center;
|
|
1838
|
+
gap: 0.375rem;
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
.add-new-payment-method-modal .payment-method-form .dots-menu {
|
|
1842
|
+
padding: 0 !important;
|
|
1843
|
+
background-color: transparent !important;
|
|
1844
|
+
border: none !important;
|
|
1845
|
+
text-decoration: none !important;
|
|
1846
|
+
color: #175CD3 !important;
|
|
1847
|
+
margin-bottom: 1rem;
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
.add-new-payment-method-modal .payment-method-form table {
|
|
1851
|
+
border: 0 !important;
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
.add-new-payment-method-modal .payment-method-form table thead th {
|
|
1855
|
+
color: #717680;
|
|
1856
|
+
font-weight: 500 !important;
|
|
1857
|
+
font-size: 0.75rem;
|
|
1858
|
+
line-height: 1.125rem;
|
|
1859
|
+
background: #FAFAFA !important;
|
|
1860
|
+
}
|
|
1861
|
+
|
|
1862
|
+
.add-new-payment-method-modal .payment-method-form table thead th:first-child {
|
|
1863
|
+
border-top-left-radius: 0.375rem;
|
|
1864
|
+
border-bottom-left-radius: 0.375rem;
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
.add-new-payment-method-modal .payment-method-form table thead th:last-child {
|
|
1868
|
+
border-top-right-radius: 0.375rem;
|
|
1869
|
+
border-bottom-right-radius: 0.375rem;
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
.add-new-payment-method-modal .payment-method-form table thead tr th {
|
|
1873
|
+
padding: 0.3125rem 0.75rem;
|
|
1874
|
+
}
|
|
1875
|
+
|
|
1876
|
+
.add-new-payment-method-modal .payment-method-form table tbody tr td {
|
|
1877
|
+
padding: 0.3125rem 0.75rem;
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
.add-new-payment-method-modal .payment-method-form hr {
|
|
1881
|
+
margin: 0;
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
/* app/views/kaui/transactions/new.html.erb */
|
|
1885
|
+
|
|
1886
|
+
.process-transaction-modal .add-account-title {
|
|
1887
|
+
display: flex;
|
|
1888
|
+
align-items: center;
|
|
1889
|
+
gap: 1rem;
|
|
1890
|
+
font-weight: 600;
|
|
1891
|
+
font-size: 1.125rem;
|
|
1892
|
+
line-height: 1.75rem;
|
|
1893
|
+
letter-spacing: 0;
|
|
1894
|
+
color: #1B1C1E;
|
|
1895
|
+
padding: 1.5rem 0;
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1898
|
+
.process-transaction-modal .icon-container {
|
|
1899
|
+
display: inline-flex;
|
|
1900
|
+
justify-content: center;
|
|
1901
|
+
align-items: center;
|
|
1902
|
+
border: 0.0625rem solid #D5D7DA;
|
|
1903
|
+
border-radius: 0.375rem;
|
|
1904
|
+
width: 2.5rem;
|
|
1905
|
+
height: 2.5rem;
|
|
1906
|
+
padding: 0.25rem;
|
|
1907
|
+
}
|
|
1908
|
+
|
|
1909
|
+
.process-transaction-modal .icon-container img {
|
|
1910
|
+
width: 1rem;
|
|
1911
|
+
height: 1rem;
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1914
|
+
.process-transaction-modal .control-label {
|
|
1915
|
+
font-size: 0.875rem !important;
|
|
1916
|
+
font-weight: 500 !important;
|
|
1917
|
+
line-height: 1.25rem !important;
|
|
1918
|
+
color: #414651 !important;
|
|
1919
|
+
}
|
|
1920
|
+
|
|
1921
|
+
.process-transaction-modal .question-circle {
|
|
1922
|
+
color: #A4A7AE;
|
|
1923
|
+
font-size: 1rem;
|
|
1924
|
+
width: 1rem;
|
|
1925
|
+
height: 1rem;
|
|
1926
|
+
display: inline-block;
|
|
1927
|
+
line-height: 1rem;
|
|
1928
|
+
text-align: center;
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
.process-transaction-modal .col-sm-9.position-relative a {
|
|
1932
|
+
position: absolute;
|
|
1933
|
+
top: 0.5rem;
|
|
1934
|
+
right: 0.5rem;
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1937
|
+
.process-transaction-modal .form-group.d-flex.pb-3 .form-control {
|
|
1938
|
+
height: 2.5rem;
|
|
1939
|
+
border-radius: 0.375rem;
|
|
1940
|
+
}
|
|
1941
|
+
|
|
1942
|
+
.process-transaction-modal .form-group.d-flex .form-control:focus {
|
|
1943
|
+
outline: none;
|
|
1944
|
+
box-shadow: none;
|
|
1945
|
+
border: 0.0625rem solid #1A73E8;
|
|
1946
|
+
}
|
|
1947
|
+
|
|
1948
|
+
.process-transaction-modal .form-group select.form-control {
|
|
1949
|
+
appearance: none;
|
|
1950
|
+
-webkit-appearance: none;
|
|
1951
|
+
-moz-appearance: none;
|
|
1952
|
+
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>');
|
|
1953
|
+
background-repeat: no-repeat;
|
|
1954
|
+
background-position: right 0.625rem center;
|
|
1955
|
+
background-size: 1rem 1rem;
|
|
1956
|
+
padding-right: 1.875rem;
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
.process-transaction-modal select.form-control:focus {
|
|
1960
|
+
box-shadow: none;
|
|
1961
|
+
outline: none;
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
.process-transaction-modal .checkbox label {
|
|
1965
|
+
font-weight: 500;
|
|
1966
|
+
font-size: 0.875rem;
|
|
1967
|
+
line-height: 1.25rem;
|
|
1968
|
+
color: #414651;
|
|
1969
|
+
display: flex;
|
|
1970
|
+
align-items: center;
|
|
1971
|
+
gap: 0.375rem;
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
.process-transaction-modal .form-group.d-flex .input-group input {
|
|
1975
|
+
border-right: 0;
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
.process-transaction-modal .form-group.d-flex .input-group select.currency-select {
|
|
1979
|
+
border-left: 0;
|
|
1980
|
+
border-radius: 0 0.375rem 0.375rem 0 !important;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1983
|
+
.process-transaction-modal .payment-method-form .dots-menu {
|
|
1984
|
+
padding: 0 !important;
|
|
1985
|
+
background-color: transparent !important;
|
|
1986
|
+
border: none !important;
|
|
1987
|
+
text-decoration: none !important;
|
|
1988
|
+
color: #175CD3 !important;
|
|
1989
|
+
margin-bottom: 1rem;
|
|
1990
|
+
}
|
|
1991
|
+
|
|
1992
|
+
.process-transaction-modal .payment-method-form table {
|
|
1993
|
+
border: 0 !important;
|
|
1994
|
+
margin-bottom: 0;
|
|
1995
|
+
}
|
|
1996
|
+
|
|
1997
|
+
.process-transaction-modal .payment-method-form table tr:last-of-type {
|
|
1998
|
+
border-color: #ccc !important;
|
|
1999
|
+
}
|
|
2000
|
+
|
|
2001
|
+
.process-transaction-modal .payment-method-form .table>:not(:last-child)>:last-child>* {
|
|
2002
|
+
border-bottom-color: transparent !important;
|
|
2003
|
+
}
|
|
2004
|
+
|
|
2005
|
+
.process-transaction-modal .payment-method-form table thead th {
|
|
2006
|
+
color: #717680;
|
|
2007
|
+
font-weight: 500 !important;
|
|
2008
|
+
font-size: 0.75rem;
|
|
2009
|
+
line-height: 1.125rem;
|
|
2010
|
+
background: #FAFAFA !important;
|
|
2011
|
+
text-transform: capitalize;
|
|
2012
|
+
}
|
|
2013
|
+
|
|
2014
|
+
.process-transaction-modal .payment-method-form table thead th:first-child {
|
|
2015
|
+
border-top-left-radius: 0.375rem;
|
|
2016
|
+
border-bottom-left-radius: 0.375rem;
|
|
2017
|
+
}
|
|
2018
|
+
|
|
2019
|
+
.process-transaction-modal .payment-method-form table thead th:last-child {
|
|
2020
|
+
border-top-right-radius: 0.375rem;
|
|
2021
|
+
border-bottom-right-radius: 0.375rem;
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
.process-transaction-modal .payment-method-form table thead tr th {
|
|
2025
|
+
padding: 0.3125rem 0.75rem;
|
|
2026
|
+
}
|
|
2027
|
+
|
|
2028
|
+
.process-transaction-modal .payment-method-form table tbody tr td {
|
|
2029
|
+
padding: 0.3125rem 0.75rem;
|
|
2030
|
+
}
|
|
2031
|
+
|
|
2032
|
+
.process-transaction-modal .payment-method-form hr {
|
|
2033
|
+
margin: 0;
|
|
2034
|
+
}
|
|
2035
|
+
|
|
2036
|
+
.process-transaction-modal .payment-method-form .close-icon {
|
|
2037
|
+
padding: 0;
|
|
2038
|
+
text-align: center;
|
|
2039
|
+
align-items: center;
|
|
2040
|
+
}
|
|
2041
|
+
|
|
2042
|
+
.process-transaction-modal .payment-method-form .close-icon a svg {
|
|
2043
|
+
height: 3.125rem;
|
|
2044
|
+
}
|
|
2045
|
+
|
|
2046
|
+
|
|
2047
|
+
|
|
33
2048
|
|
|
34
|
-
/*# sourceMappingURL=account.css.map */
|