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,137 +1,608 @@
|
|
|
1
1
|
.tag-bar {
|
|
2
|
-
border-bottom:
|
|
2
|
+
border-bottom: 0.0625rem solid #ddd;
|
|
3
3
|
margin-bottom: 0;
|
|
4
|
-
position: relative;
|
|
4
|
+
position: relative;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.tag-bar .tag-select {
|
|
8
|
+
display: inline-block;
|
|
9
|
+
vertical-align: middle;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
@media (max-width: 28.125rem) {
|
|
5
13
|
.tag-bar .tag-select {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
14
|
+
width: 35%;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.tag-bar .tag-select span {
|
|
19
|
+
padding: 0.3125rem 1.25rem;
|
|
20
|
+
text-align: center;
|
|
21
|
+
display: block;
|
|
22
|
+
border-right: 0.0625rem solid #ddd;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@media (max-width: 48rem) {
|
|
26
|
+
.tag-bar .tag-select span {
|
|
27
|
+
border: 0;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.tag-bar .tag-select span i {
|
|
32
|
+
margin: 0 0.3125rem;
|
|
33
|
+
color: #515151;
|
|
34
|
+
font-size: 1rem;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.tag-bar .tag-select span i.fa-caret-down {
|
|
38
|
+
color: #999999;
|
|
39
|
+
font-size: 0.75rem;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.tag-bar .tag-select span i.fa-tag {
|
|
43
|
+
font-size: 1.125rem;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.tag-bar .tag-select span i.fa-money,
|
|
47
|
+
.tag-bar .tag-select span i.fa-credit-card {
|
|
48
|
+
font-size: 1rem;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.tag-bar .tag-select:hover .tag-select-box {
|
|
52
|
+
max-height: 31.25rem;
|
|
53
|
+
padding: 1.25rem 1.5625rem;
|
|
54
|
+
border: 0.0625rem solid #ddd;
|
|
55
|
+
box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.11);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.tag-bar .tag-select .tag-select-box {
|
|
59
|
+
position: absolute;
|
|
60
|
+
top: 100%;
|
|
61
|
+
left: -0.0625rem;
|
|
62
|
+
max-height: 0;
|
|
63
|
+
background-color: #fff;
|
|
64
|
+
z-index: 100;
|
|
65
|
+
padding: 0 0.9375rem;
|
|
66
|
+
font-size: 0.75rem;
|
|
67
|
+
color: #999999;
|
|
68
|
+
overflow: auto;
|
|
69
|
+
width: auto;
|
|
70
|
+
border-bottom: 0;
|
|
71
|
+
display: inline-block;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
@media (max-width: 48rem) {
|
|
75
|
+
.tag-bar .tag-select .tag-select-box {
|
|
76
|
+
border: 0;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.tag-bar .tag-select .tag-select-box strong {
|
|
81
|
+
display: block;
|
|
82
|
+
font-weight: 400;
|
|
83
|
+
margin: 0 0 0.625rem;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.tag-bar .tag-select .tag-select-box form {
|
|
87
|
+
display: inline-block;
|
|
88
|
+
width: 13.125rem;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.tag-bar .tag-select .tag-select-box input[type="checkbox"] {
|
|
92
|
+
display: inline-block;
|
|
93
|
+
width: 9%;
|
|
94
|
+
margin: 0 1% 0 0;
|
|
95
|
+
line-height: 1.25rem;
|
|
96
|
+
vertical-align: middle;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.tag-bar .tag-select .tag-select-box label {
|
|
100
|
+
font-size: 0.75rem;
|
|
101
|
+
display: inline-block;
|
|
102
|
+
width: 85%;
|
|
103
|
+
line-height: 1.25rem;
|
|
104
|
+
vertical-align: middle;
|
|
105
|
+
margin: 0;
|
|
106
|
+
font-weight: 400;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.tag-bar .tag-select .tag-select-box textarea {
|
|
110
|
+
resize: none;
|
|
111
|
+
height: 5rem;
|
|
112
|
+
margin: 0 0 1.25rem;
|
|
113
|
+
width: 100%;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.tag-bar .tag-select .tag-select-box a {
|
|
117
|
+
display: block;
|
|
118
|
+
font-size: 0.75rem;
|
|
119
|
+
line-height: 1.25rem;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.tag-bar .tag-selected {
|
|
123
|
+
display: inline-block;
|
|
124
|
+
padding: 0.125rem 0.3125rem;
|
|
125
|
+
vertical-align: middle;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
@media (max-width: 48rem) {
|
|
82
129
|
.tag-bar .tag-selected {
|
|
83
|
-
|
|
84
|
-
padding:
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
130
|
+
width: 64%;
|
|
131
|
+
padding: 0.125rem;
|
|
132
|
+
overflow: hidden;
|
|
133
|
+
border-left: 0.0625rem solid #ddd;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.tag-bar .tag-selected span {
|
|
138
|
+
display: inline-block;
|
|
139
|
+
font-size: 0.75rem;
|
|
140
|
+
color: #777777;
|
|
141
|
+
background: #e5e5e5;
|
|
142
|
+
padding: 0.1875rem 1.25rem;
|
|
143
|
+
margin: 0 0.3125rem;
|
|
144
|
+
transition: all 0.5s;
|
|
145
|
+
cursor: pointer;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.tag-bar .tag-selected span:hover {
|
|
149
|
+
background-color: #cce9eb;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
@media (max-width: 48rem) {
|
|
153
|
+
.tag-bar .tag-selected span {
|
|
154
|
+
font-size: 0.625rem;
|
|
155
|
+
padding: 0.1875rem 0.3125rem;
|
|
156
|
+
display: block;
|
|
157
|
+
margin: 0 0 0.125rem;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
109
160
|
|
|
110
161
|
.tag-bar-breathe {
|
|
111
|
-
margin-bottom:
|
|
162
|
+
margin-bottom: 1.875rem;
|
|
163
|
+
}
|
|
112
164
|
|
|
113
165
|
.tag-bar-no-border {
|
|
114
|
-
border-bottom: 0;
|
|
115
|
-
|
|
116
|
-
|
|
166
|
+
border-bottom: 0;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.tag-bar-no-border .tag-select span {
|
|
170
|
+
border-right: 0;
|
|
171
|
+
}
|
|
117
172
|
|
|
118
173
|
#main-menu .tag-bar .tag-select {
|
|
119
|
-
position: relative;
|
|
174
|
+
position: relative;
|
|
175
|
+
}
|
|
176
|
+
|
|
120
177
|
#main-menu .tag-bar .tag-select-box {
|
|
121
178
|
word-break: keep-all;
|
|
122
|
-
white-space: nowrap;
|
|
179
|
+
white-space: nowrap;
|
|
180
|
+
}
|
|
123
181
|
|
|
124
182
|
.inline-row-tag-bar {
|
|
125
|
-
padding-left:
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
183
|
+
padding-left: 0.625rem !important;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.inline-row-tag-bar .tag-bar .tag-select span {
|
|
187
|
+
padding: 0.3125rem;
|
|
188
|
+
border-right: none;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.inline-row-tag-bar .tag-bar .tag-select span i {
|
|
192
|
+
margin: 0 0.1875rem;
|
|
193
|
+
font-size: 0.75rem;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.inline-row-tag-bar .tag-bar .tag-select span i.fa-tag {
|
|
197
|
+
font-size: 0.75rem;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.inline-row-tag-bar .tag-bar .tag-select-box label {
|
|
201
|
+
white-space: nowrap;
|
|
202
|
+
}
|
|
136
203
|
|
|
137
204
|
/*# sourceMappingURL=tags.css.map */
|
|
205
|
+
|
|
206
|
+
/* app/views/kaui/tags/index.html.erb */
|
|
207
|
+
|
|
208
|
+
.kaui-tags-index .tags-details-header {
|
|
209
|
+
display: flex;
|
|
210
|
+
align-items: start;
|
|
211
|
+
justify-content: space-between;
|
|
212
|
+
padding: 0;
|
|
213
|
+
border-bottom: 0.0625rem solid #E9EAEB;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.kaui-tags-index .tags-details-header h2 {
|
|
217
|
+
font-weight: 600;
|
|
218
|
+
font-size: 1.125rem;
|
|
219
|
+
line-height: 1.75rem;
|
|
220
|
+
color: #414651;
|
|
221
|
+
margin-bottom: 1.25rem;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.kaui-tags-index #tags-table tbody tr td span {
|
|
225
|
+
padding: 0.125rem 0.5rem;
|
|
226
|
+
border-radius: 62.4375rem;
|
|
227
|
+
background-color: #EFF8FF;
|
|
228
|
+
border: 0.0625rem solid #D1E9FF;
|
|
229
|
+
color: #175CD3;
|
|
230
|
+
font-weight: 500;
|
|
231
|
+
font-size: 0.75rem;
|
|
232
|
+
line-height: 1.125rem;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.kaui-tags-index table.tags-table td:nth-of-type(2) a {
|
|
236
|
+
font-weight: 600;
|
|
237
|
+
font-size: 0.875rem;
|
|
238
|
+
line-height: 1.25rem;
|
|
239
|
+
color: #414651;
|
|
240
|
+
text-decoration: none;
|
|
241
|
+
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.kaui-tags-index table {
|
|
245
|
+
overflow-x: auto;
|
|
246
|
+
min-width: 100%;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.kaui-tags-index table th {
|
|
250
|
+
padding: 0.375rem .75rem !important;
|
|
251
|
+
font-weight: 500;
|
|
252
|
+
font-size: 0.875rem;
|
|
253
|
+
line-height: 1.125rem;
|
|
254
|
+
letter-spacing: 0;
|
|
255
|
+
color: #717680;
|
|
256
|
+
text-transform: capitalize;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.kaui-tags-index table td {
|
|
260
|
+
font-weight: 500 !important;
|
|
261
|
+
font-size: 0.875rem !important;
|
|
262
|
+
padding: 1rem 0.5rem !important;
|
|
263
|
+
line-height: 1.125rem !important;
|
|
264
|
+
text-align: start;
|
|
265
|
+
color: #535862 !important;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.kaui-tags-index #tags-table_filter {
|
|
269
|
+
position: absolute;
|
|
270
|
+
right: 0;
|
|
271
|
+
top: -4.375rem;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.kaui-tags-index #tags-table_filter input {
|
|
275
|
+
width: 20rem;
|
|
276
|
+
height: 2.2rem;
|
|
277
|
+
padding: 0.3rem 1rem;
|
|
278
|
+
border: 0.0625rem solid #E5E7EB;
|
|
279
|
+
border-radius: 0.375rem;
|
|
280
|
+
font-weight: 500;
|
|
281
|
+
font-size: 0.875rem;
|
|
282
|
+
line-height: 1.25rem;
|
|
283
|
+
color: #414651;
|
|
284
|
+
outline: none;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.kaui-tags-index #tags-table_filter input:focus {
|
|
288
|
+
border-color: blue;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.kaui-tags-index .pagination a:not(:first-child):not(:last-child) {
|
|
292
|
+
color: #717680;
|
|
293
|
+
display: flex;
|
|
294
|
+
align-items: center;
|
|
295
|
+
padding: 0.5rem 1rem;
|
|
296
|
+
font-weight: 500;
|
|
297
|
+
font-size: 0.875rem;
|
|
298
|
+
line-height: 1.25rem;
|
|
299
|
+
letter-spacing: 0;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.kaui-tags-index .pagination a:not(:first-child):not(:last-child).btn-primary {
|
|
303
|
+
color: #414651;
|
|
304
|
+
background-color: #F5F5F5 !important;
|
|
305
|
+
border: 0 !important;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.kaui-tags-index div:has(> div > .dataTables_paginate) {
|
|
309
|
+
margin-top: 1.5rem;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.kaui-tags-index .dataTables_paginate {
|
|
313
|
+
display: flex;
|
|
314
|
+
align-items: center;
|
|
315
|
+
gap: 0.5rem;
|
|
316
|
+
font-family: 'Inter', sans-serif;
|
|
317
|
+
font-size: 0.875rem;
|
|
318
|
+
font-weight: 500;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.kaui-tags-index .dataTables_paginate span .paginate_button {
|
|
322
|
+
width: 2.5rem;
|
|
323
|
+
height: 2.5rem;
|
|
324
|
+
display: inline-flex !important;
|
|
325
|
+
align-items: center !important;
|
|
326
|
+
justify-content: center !important;
|
|
327
|
+
color: #717680 !important;
|
|
328
|
+
text-decoration: none;
|
|
329
|
+
border: 0 !important;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.kaui-tags-index .dataTables_paginate .paginate_button:hover {
|
|
333
|
+
background-color: #F3F4F6;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.kaui-tags-index .dataTables_paginate .paginate_button.current {
|
|
337
|
+
background-color: #F5F5F5 !important;
|
|
338
|
+
border-radius: 0.375rem !important;
|
|
339
|
+
color: #414651 !important;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.kaui-tags-index .dataTables_paginate .paginate_button.last,
|
|
343
|
+
.kaui-tags-index .dataTables_paginate .paginate_button.previous {
|
|
344
|
+
border: 0.0625rem solid #E5E7EB;
|
|
345
|
+
border-radius: 0.5rem;
|
|
346
|
+
background-color: white;
|
|
347
|
+
padding: 0.5rem 0.875rem;
|
|
348
|
+
color: #374151;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
/* app/views/kaui/account_tags/index.html.erb */
|
|
352
|
+
|
|
353
|
+
.kaui-account-tags-index .account-tags {
|
|
354
|
+
width: 67.5625rem;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
.kaui-account-tags-index .account-tags .account-tags-header {
|
|
358
|
+
display: flex;
|
|
359
|
+
align-items: start;
|
|
360
|
+
justify-content: space-between;
|
|
361
|
+
padding: 0;
|
|
362
|
+
border-bottom: 0.0625rem solid #E9EAEB;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
.kaui-account-tags-index .account-tags .account-tags-header h2 {
|
|
366
|
+
font-weight: 600;
|
|
367
|
+
font-size: 1.125rem;
|
|
368
|
+
line-height: 1.75rem;
|
|
369
|
+
color: #414651;
|
|
370
|
+
margin-bottom: 1.25rem;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.kaui-account-tags-index .account-tags .bundle-details-header b {
|
|
374
|
+
font-weight: 600;
|
|
375
|
+
font-size: 0.875rem;
|
|
376
|
+
line-height: 1.25rem;
|
|
377
|
+
letter-spacing: 0;
|
|
378
|
+
color: #414651;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
.kaui-account-tags-index .account-tags .bundle-details-header p {
|
|
382
|
+
font-weight: 400;
|
|
383
|
+
font-size: 0.75rem;
|
|
384
|
+
line-height: 1.25rem;
|
|
385
|
+
letter-spacing: 0;
|
|
386
|
+
color: #717680;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
.kaui-account-tags-index .account-tags .account-tags-table {
|
|
390
|
+
overflow-x: auto;
|
|
391
|
+
min-width: 100%;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
.kaui-account-tags-index .account-tags .account-tags-table th {
|
|
396
|
+
padding: 0.375rem 1.625rem 0.375rem 0.75rem;
|
|
397
|
+
font-weight: 500;
|
|
398
|
+
font-size: 0.875rem;
|
|
399
|
+
line-height: 1.125rem;
|
|
400
|
+
letter-spacing: 0;
|
|
401
|
+
color: #717680;
|
|
402
|
+
text-transform: capitalize;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.kaui-account-tags-index .account-tags .account-tags-table tr td:not(:first-child) a {
|
|
406
|
+
color: #535862 !important;
|
|
407
|
+
text-decoration: none !important;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.kaui-account-tags-index .account-tags .account-tags-table .category-bedge {
|
|
411
|
+
display: inline-block;
|
|
412
|
+
padding: 0.125rem 0.5rem !important;
|
|
413
|
+
border: 0.0625rem solid #F5F5F5 !important;
|
|
414
|
+
border-radius: 624.9375rem;
|
|
415
|
+
font-weight: 500 !important;
|
|
416
|
+
font-size: 0.875rem !important;
|
|
417
|
+
line-height: 1.125rem !important;
|
|
418
|
+
text-align: start;
|
|
419
|
+
color: #414651 !important;
|
|
420
|
+
background-color: #FAFAFA;
|
|
421
|
+
text-transform: capitalize;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.kaui-account-tags-index .account-tags .account-tags-table .phase-type {
|
|
425
|
+
display: inline-block;
|
|
426
|
+
padding: 0.125rem 0.5rem !important;
|
|
427
|
+
border: 0.0625rem solid #D1E9FF !important;
|
|
428
|
+
border-radius: 624.9375rem;
|
|
429
|
+
font-weight: 500 !important;
|
|
430
|
+
font-size: 0.875rem !important;
|
|
431
|
+
line-height: 1.125rem !important;
|
|
432
|
+
text-align: start;
|
|
433
|
+
color: #175CD3 !important;
|
|
434
|
+
background-color: #EFF8FF;
|
|
435
|
+
text-transform: capitalize;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.kaui-account-tags-index .account-tags .account-tags-table td {
|
|
439
|
+
font-weight: 500 !important;
|
|
440
|
+
font-size: 0.875rem !important;
|
|
441
|
+
padding: 1rem 0.5rem !important;
|
|
442
|
+
line-height: 1.125rem !important;
|
|
443
|
+
text-align: start;
|
|
444
|
+
color: #535862 !important;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.kaui-account-tags-index .account-tags .search table th:first-of-type, .search table td:first-of-type {
|
|
448
|
+
font-weight: 500 !important;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.kaui-account-tags-index .account-tags .cancel-menu ul {
|
|
452
|
+
padding: 0.25rem 0.375rem !important;
|
|
453
|
+
min-width: 16rem;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.kaui-account-tags-index .account-tags .cancel-menu li {
|
|
457
|
+
padding: 0.5rem;
|
|
458
|
+
border-radius: 0.25rem;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.kaui-account-tags-index .account-tags .cancel-menu li:hover {
|
|
462
|
+
background-color: #FAFAFA !important;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.kaui-account-tags-index .account-tags .cancel-menu li a {
|
|
466
|
+
font-weight: 500 !important;
|
|
467
|
+
font-size: 0.875rem !important;
|
|
468
|
+
line-height: 1.25rem !important;
|
|
469
|
+
letter-spacing: 0 !important;
|
|
470
|
+
color: #717680 !important;
|
|
471
|
+
text-transform: capitalize !important;
|
|
472
|
+
text-decoration: none;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.kaui-account-tags-index .account-tags .cancel-button {
|
|
476
|
+
background-color: transparent !important;
|
|
477
|
+
border: none !important;
|
|
478
|
+
padding: 0 !important;
|
|
479
|
+
color: #D92D20 !important;
|
|
480
|
+
flex-direction: row-reverse;
|
|
481
|
+
text-transform: capitalize;
|
|
482
|
+
gap: 0.0625rem;
|
|
483
|
+
font-weight: 500;
|
|
484
|
+
font-size: 0.875rem;
|
|
485
|
+
line-height: 1.25rem;
|
|
486
|
+
letter-spacing: 0;
|
|
487
|
+
margin-left: 0.75rem;
|
|
488
|
+
text-decoration: none;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.kaui-account-tags-index .account-tags table.dataTable {
|
|
492
|
+
overflow: auto !important;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
.kaui-account-tags-index .account-tags .dots-menu {
|
|
496
|
+
padding: 0 !important;
|
|
497
|
+
background-color: transparent !important;
|
|
498
|
+
border: none !important;
|
|
499
|
+
margin-left: 0.75rem !important;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
.kaui-account-tags-index .account-tags .change-btn {
|
|
503
|
+
font-weight: 500;
|
|
504
|
+
font-size: 0.875rem;
|
|
505
|
+
line-height: 1.25rem;
|
|
506
|
+
letter-spacing: 0;
|
|
507
|
+
color: #535862;
|
|
508
|
+
margin-left: 0.75rem;
|
|
509
|
+
text-decoration: none;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
.kaui-account-tags-index .account-tags .pagination a:not(:first-child):not(:last-child) {
|
|
513
|
+
color: #717680;
|
|
514
|
+
display: flex;
|
|
515
|
+
align-items: center;
|
|
516
|
+
padding: 0.5rem 1rem;
|
|
517
|
+
font-weight: 500;
|
|
518
|
+
font-size: 0.875rem;
|
|
519
|
+
line-height: 1.25rem;
|
|
520
|
+
letter-spacing: 0;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
.kaui-account-tags-index .account-tags .pagination a:not(:first-child):not(:last-child).btn-primary {
|
|
524
|
+
color: #414651;
|
|
525
|
+
background-color: #F5F5F5 !important;
|
|
526
|
+
border: 0 !important;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
.kaui-account-tags-index .account-tags .dataTables_paginate {
|
|
530
|
+
display: flex;
|
|
531
|
+
align-items: center;
|
|
532
|
+
gap: 0.5rem;
|
|
533
|
+
font-family: 'Inter', sans-serif;
|
|
534
|
+
font-size: 0.875rem;
|
|
535
|
+
font-weight: 500;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
.kaui-account-tags-index .account-tags .dataTables_paginate span .paginate_button {
|
|
539
|
+
width: 2.5rem;
|
|
540
|
+
height: 2.5rem;
|
|
541
|
+
display: inline-flex !important;
|
|
542
|
+
align-items: center !important;
|
|
543
|
+
justify-content: center !important;
|
|
544
|
+
color: #717680 !important;
|
|
545
|
+
text-decoration: none;
|
|
546
|
+
border: 0 !important;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.kaui-account-tags-index .account-tags .dataTables_paginate .paginate_button:hover {
|
|
550
|
+
background-color: #F3F4F6;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
.kaui-account-tags-index .account-tags .dataTables_paginate .paginate_button.current {
|
|
554
|
+
background-color: #F5F5F5 !important;
|
|
555
|
+
border-radius: 0.375rem !important;
|
|
556
|
+
color: #414651 !important;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
.kaui-account-tags-index .account-tags .dataTables_paginate .paginate_button.last,
|
|
560
|
+
.kaui-account-tags-index .account-tags .dataTables_paginate .paginate_button.previous {
|
|
561
|
+
border: 0.0625rem solid #E5E7EB;
|
|
562
|
+
border-radius: 0.5rem;
|
|
563
|
+
background-color: white;
|
|
564
|
+
padding: 0.5rem 0.875rem;
|
|
565
|
+
color: #374151;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
.kaui-account-tags-index .account-tags #tags-table_filter {
|
|
569
|
+
position: absolute;
|
|
570
|
+
right: 0;
|
|
571
|
+
top: -4.375rem;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.kaui-account-tags-index .account-tags #tags-table_filter input {
|
|
575
|
+
width: 20rem;
|
|
576
|
+
height: 2.2rem;
|
|
577
|
+
padding: 0.3rem 1rem;
|
|
578
|
+
border: 0.0625rem solid #E5E7EB;
|
|
579
|
+
border-radius: 0.375rem;
|
|
580
|
+
font-weight: 500;
|
|
581
|
+
font-size: 0.875rem;
|
|
582
|
+
line-height: 1.25rem;
|
|
583
|
+
color: #414651;
|
|
584
|
+
outline: none;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
.kaui-account-tags-index .account-tags #tags-table_filter input:focus {
|
|
588
|
+
border-color: blue;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
.kaui-account-tags-index .account-tags #tags-table_wrapper .row:nth-of-type(2) {
|
|
592
|
+
margin-top: 1.5rem;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
.kaui-account-tags-index .dataTables_empty {
|
|
596
|
+
text-align: center !important;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
.kaui-account-tags-index .account-tags #tags-table tbody tr td span {
|
|
600
|
+
padding: 0.125rem 0.5rem;
|
|
601
|
+
border-radius: 62.4375rem;
|
|
602
|
+
background-color: #EFF8FF;
|
|
603
|
+
border: 0.0625rem solid #D1E9FF;
|
|
604
|
+
color: #175CD3;
|
|
605
|
+
font-weight: 500;
|
|
606
|
+
font-size: 0.75rem;
|
|
607
|
+
line-height: 1.125rem;
|
|
608
|
+
}
|