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,269 @@
|
|
|
1
|
+
.kaui-queues-index .queues {
|
|
2
|
+
width: 67.5625rem;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.kaui-queues-index .queues .queues-header {
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: start;
|
|
8
|
+
justify-content: space-between;
|
|
9
|
+
padding: 0;
|
|
10
|
+
border-bottom: 0.0625rem solid #e9eaeb;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.kaui-queues-index .queues .queues-header h2 {
|
|
14
|
+
font-weight: 600;
|
|
15
|
+
font-size: 1.125rem;
|
|
16
|
+
line-height: 1.75rem;
|
|
17
|
+
color: #414651;
|
|
18
|
+
margin-bottom: 1.25rem;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.kaui-queues-index .queues .filter-tabs {
|
|
22
|
+
background-color: #fafafa;
|
|
23
|
+
border: 0.0625rem solid #e9eaeb;
|
|
24
|
+
border-radius: 0.375rem;
|
|
25
|
+
width: 100%;
|
|
26
|
+
display: flex;
|
|
27
|
+
flex-direction: row;
|
|
28
|
+
align-items: center;
|
|
29
|
+
justify-content: center;
|
|
30
|
+
gap: 0.25rem;
|
|
31
|
+
margin: 0;
|
|
32
|
+
margin-bottom: 1.5rem;
|
|
33
|
+
padding: 0.25rem;
|
|
34
|
+
height: 2.5rem;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.kaui-queues-index .queues .filter-tabs a {
|
|
38
|
+
font-weight: 500;
|
|
39
|
+
font-size: 1rem;
|
|
40
|
+
line-height: 1.25rem;
|
|
41
|
+
color: #717680;
|
|
42
|
+
padding: 0.375rem 0;
|
|
43
|
+
border-radius: 0.25rem;
|
|
44
|
+
text-decoration: none;
|
|
45
|
+
height: 2rem;
|
|
46
|
+
width: 100%;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
@media (max-width: 768px) {
|
|
50
|
+
.kaui-queues-index .queues .filter-tabs a {
|
|
51
|
+
font-size: 0.7rem;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.kaui-queues-index .queues .filter-tabs .activelink {
|
|
56
|
+
color: #414651;
|
|
57
|
+
background-color: #ffffff;
|
|
58
|
+
box-shadow: 0rem 0.0625rem 0.125rem -0.0625rem #0a0d121a;
|
|
59
|
+
box-shadow: 0rem 0.0625rem 0.1875rem 0rem #0a0d121a;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.kaui-queues-index #bus-table_filter,
|
|
63
|
+
.kaui-queues-index #notifications-table_filter {
|
|
64
|
+
position: absolute;
|
|
65
|
+
top: -4.5rem;
|
|
66
|
+
right: 0;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.kaui-queues-index .queues .bus-table td,
|
|
70
|
+
.kaui-queues-index .queues .notifications-table td {
|
|
71
|
+
font-weight: 500 !important;
|
|
72
|
+
font-size: 0.875rem !important;
|
|
73
|
+
padding: 1rem 0.5rem !important;
|
|
74
|
+
line-height: 1.125rem !important;
|
|
75
|
+
text-align: start;
|
|
76
|
+
color: #535862 !important;
|
|
77
|
+
display: table-cell !important;
|
|
78
|
+
text-align: left !important;
|
|
79
|
+
vertical-align: top;
|
|
80
|
+
border-bottom: 0 !important;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.kaui-queues-index .queues .bus-table td:nth-of-type(2) span,
|
|
84
|
+
.kaui-queues-index .queues .notifications-table td:nth-of-type(2) span {
|
|
85
|
+
padding: 0.1875rem 0.5rem;
|
|
86
|
+
font-weight: 500 !important;
|
|
87
|
+
font-size: 0.75rem !important;
|
|
88
|
+
line-height: 1.125rem !important;
|
|
89
|
+
color: #414651 !important;
|
|
90
|
+
border-radius: 0.125rem !important;
|
|
91
|
+
border: 0.0625rem solid #d5d7da !important;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.kaui-queues-index .queues .bus-table td pre,
|
|
95
|
+
.kaui-queues-index .queues .notifications-table td pre {
|
|
96
|
+
padding: 0.1875rem 0.5rem;
|
|
97
|
+
font-weight: 500 !important;
|
|
98
|
+
font-size: 0.75rem !important;
|
|
99
|
+
line-height: 1.125rem !important;
|
|
100
|
+
color: #414651 !important;
|
|
101
|
+
border-radius: 0.5rem !important;
|
|
102
|
+
border: 0.0625rem solid #d5d7da !important;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.kaui-queues-index .queues .bus-table th,
|
|
106
|
+
.kaui-queues-index .queues .notifications-table th {
|
|
107
|
+
padding: 0.375rem 1.625rem 0.375rem 0.75rem;
|
|
108
|
+
font-weight: 500;
|
|
109
|
+
font-size: 0.875rem;
|
|
110
|
+
line-height: 1.125rem;
|
|
111
|
+
letter-spacing: 0;
|
|
112
|
+
color: #717680;
|
|
113
|
+
text-transform: capitalize;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.kaui-queues-index .queues .bus-table th,
|
|
117
|
+
.kaui-queues-index .queues .bus-table td,
|
|
118
|
+
.kaui-queues-index .queues .notifications-table th,
|
|
119
|
+
.kaui-queues-index .queues .notifications-table td {
|
|
120
|
+
white-space: nowrap;
|
|
121
|
+
text-align: left;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.kaui-queues-index .queues .pagination a:not(:first-child):not(:last-child) {
|
|
125
|
+
color: #717680;
|
|
126
|
+
display: flex;
|
|
127
|
+
align-items: center;
|
|
128
|
+
padding: 0.5rem 1rem;
|
|
129
|
+
font-weight: 500;
|
|
130
|
+
font-size: 0.875rem;
|
|
131
|
+
line-height: 1.25rem;
|
|
132
|
+
letter-spacing: 0;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.kaui-queues-index
|
|
136
|
+
.queues
|
|
137
|
+
.pagination
|
|
138
|
+
a:not(:first-child):not(:last-child).btn-primary {
|
|
139
|
+
color: #414651;
|
|
140
|
+
background-color: #f5f5f5 !important;
|
|
141
|
+
border: 0 !important;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.kaui-queues-index .queues .dataTables_paginate {
|
|
145
|
+
display: flex;
|
|
146
|
+
align-items: center;
|
|
147
|
+
gap: 0.5rem;
|
|
148
|
+
font-family: "Inter", sans-serif;
|
|
149
|
+
font-size: 0.875rem;
|
|
150
|
+
font-weight: 500;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.kaui-queues-index .queues .dataTables_paginate span .paginate_button {
|
|
154
|
+
width: 2.5rem;
|
|
155
|
+
height: 2.5rem;
|
|
156
|
+
display: inline-flex !important;
|
|
157
|
+
align-items: center !important;
|
|
158
|
+
justify-content: center !important;
|
|
159
|
+
color: #717680 !important;
|
|
160
|
+
text-decoration: none;
|
|
161
|
+
border: 0 !important;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.kaui-queues-index .queues .dataTables_paginate .paginate_button:hover {
|
|
165
|
+
background-color: #f3f4f6;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.kaui-queues-index .queues .dataTables_paginate .paginate_button.current {
|
|
169
|
+
background-color: #f5f5f5 !important;
|
|
170
|
+
border-radius: 0.375rem !important;
|
|
171
|
+
color: #414651 !important;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.kaui-queues-index .queues .dataTables_paginate .paginate_button.last,
|
|
175
|
+
.kaui-queues-index .queues .dataTables_paginate .paginate_button.previous {
|
|
176
|
+
border: 0.0625rem solid #e5e7eb;
|
|
177
|
+
border-radius: 0.5rem;
|
|
178
|
+
background-color: white;
|
|
179
|
+
padding: 0.5rem 0.875rem;
|
|
180
|
+
color: #374151;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.kaui-queues-index .queues #bus-table_wrapper .table-wrapper,
|
|
184
|
+
.kaui-queues-index .queues #notifications-table_wrapper .table-wrapper {
|
|
185
|
+
margin-bottom: 1rem;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.kaui-queues-index .queues #bus-table_wrapper .row:nth-of-type(2),
|
|
189
|
+
.kaui-queues-index .queues #notifications-table_wrapper .row:nth-of-type(2) {
|
|
190
|
+
margin-top: 1.5rem;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
/* .kaui-queues-index #bus-table_wrapper,
|
|
194
|
+
.kaui-queues-index #notifications-table_wrapper {
|
|
195
|
+
max-width: <%= params[:account_id].present? ? '67.5625rem' : '80rem' %>;
|
|
196
|
+
} */
|
|
197
|
+
|
|
198
|
+
.kaui-queues-index .table-wrapper {
|
|
199
|
+
/* max-width: <%= params[:account_id].present? ? '67.5625rem' : '80rem' %> !important; */
|
|
200
|
+
overflow-x: auto !important;
|
|
201
|
+
width: 100% !important;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.max-width-67 {
|
|
205
|
+
max-width: 67.5625rem;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.max-width-80 {
|
|
209
|
+
max-width: 80rem;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.kaui-queues-index .queues #bus-table_filter input,
|
|
213
|
+
.kaui-queues-index .queues #notifications-table_filter input {
|
|
214
|
+
width: 20rem;
|
|
215
|
+
height: 2.2rem;
|
|
216
|
+
padding: 0.3rem 1rem;
|
|
217
|
+
border: 0.0625rem solid #e5e7eb;
|
|
218
|
+
border-radius: 0.375rem;
|
|
219
|
+
font-weight: 500;
|
|
220
|
+
font-size: 0.875rem;
|
|
221
|
+
line-height: 1.25rem;
|
|
222
|
+
color: #414651;
|
|
223
|
+
outline: none;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.kaui-queues-index .timeline {
|
|
227
|
+
position: relative;
|
|
228
|
+
width: 1.25rem;
|
|
229
|
+
margin-left: 0.375rem !important;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.kaui-queues-index .timeline::before {
|
|
233
|
+
content: "";
|
|
234
|
+
position: absolute;
|
|
235
|
+
top: 0;
|
|
236
|
+
left: 0;
|
|
237
|
+
width: 0.5rem;
|
|
238
|
+
height: 100%;
|
|
239
|
+
background: linear-gradient(
|
|
240
|
+
to right,
|
|
241
|
+
transparent 0%,
|
|
242
|
+
transparent 0.375rem,
|
|
243
|
+
#d1d5db 0.375rem,
|
|
244
|
+
#d5d7da 0.5rem
|
|
245
|
+
);
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.kaui-queues-index .dot {
|
|
249
|
+
position: absolute;
|
|
250
|
+
left: 0.1875rem;
|
|
251
|
+
top: 1rem;
|
|
252
|
+
width: 0.5rem;
|
|
253
|
+
height: 1.125rem;
|
|
254
|
+
background-color: #fff !important;
|
|
255
|
+
border-radius: 50%;
|
|
256
|
+
z-index: 1;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.kaui-queues-index .dot::after {
|
|
260
|
+
content: "";
|
|
261
|
+
position: absolute;
|
|
262
|
+
left: 0;
|
|
263
|
+
top: 0.3125rem;
|
|
264
|
+
width: 0.5rem;
|
|
265
|
+
height: 0.5rem;
|
|
266
|
+
background-color: #d5d7da !important;
|
|
267
|
+
border-radius: 50%;
|
|
268
|
+
z-index: 1;
|
|
269
|
+
}
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
.process-refund-modal .process-refund-title {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
gap: 1rem;
|
|
5
|
+
font-weight: 600;
|
|
6
|
+
font-size: 1.125rem;
|
|
7
|
+
line-height: 1.75rem;
|
|
8
|
+
letter-spacing: 0;
|
|
9
|
+
color: #1b1c1e;
|
|
10
|
+
padding: 1.5rem 0;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.process-refund-modal .icon-container {
|
|
14
|
+
display: inline-flex;
|
|
15
|
+
justify-content: center;
|
|
16
|
+
align-items: center;
|
|
17
|
+
border: 0.0625rem solid #d5d7da;
|
|
18
|
+
border-radius: 0.375rem;
|
|
19
|
+
width: 2.5rem;
|
|
20
|
+
height: 2.5rem;
|
|
21
|
+
padding: 0.25rem;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.process-refund-modal .icon-container img {
|
|
25
|
+
width: 1rem;
|
|
26
|
+
height: 1rem;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/* app/views/kaui/refunds/_form.html.erb */
|
|
30
|
+
|
|
31
|
+
.process-refund-modal .control-label {
|
|
32
|
+
font-size: 0.875rem !important;
|
|
33
|
+
font-weight: 500 !important;
|
|
34
|
+
line-height: 1.25rem !important;
|
|
35
|
+
color: #414651 !important;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.process-refund-modal .question-circle {
|
|
39
|
+
color: #a4a7ae;
|
|
40
|
+
font-size: 1rem;
|
|
41
|
+
width: 1rem;
|
|
42
|
+
height: 1rem;
|
|
43
|
+
display: inline-block;
|
|
44
|
+
line-height: 1rem;
|
|
45
|
+
text-align: center;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.process-refund-modal .col-sm-9.position-relative a {
|
|
49
|
+
position: absolute;
|
|
50
|
+
top: 0.5rem;
|
|
51
|
+
right: 0.5rem;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.process-refund-modal .form-group.d-flex.pb-3 .form-control {
|
|
55
|
+
height: 2.5rem;
|
|
56
|
+
border-radius: 0.375rem;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.process-refund-modal .form-group.d-flex .form-control:focus {
|
|
60
|
+
outline: none;
|
|
61
|
+
box-shadow: none;
|
|
62
|
+
border: 0.0625rem solid #1a73e8;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.process-refund-modal .form-group select.form-control {
|
|
66
|
+
appearance: none;
|
|
67
|
+
-webkit-appearance: none;
|
|
68
|
+
-moz-appearance: none;
|
|
69
|
+
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>');
|
|
70
|
+
background-repeat: no-repeat;
|
|
71
|
+
background-position: right 0.625rem center;
|
|
72
|
+
background-size: 1rem 1rem;
|
|
73
|
+
padding-right: 1.875rem;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.process-refund-modal select.form-control:focus {
|
|
77
|
+
box-shadow: none;
|
|
78
|
+
outline: none;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.process-refund-modal .checkbox label {
|
|
82
|
+
font-weight: 500;
|
|
83
|
+
font-size: 0.875rem;
|
|
84
|
+
line-height: 1.25rem;
|
|
85
|
+
color: #414651;
|
|
86
|
+
display: flex;
|
|
87
|
+
align-items: center;
|
|
88
|
+
gap: 0.375rem;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.process-refund-modal .form-group.d-flex .currency-group input {
|
|
92
|
+
border-right: 0;
|
|
93
|
+
border-radius: 0.375rem 0 0 0.375rem !important;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.process-refund-modal .form-group.d-flex .currency-group .currency {
|
|
97
|
+
border-left: 0 !important;
|
|
98
|
+
border: 0.0625rem solid #ced4da;
|
|
99
|
+
border-radius: 0 0.375rem 0.375rem 0 !important;
|
|
100
|
+
padding: 0.375rem 0.75rem;
|
|
101
|
+
font-weight: 400;
|
|
102
|
+
font-size: 1rem;
|
|
103
|
+
line-height: 1.5rem;
|
|
104
|
+
color: #535862;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.process-refund-modal .toggle-segment {
|
|
108
|
+
display: flex;
|
|
109
|
+
align-items: center;
|
|
110
|
+
border: 0.0625rem solid #d5d7da;
|
|
111
|
+
width: fit-content;
|
|
112
|
+
border-radius: 0.375rem;
|
|
113
|
+
overflow: hidden;
|
|
114
|
+
font-size: 0.875rem;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.process-refund-modal .toggle-segment .checkbox label {
|
|
118
|
+
display: flex;
|
|
119
|
+
align-items: center;
|
|
120
|
+
padding: 0.625rem 1rem !important;
|
|
121
|
+
cursor: pointer;
|
|
122
|
+
color: #414651;
|
|
123
|
+
border-right: 0.0625rem solid #d5d7da;
|
|
124
|
+
font-weight: 500;
|
|
125
|
+
font-size: 0.875rem;
|
|
126
|
+
line-height: 1.25rem;
|
|
127
|
+
letter-spacing: 0;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.process-refund-modal .toggle-segment .checkbox:last-child label {
|
|
131
|
+
border-right: none;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.process-refund-modal .toggle-segment .checkbox label input[type="radio"] {
|
|
135
|
+
appearance: none;
|
|
136
|
+
-webkit-appearance: none;
|
|
137
|
+
-moz-appearance: none;
|
|
138
|
+
cursor: pointer;
|
|
139
|
+
position: relative;
|
|
140
|
+
outline: none;
|
|
141
|
+
border: 0;
|
|
142
|
+
background-color: transparent;
|
|
143
|
+
margin: 0;
|
|
144
|
+
padding: 0;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.process-refund-modal
|
|
148
|
+
.toggle-segment
|
|
149
|
+
.checkbox
|
|
150
|
+
label
|
|
151
|
+
input[type="radio"]:checked::before {
|
|
152
|
+
content: "";
|
|
153
|
+
position: absolute;
|
|
154
|
+
top: 0.25rem;
|
|
155
|
+
left: 0;
|
|
156
|
+
width: 0.5rem;
|
|
157
|
+
height: 0.5rem;
|
|
158
|
+
background-color: #17b26a;
|
|
159
|
+
border-radius: 50%;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.process-refund-modal
|
|
163
|
+
.toggle-segment
|
|
164
|
+
.checkbox
|
|
165
|
+
label:has(input[type="radio"]:checked) {
|
|
166
|
+
background-color: #fafafa;
|
|
167
|
+
font-weight: 600;
|
|
168
|
+
color: #252b37;
|
|
169
|
+
gap: 1rem;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.process-refund-modal
|
|
173
|
+
.toggle-segment
|
|
174
|
+
.checkbox
|
|
175
|
+
label:not(:has(input[type="radio"]:checked)) {
|
|
176
|
+
gap: 0;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.process-refund-modal .checkbox-label {
|
|
180
|
+
margin: 0;
|
|
181
|
+
font-weight: 400;
|
|
182
|
+
font-size: 0.875rem;
|
|
183
|
+
line-height: 1.25rem;
|
|
184
|
+
color: #535862;
|
|
185
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
.kaui-role-definitions-new .new-role-definition-title {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
gap: 1rem;
|
|
5
|
+
font-weight: 600;
|
|
6
|
+
font-size: 1.125rem;
|
|
7
|
+
line-height: 1.75rem;
|
|
8
|
+
letter-spacing: 0;
|
|
9
|
+
color: #1b1c1e;
|
|
10
|
+
padding: 1rem 0;
|
|
11
|
+
margin-bottom: 1.5rem;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.kaui-role-definitions-new .icon-container {
|
|
15
|
+
display: inline-flex;
|
|
16
|
+
justify-content: center;
|
|
17
|
+
align-items: center;
|
|
18
|
+
border: 0.0625rem solid #d5d7da;
|
|
19
|
+
border-radius: 0.375rem;
|
|
20
|
+
width: 2.5rem;
|
|
21
|
+
height: 2.5rem;
|
|
22
|
+
padding: 0.25rem;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.kaui-role-definitions-new .icon-container img {
|
|
26
|
+
width: 1rem;
|
|
27
|
+
height: 1rem;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.kaui-role-definitions-new .control-label {
|
|
31
|
+
font-size: 0.875rem !important;
|
|
32
|
+
font-weight: 500 !important;
|
|
33
|
+
line-height: 1.25rem !important;
|
|
34
|
+
color: #414651 !important;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.kaui-role-definitions-new .form-control {
|
|
38
|
+
border-radius: 0.375rem !important;
|
|
39
|
+
height: 2.5rem !important;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.kaui-role-definitions-new .help-block {
|
|
43
|
+
margin: 0;
|
|
44
|
+
font-weight: 400;
|
|
45
|
+
font-size: 0.875rem;
|
|
46
|
+
line-height: 1.25rem;
|
|
47
|
+
color: #535862;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.kaui-role-definitions-new .border-button {
|
|
51
|
+
background: transparent;
|
|
52
|
+
display: inline-flex;
|
|
53
|
+
justify-content: center;
|
|
54
|
+
align-items: center;
|
|
55
|
+
border: 0.0625rem solid #d5d7da;
|
|
56
|
+
border-radius: 0.375rem;
|
|
57
|
+
width: 2.5rem;
|
|
58
|
+
height: 2.5rem;
|
|
59
|
+
padding: 0.625rem;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.kaui-role-definitions-new .border-button:hover {
|
|
63
|
+
background: transparent;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.kaui-role-definitions-new .premissions-group .chip-input-container {
|
|
67
|
+
min-height: 2.5rem;
|
|
68
|
+
cursor: text;
|
|
69
|
+
display: flex !important;
|
|
70
|
+
flex-wrap: nowrap !important;
|
|
71
|
+
overflow-x: auto;
|
|
72
|
+
overflow-y: hidden;
|
|
73
|
+
gap: 0.5rem;
|
|
74
|
+
|
|
75
|
+
scrollbar-width: none;
|
|
76
|
+
-ms-overflow-style: none;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.kaui-role-definitions-new
|
|
80
|
+
.premissions-group
|
|
81
|
+
.chip-input-container::-webkit-scrollbar {
|
|
82
|
+
display: none;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.kaui-role-definitions-new .premissions-group .chip {
|
|
86
|
+
background: #fafafa !important;
|
|
87
|
+
padding: 0.125rem 0.375rem !important;
|
|
88
|
+
border-radius: 0.25rem !important;
|
|
89
|
+
border: 0.0625rem solid #f5f5f5 !important;
|
|
90
|
+
display: flex !important;
|
|
91
|
+
color: #414651 !important;
|
|
92
|
+
align-items: center !important;
|
|
93
|
+
font-size: 0.75rem !important;
|
|
94
|
+
margin: 0 !important;
|
|
95
|
+
white-space: nowrap !important;
|
|
96
|
+
font-weight: 500 !important;
|
|
97
|
+
line-height: 1.125rem !important;
|
|
98
|
+
text-align: center !important;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.kaui-role-definitions-new .premissions-group .chip .remove-chip {
|
|
102
|
+
margin-left: 0.5rem;
|
|
103
|
+
cursor: pointer;
|
|
104
|
+
color: #666;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.kaui-role-definitions-new .premissions-group .chip-text-input {
|
|
108
|
+
min-width: 6.25rem;
|
|
109
|
+
width: 100% !important;
|
|
110
|
+
outline: none;
|
|
111
|
+
}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
/* app/views/kaui/layouts/kaui_account_sidebar.html.erb */
|
|
2
|
+
|
|
3
|
+
.account-sidebar-area .container {
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
padding: 0;
|
|
7
|
+
width: 8.4375rem;
|
|
8
|
+
background-color: #fff;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.account-sidebar-area .container p {
|
|
12
|
+
font-weight: 600;
|
|
13
|
+
font-size: 1.125rem;
|
|
14
|
+
line-height: 1.75rem;
|
|
15
|
+
color: #414651;
|
|
16
|
+
margin-bottom: 1.25rem;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.account-sidebar-area .container a {
|
|
20
|
+
display: flex;
|
|
21
|
+
align-items: center;
|
|
22
|
+
gap: 0.5rem;
|
|
23
|
+
padding: 0.5rem;
|
|
24
|
+
text-decoration: none;
|
|
25
|
+
color: #717680;
|
|
26
|
+
font-size: 0.875rem;
|
|
27
|
+
border-radius: 0.5rem;
|
|
28
|
+
font-weight: 500;
|
|
29
|
+
line-height: 1.25rem;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.account-sidebar-area .container a.current {
|
|
33
|
+
background-color: #EFF8FF;
|
|
34
|
+
color: #175CD3;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.account-sidebar-area .container a .icon {
|
|
38
|
+
font-size: 1rem;
|
|
39
|
+
width: 1.25rem;
|
|
40
|
+
text-align: center;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.account-sidebar-area .container span.label.label-danger {
|
|
44
|
+
margin-left: 1rem;
|
|
45
|
+
color: #fff;
|
|
46
|
+
background: #dc3545;
|
|
47
|
+
padding: 0.125rem 0.5rem;
|
|
48
|
+
border-radius: 0.25rem;
|
|
49
|
+
font-size: 0.75rem;
|
|
50
|
+
display: inline-block;
|
|
51
|
+
margin-top: 0.625rem;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.account-sidebar-area .container a .icon img {
|
|
55
|
+
filter: grayscale(100%) brightness(0.7);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.account-sidebar-area .container a.current .icon img {
|
|
59
|
+
filter: brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(748%) hue-rotate(189deg) brightness(93%) contrast(101%);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
/* app/views/kaui/layouts/kaui_setting_sidebar.html.erb */
|
|
63
|
+
|
|
64
|
+
.setting-sidebar-area .container {
|
|
65
|
+
display: flex;
|
|
66
|
+
flex-direction: column;
|
|
67
|
+
padding: 0;
|
|
68
|
+
width: 9rem;
|
|
69
|
+
background-color: #fff;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.setting-sidebar-area .container p {
|
|
73
|
+
font-weight: 600;
|
|
74
|
+
font-size: 1.125rem;
|
|
75
|
+
line-height: 1.75rem;
|
|
76
|
+
color: #414651;
|
|
77
|
+
margin-bottom: 1.25rem;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.setting-sidebar-area .container a {
|
|
81
|
+
display: flex;
|
|
82
|
+
align-items: center;
|
|
83
|
+
gap: 0.5rem;
|
|
84
|
+
padding: 0.5rem;
|
|
85
|
+
text-decoration: none;
|
|
86
|
+
color: #717680;
|
|
87
|
+
font-size: 0.875rem;
|
|
88
|
+
border-radius: 0.5rem;
|
|
89
|
+
font-weight: 500;
|
|
90
|
+
line-height: 1.25rem;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.setting-sidebar-area .container a.current {
|
|
94
|
+
background-color: #eff8ff;
|
|
95
|
+
color: #175cd3;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.setting-sidebar-area .container a .icon {
|
|
99
|
+
font-size: 1rem;
|
|
100
|
+
width: 1.25rem;
|
|
101
|
+
text-align: center;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.setting-sidebar-area .container span.label.label-danger {
|
|
105
|
+
margin-left: 1rem;
|
|
106
|
+
color: #fff;
|
|
107
|
+
background: #dc3545;
|
|
108
|
+
padding: 0.125rem 0.5rem;
|
|
109
|
+
border-radius: 0.25rem;
|
|
110
|
+
font-size: 0.75rem;
|
|
111
|
+
display: inline-block;
|
|
112
|
+
margin-top: 0.625rem;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.setting-sidebar-area .container a .icon img {
|
|
116
|
+
filter: grayscale(100%) brightness(0.7);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.setting-sidebar-area .container a.current .icon img {
|
|
120
|
+
filter: brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(748%)
|
|
121
|
+
hue-rotate(189deg) brightness(93%) contrast(101%);
|
|
122
|
+
}
|