avo 2.46.0 → 3.0.0.pre2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of avo might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile +23 -22
- data/Gemfile.lock +181 -160
- data/README.md +1 -1
- data/{public/avo-assets → app/assets/builds}/avo.base.css +479 -698
- data/app/assets/builds/avo.base.js +93804 -0
- data/app/assets/builds/avo.base.js.map +7 -0
- data/app/assets/stylesheets/avo.base.css +2 -2
- data/app/assets/svgs/failed_to_load.svg +1 -0
- data/app/assets/svgs/font.svg +1 -0
- data/app/assets/svgs/grid-empty-state.svg +1 -0
- data/app/assets/svgs/table-empty-state.svg +1 -0
- data/app/assets/svgs/triangle-up.svg +1 -0
- data/app/components/avo/actions_component.html.erb +18 -4
- data/app/components/avo/actions_component.rb +12 -18
- data/app/components/avo/alert_component.html.erb +1 -1
- data/app/components/avo/asset_manager/javascript_component.html.erb +3 -0
- data/app/components/avo/asset_manager/javascript_component.rb +13 -0
- data/app/components/avo/asset_manager/stylesheet_component.html.erb +3 -0
- data/app/components/avo/asset_manager/stylesheet_component.rb +13 -0
- data/app/components/avo/base_component.rb +14 -11
- data/app/components/avo/button_component.rb +20 -3
- data/app/components/avo/empty_state_component.rb +1 -1
- data/app/components/avo/field_wrapper_component.html.erb +4 -4
- data/app/components/avo/field_wrapper_component.rb +12 -23
- data/app/components/avo/fields/belongs_to_field/edit_component.html.erb +96 -118
- data/app/components/avo/fields/belongs_to_field/edit_component.rb +5 -20
- data/app/components/avo/fields/belongs_to_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/belongs_to_field/show_component.rb +2 -2
- data/app/components/avo/fields/boolean_field/edit_component.html.erb +1 -2
- data/app/components/avo/fields/boolean_group_field/edit_component.html.erb +3 -3
- data/app/components/avo/fields/code_field/edit_component.html.erb +0 -1
- data/app/components/avo/fields/common/badge_viewer_component.html.erb +24 -1
- data/app/components/avo/fields/common/badge_viewer_component.rb +0 -24
- data/app/components/avo/fields/common/boolean_group_component.html.erb +2 -2
- data/app/components/avo/fields/common/files_list_viewer_component.html.erb +5 -0
- data/app/components/avo/fields/common/files_list_viewer_component.rb +8 -0
- data/app/components/avo/fields/common/heading_component.html.erb +1 -1
- data/app/components/avo/fields/common/single_file_viewer_component.html.erb +56 -0
- data/app/components/avo/fields/common/single_file_viewer_component.rb +55 -0
- data/app/components/avo/fields/country_field/edit_component.html.erb +1 -3
- data/app/components/avo/fields/edit_component.rb +1 -1
- data/app/components/avo/fields/file_field/edit_component.html.erb +2 -4
- data/app/components/avo/fields/file_field/edit_component.rb +0 -1
- data/app/components/avo/fields/file_field/index_component.rb +2 -2
- data/app/components/avo/fields/file_field/show_component.html.erb +1 -1
- data/app/components/avo/fields/files_field/edit_component.html.erb +2 -4
- data/app/components/avo/fields/files_field/edit_component.rb +0 -1
- data/app/components/avo/fields/files_field/show_component.html.erb +1 -1
- data/app/components/avo/fields/has_many_field/show_component.html.erb +1 -1
- data/app/components/avo/fields/has_one_field/index_component.html.erb +1 -1
- data/app/components/avo/fields/has_one_field/show_component.html.erb +2 -2
- data/app/components/avo/fields/has_one_field/show_component.rb +3 -7
- data/app/components/avo/fields/index_component.rb +5 -6
- data/app/components/avo/fields/markdown_field/edit_component.html.erb +3 -4
- data/app/components/avo/fields/markdown_field/show_component.html.erb +3 -3
- data/app/components/avo/fields/number_field/edit_component.html.erb +1 -3
- data/app/components/avo/fields/password_field/edit_component.html.erb +1 -3
- data/app/components/avo/fields/preview_field/index_component.html.erb +10 -0
- data/app/components/avo/fields/preview_field/index_component.rb +4 -0
- data/app/components/avo/fields/progress_bar_field/edit_component.html.erb +0 -1
- data/app/components/avo/fields/select_field/edit_component.html.erb +2 -3
- data/app/components/avo/fields/show_component.rb +4 -1
- data/app/components/avo/fields/status_field/edit_component.html.erb +1 -1
- data/app/components/avo/fields/text_field/edit_component.html.erb +2 -3
- data/app/components/avo/fields/textarea_field/edit_component.html.erb +0 -1
- data/app/components/avo/fields/trix_field/edit_component.html.erb +1 -2
- data/app/components/avo/fields/trix_field/edit_component.rb +1 -1
- data/app/components/avo/fields/trix_field/show_component.html.erb +1 -1
- data/app/components/avo/filters_component.html.erb +9 -3
- data/app/components/avo/filters_component.rb +4 -4
- data/app/components/avo/index/field_wrapper_component.html.erb +1 -1
- data/app/components/avo/index/grid_item_component.html.erb +5 -2
- data/app/components/avo/index/grid_item_component.rb +7 -6
- data/app/components/avo/index/resource_controls_component.html.erb +3 -81
- data/app/components/avo/index/resource_controls_component.rb +128 -18
- data/app/components/avo/index/resource_grid_component.html.erb +5 -3
- data/app/components/avo/index/resource_grid_component.rb +5 -2
- data/app/components/avo/index/resource_table_component.html.erb +5 -4
- data/app/components/avo/index/resource_table_component.rb +14 -20
- data/app/components/avo/index/table_row_component.html.erb +8 -4
- data/app/components/avo/index/table_row_component.rb +3 -2
- data/app/components/avo/item_switcher_component.html.erb +5 -10
- data/app/components/avo/item_switcher_component.rb +2 -3
- data/app/components/avo/modal_component.html.erb +7 -12
- data/app/components/avo/modal_component.rb +0 -21
- data/app/components/avo/paginator_component.html.erb +40 -29
- data/app/components/avo/paginator_component.rb +5 -23
- data/app/components/avo/panel_component.html.erb +8 -11
- data/app/components/avo/panel_component.rb +0 -1
- data/app/components/avo/profile_item_component.html.erb +2 -17
- data/app/components/avo/profile_item_component.rb +1 -13
- data/app/components/avo/referrer_params_component.html.erb +1 -4
- data/app/components/avo/resource_component.rb +142 -30
- data/app/components/avo/resource_sidebar_component.html.erb +6 -2
- data/app/components/avo/sidebar/link_component.html.erb +0 -2
- data/app/components/avo/sidebar/link_component.rb +3 -5
- data/app/components/avo/sidebar_component.html.erb +9 -2
- data/app/components/avo/sidebar_component.rb +5 -3
- data/app/components/avo/sidebar_profile_component.html.erb +27 -20
- data/app/components/avo/tab_group_component.html.erb +13 -7
- data/app/components/avo/tab_group_component.rb +1 -6
- data/app/components/avo/tab_switcher_component.html.erb +17 -40
- data/app/components/avo/tab_switcher_component.rb +4 -39
- data/app/components/avo/views/resource_edit_component.html.erb +16 -52
- data/app/components/avo/views/resource_edit_component.rb +7 -18
- data/app/components/avo/views/resource_index_component.html.erb +38 -53
- data/app/components/avo/views/resource_index_component.rb +60 -16
- data/app/components/avo/views/resource_show_component.html.erb +8 -151
- data/app/components/avo/views/resource_show_component.rb +6 -11
- data/app/controllers/avo/actions_controller.rb +19 -16
- data/app/controllers/avo/application_controller.rb +40 -109
- data/app/controllers/avo/associations_controller.rb +34 -41
- data/app/controllers/avo/attachments_controller.rb +10 -25
- data/app/controllers/avo/base_controller.rb +91 -103
- data/app/controllers/avo/debug_controller.rb +17 -5
- data/app/controllers/avo/search_controller.rb +29 -54
- data/app/controllers/avo/team_users_controller.rb +4 -0
- data/app/controllers/concerns/avo/initializes_avo.rb +26 -0
- data/app/helpers/avo/application_helper.rb +20 -21
- data/app/helpers/avo/resources_helper.rb +1 -1
- data/app/helpers/avo/url_helpers.rb +27 -11
- data/app/javascript/avo.base.js +1 -0
- data/app/javascript/js/application.js +0 -5
- data/app/javascript/js/controllers/action_controller.js +5 -3
- data/app/javascript/js/controllers/actions_overflow_controller.js +62 -0
- data/app/javascript/js/controllers/fields/{easy_mde_controller.js → simple_mde_controller.js} +3 -4
- data/app/javascript/js/controllers/filter_controller.js +1 -1
- data/app/javascript/js/controllers/input_autofocus_controller.js +12 -0
- data/app/javascript/js/controllers/preview_controller.js +24 -0
- data/app/javascript/js/controllers/search_controller.js +1 -3
- data/app/javascript/js/controllers/self_destroy_controller.js +7 -0
- data/app/javascript/js/controllers/toggle_controller.js +48 -0
- data/app/javascript/js/controllers.js +12 -8
- data/app/javascript/js/custom-stream-actions.js +15 -0
- data/app/views/avo/{attachments/destroy.turbo_stream.erb → actions/keep_modal_open.turbo_stream.erb} +0 -2
- data/app/views/avo/actions/show.html.erb +12 -11
- data/app/views/avo/associations/new.html.erb +4 -4
- data/app/views/avo/base/index.html.erb +3 -2
- data/app/views/avo/base/new.html.erb +2 -1
- data/app/views/avo/base/preview.html.erb +19 -0
- data/app/views/avo/base/show.html.erb +1 -1
- data/app/views/avo/debug/_valid_indicator.html.erb +9 -0
- data/app/views/avo/debug/report.html.erb +32 -17
- data/app/views/avo/debug/{index.html.erb → status.html.erb} +31 -15
- data/app/views/avo/home/index.html.erb +1 -1
- data/app/views/avo/partials/_custom_tools_alert.html.erb +2 -2
- data/app/views/avo/partials/_javascript.html.erb +5 -0
- data/app/views/avo/partials/_logo.html.erb +1 -1
- data/app/views/avo/partials/_navbar.html.erb +3 -5
- data/app/views/avo/partials/_table_header.html.erb +5 -3
- data/app/views/avo/partials/_view_toggle_button.html.erb +0 -9
- data/app/views/avo/private/design.html.erb +2 -2
- data/app/views/layouts/avo/application.html.erb +3 -0
- data/avo.gemspec +6 -7
- data/bin/dev +1 -1
- data/bin/prod +0 -0
- data/config/i18n-tasks.yml +1 -1
- data/config/initializers/pagy.rb +10 -14
- data/config/master.key +1 -0
- data/config/routes.rb +8 -12
- data/db/factories.rb +7 -18
- data/lib/avo/action_model.rb +20 -0
- data/lib/avo/app.rb +90 -162
- data/lib/avo/asset_manager.rb +30 -0
- data/lib/avo/base_action.rb +38 -36
- data/lib/avo/base_resource.rb +108 -96
- data/lib/avo/base_resource_tool.rb +9 -16
- data/lib/avo/concerns/{can_replace_fields.rb → can_replace_items.rb} +3 -3
- data/lib/avo/concerns/filters_session_handler.rb +1 -0
- data/lib/avo/concerns/has_controls.rb +37 -0
- data/lib/avo/concerns/has_item_type.rb +38 -0
- data/lib/avo/concerns/{has_fields.rb → has_items.rb} +110 -97
- data/lib/avo/concerns/{has_resource_stimulus_controllers.rb → has_stimulus_controllers.rb} +1 -1
- data/lib/avo/concerns/is_resource_item.rb +24 -36
- data/lib/avo/concerns/is_visible.rb +15 -0
- data/lib/avo/concerns/visible_in_different_views.rb +126 -0
- data/lib/avo/configuration/branding.rb +0 -12
- data/lib/avo/configuration.rb +8 -45
- data/lib/avo/current.rb +5 -0
- data/lib/avo/dsl/field_parser.rb +1 -1
- data/lib/avo/dynamic_router.rb +6 -2
- data/lib/avo/engine.rb +37 -30
- data/lib/avo/error_manager.rb +25 -0
- data/lib/avo/execution_context.rb +9 -15
- data/lib/avo/fields/badge_field.rb +1 -1
- data/lib/avo/fields/base_field.rb +72 -124
- data/lib/avo/fields/belongs_to_field.rb +14 -25
- data/lib/avo/fields/concerns/handles_field_args.rb +49 -0
- data/lib/avo/fields/concerns/has_default.rb +1 -5
- data/lib/avo/fields/concerns/has_field_name.rb +22 -0
- data/lib/avo/fields/concerns/has_html_attributes.rb +110 -0
- data/lib/avo/fields/concerns/is_disabled.rb +1 -5
- data/lib/avo/fields/concerns/is_readonly.rb +1 -5
- data/lib/avo/fields/concerns/is_required.rb +5 -7
- data/lib/avo/fields/concerns/is_searchable.rb +13 -0
- data/lib/avo/fields/concerns/use_resource.rb +5 -1
- data/lib/avo/fields/country_field.rb +4 -0
- data/lib/avo/fields/date_field.rb +3 -16
- data/lib/avo/fields/date_time_field.rb +1 -5
- data/lib/avo/fields/field_manager.rb +45 -0
- data/lib/avo/fields/file_field.rb +0 -2
- data/lib/avo/fields/files_field.rb +0 -6
- data/lib/avo/fields/has_and_belongs_to_many_field.rb +1 -2
- data/lib/avo/fields/has_base_field.rb +11 -14
- data/lib/avo/fields/has_many_field.rb +5 -2
- data/lib/avo/fields/has_one_field.rb +5 -10
- data/lib/avo/fields/heading_field.rb +4 -1
- data/lib/avo/fields/hidden_field.rb +1 -1
- data/lib/avo/fields/id_field.rb +2 -3
- data/lib/avo/fields/password_field.rb +1 -1
- data/lib/avo/fields/preview_field.rb +14 -0
- data/lib/avo/fields/select_field.rb +12 -8
- data/lib/avo/fields/status_field.rb +4 -0
- data/lib/avo/filters/base_filter.rb +3 -8
- data/lib/avo/grid_collector.rb +7 -9
- data/lib/avo/html/builder.rb +5 -8
- data/lib/avo/item_grapher.rb +78 -0
- data/lib/avo/licensing/h_q.rb +4 -68
- data/lib/avo/licensing/license.rb +2 -2
- data/lib/avo/licensing/license_manager.rb +1 -1
- data/lib/avo/licensing/{nil_license.rb → null_license.rb} +1 -1
- data/lib/avo/licensing/pro_license.rb +1 -7
- data/lib/avo/plugin.rb +6 -0
- data/lib/avo/plugin_manager.rb +58 -0
- data/lib/avo/prefixed_test_helpers.rb +20 -0
- data/lib/avo/reloader.rb +3 -0
- data/lib/avo/resources/controls/actions_list.rb +6 -12
- data/lib/avo/resources/controls/attach_button.rb +15 -0
- data/lib/avo/resources/controls/back_button.rb +1 -1
- data/lib/avo/resources/controls/base_control.rb +15 -49
- data/lib/avo/resources/controls/create_button.rb +15 -0
- data/lib/avo/resources/controls/delete_button.rb +5 -1
- data/lib/avo/resources/controls/detach_button.rb +4 -1
- data/lib/avo/resources/controls/edit_button.rb +4 -1
- data/lib/avo/resources/controls/order_controls.rb +8 -0
- data/lib/avo/resources/controls/save_button.rb +13 -0
- data/lib/avo/resources/controls/show_button.rb +15 -0
- data/lib/avo/resources/items/holder.rb +76 -0
- data/lib/avo/resources/items/item_group.rb +48 -0
- data/lib/avo/resources/items/main_panel.rb +2 -0
- data/lib/avo/resources/items/panel.rb +2 -0
- data/lib/avo/resources/items/sidebar.rb +47 -0
- data/lib/avo/resources/items/tab.rb +60 -0
- data/lib/avo/resources/items/tab_group.rb +68 -0
- data/lib/avo/resources/resource_manager.rb +181 -0
- data/lib/avo/services/authorization_service.rb +11 -110
- data/lib/avo/services/debug_service.rb +92 -0
- data/lib/avo/services/telemetry_service.rb +84 -0
- data/lib/avo/test_helpers.rb +362 -0
- data/lib/avo/tools/tool_manager.rb +30 -0
- data/lib/avo/version.rb +1 -1
- data/lib/avo.rb +7 -0
- data/lib/generators/avo/eject_generator.rb +0 -1
- data/lib/generators/avo/install_generator.rb +1 -11
- data/lib/generators/avo/resource_generator.rb +5 -23
- data/lib/generators/avo/scope_generator.rb +15 -0
- data/lib/generators/avo/tailwindcss/install_generator.rb +1 -18
- data/lib/generators/avo/templates/action.tt +1 -1
- data/lib/generators/avo/templates/cards/chartkick_card.tt +1 -1
- data/lib/generators/avo/templates/cards/chartkick_card_sample.tt +1 -1
- data/lib/generators/avo/templates/cards/metric_card.tt +1 -1
- data/lib/generators/avo/templates/cards/metric_card_sample.tt +1 -1
- data/lib/generators/avo/templates/cards/partial_card.tt +1 -1
- data/lib/generators/avo/templates/cards/partial_card_sample.tt +1 -1
- data/lib/generators/avo/templates/dashboards/dashboard.tt +1 -1
- data/lib/generators/avo/templates/field/%singular_name%_field.rb.tt +1 -1
- data/lib/generators/avo/templates/filters/boolean_filter.tt +1 -1
- data/lib/generators/avo/templates/filters/multiple_select_filter.tt +1 -1
- data/lib/generators/avo/templates/filters/select_filter.tt +1 -1
- data/lib/generators/avo/templates/filters/text_filter.tt +1 -1
- data/lib/generators/avo/templates/initializer/avo.tt +1 -11
- data/lib/generators/avo/templates/locales/avo.ar.yml +6 -6
- data/lib/generators/avo/templates/locales/avo.en.yml +4 -5
- data/lib/generators/avo/templates/locales/avo.fr.yml +1 -2
- data/lib/generators/avo/templates/locales/avo.nb.yml +1 -2
- data/lib/generators/avo/templates/locales/avo.nn.yml +1 -2
- data/lib/generators/avo/templates/locales/avo.pt-BR.yml +1 -2
- data/lib/generators/avo/templates/locales/avo.pt.yml +1 -2
- data/lib/generators/avo/templates/locales/avo.ro.yml +6 -7
- data/lib/generators/avo/templates/locales/avo.tr.yml +1 -2
- data/lib/generators/avo/templates/resource/resource.tt +1 -1
- data/lib/generators/avo/templates/resource_tools/partial.tt +4 -4
- data/lib/generators/avo/templates/resource_tools/resource_tool.tt +1 -1
- data/lib/generators/avo/templates/scope.tt +6 -0
- data/lib/generators/avo/templates/standalone_action.tt +1 -1
- data/lib/generators/avo/templates/tailwindcss/Procfile.dev +1 -1
- data/lib/generators/avo/templates/tool/view.tt +2 -2
- data/lib/tasks/avo_tasks.rake +22 -0
- metadata +82 -161
- data/app/assets/stylesheets/css/tags.css +0 -32
- data/app/assets/svgs/map-empty-state.svg +0 -35
- data/app/assets/svgs/map-view-type.svg +0 -3
- data/app/components/avo/card_component.html.erb +0 -46
- data/app/components/avo/card_component.rb +0 -25
- data/app/components/avo/dashboards/divider_component.html.erb +0 -9
- data/app/components/avo/dashboards/divider_component.rb +0 -19
- data/app/components/avo/fields/area_field/edit_component.html.erb +0 -7
- data/app/components/avo/fields/area_field/edit_component.rb +0 -4
- data/app/components/avo/fields/area_field/show_component.html.erb +0 -8
- data/app/components/avo/fields/area_field/show_component.rb +0 -4
- data/app/components/avo/fields/belongs_to_field/autocomplete_component.html.erb +0 -47
- data/app/components/avo/fields/belongs_to_field/autocomplete_component.rb +0 -95
- data/app/components/avo/fields/common/files/controls_component.html.erb +0 -29
- data/app/components/avo/fields/common/files/controls_component.rb +0 -19
- data/app/components/avo/fields/common/files/list_viewer_component.html.erb +0 -20
- data/app/components/avo/fields/common/files/list_viewer_component.rb +0 -41
- data/app/components/avo/fields/common/files/view_type/grid_item_component.html.erb +0 -27
- data/app/components/avo/fields/common/files/view_type/grid_item_component.rb +0 -52
- data/app/components/avo/fields/common/files/view_type/list_item_component.html.erb +0 -22
- data/app/components/avo/fields/common/files/view_type/list_item_component.rb +0 -15
- data/app/components/avo/fields/location_field/edit_component.html.erb +0 -22
- data/app/components/avo/fields/location_field/edit_component.rb +0 -4
- data/app/components/avo/fields/location_field/show_component.html.erb +0 -7
- data/app/components/avo/fields/location_field/show_component.rb +0 -4
- data/app/components/avo/fields/tags_field/edit_component.html.erb +0 -35
- data/app/components/avo/fields/tags_field/edit_component.rb +0 -4
- data/app/components/avo/fields/tags_field/index_component.html.erb +0 -10
- data/app/components/avo/fields/tags_field/index_component.rb +0 -9
- data/app/components/avo/fields/tags_field/show_component.html.erb +0 -7
- data/app/components/avo/fields/tags_field/show_component.rb +0 -5
- data/app/components/avo/fields/tags_field/tag_component.html.erb +0 -9
- data/app/components/avo/fields/tags_field/tag_component.rb +0 -11
- data/app/components/avo/index/ordering/base_component.rb +0 -9
- data/app/components/avo/index/ordering/button_component.html.erb +0 -11
- data/app/components/avo/index/ordering/button_component.rb +0 -23
- data/app/components/avo/index/ordering/buttons_component.html.erb +0 -32
- data/app/components/avo/index/ordering/buttons_component.rb +0 -47
- data/app/components/avo/index/resource_map_component.html.erb +0 -16
- data/app/components/avo/index/resource_map_component.rb +0 -109
- data/app/components/avo/row_component.html.erb +0 -3
- data/app/components/avo/row_component.rb +0 -12
- data/app/components/avo/sidebar/item_switcher_component.html.erb +0 -16
- data/app/components/avo/sidebar/item_switcher_component.rb +0 -15
- data/app/controllers/avo/dashboards/cards_controller.rb +0 -37
- data/app/controllers/avo/dashboards_controller.rb +0 -22
- data/app/controllers/avo/reorder_controller.rb +0 -25
- data/app/javascript/js/controllers/base_controller.js +0 -22
- data/app/javascript/js/controllers/fields/reload_belongs_to_field_controller.js +0 -51
- data/app/javascript/js/controllers/fields/tags_field_controller.js +0 -127
- data/app/javascript/js/controllers/toggle_panel_controller.js +0 -18
- data/app/views/avo/base/_new_via_belongs_to.html.erb +0 -12
- data/app/views/avo/base/close_modal_and_reload_field.turbo_stream.erb +0 -8
- data/app/views/avo/base/create_fail_action.turbo_stream.erb +0 -13
- data/app/views/avo/dashboards/cards/_chartkick_card.html.erb +0 -3
- data/app/views/avo/dashboards/cards/_metric_card.html.erb +0 -5
- data/app/views/avo/dashboards/cards/chartkick_missing.html.erb +0 -14
- data/app/views/avo/dashboards/cards/show.html.erb +0 -3
- data/app/views/avo/dashboards/show.html.erb +0 -38
- data/app/views/avo/partials/_flash_alerts.turbo_stream.erb +0 -3
- data/app/views/avo/partials/_global_search.html.erb +0 -19
- data/app/views/avo/partials/_profile_menu_extra.html.erb +0 -2
- data/app/views/avo/sidebar/_license_warnings.html.erb +0 -6
- data/lib/avo/base_card.rb +0 -161
- data/lib/avo/concerns/fetches_things.rb +0 -150
- data/lib/avo/concerns/handles_field_args.rb +0 -47
- data/lib/avo/concerns/has_action_stimulus_controllers.rb +0 -15
- data/lib/avo/concerns/has_editable_controls.rb +0 -34
- data/lib/avo/concerns/has_html_attributes.rb +0 -123
- data/lib/avo/concerns/pagination.rb +0 -53
- data/lib/avo/concerns/policy_helpers.rb +0 -31
- data/lib/avo/concerns/visible_in_dashboard.rb +0 -31
- data/lib/avo/concerns/visible_items.rb +0 -51
- data/lib/avo/dashboards/base_dashboard.rb +0 -89
- data/lib/avo/dashboards/base_divider.rb +0 -35
- data/lib/avo/dashboards/chartkick_card.rb +0 -77
- data/lib/avo/dashboards/dashboard_card.rb +0 -6
- data/lib/avo/dashboards/metric_card.rb +0 -9
- data/lib/avo/dashboards/partial_card.rb +0 -7
- data/lib/avo/fields/area_field.rb +0 -39
- data/lib/avo/fields/concerns/file_authorization.rb +0 -31
- data/lib/avo/fields/field_extensions/has_field_name.rb +0 -19
- data/lib/avo/fields/field_extensions/visible_in_different_views.rb +0 -111
- data/lib/avo/fields/location_field.rb +0 -86
- data/lib/avo/fields/tags_field.rb +0 -102
- data/lib/avo/hosts/association_scope_host.rb +0 -8
- data/lib/avo/hosts/base_host.rb +0 -25
- data/lib/avo/hosts/card_visibility.rb +0 -20
- data/lib/avo/hosts/dashboard_card.rb +0 -22
- data/lib/avo/hosts/dashboard_visibility.rb +0 -19
- data/lib/avo/hosts/ordering.rb +0 -22
- data/lib/avo/hosts/record_host.rb +0 -7
- data/lib/avo/hosts/resource_record_host.rb +0 -7
- data/lib/avo/hosts/resource_view_record_host.rb +0 -7
- data/lib/avo/hosts/search_scope_host.rb +0 -7
- data/lib/avo/hosts/view_record_host.rb +0 -7
- data/lib/avo/hosts/visibility_host.rb +0 -12
- data/lib/avo/items_holder.rb +0 -96
- data/lib/avo/main_panel.rb +0 -3
- data/lib/avo/menu/base_item.rb +0 -25
- data/lib/avo/menu/builder.rb +0 -82
- data/lib/avo/menu/dashboard.rb +0 -22
- data/lib/avo/menu/group.rb +0 -2
- data/lib/avo/menu/link.rb +0 -6
- data/lib/avo/menu/menu.rb +0 -2
- data/lib/avo/menu/resource.rb +0 -22
- data/lib/avo/menu/section.rb +0 -2
- data/lib/avo/panel.rb +0 -24
- data/lib/avo/panel_builder.rb +0 -25
- data/lib/avo/resources/controls/action.rb +0 -38
- data/lib/avo/resources/controls/execution_context.rb +0 -58
- data/lib/avo/resources/controls/items_holder.rb +0 -19
- data/lib/avo/resources/controls/link_to.rb +0 -27
- data/lib/avo/row.rb +0 -26
- data/lib/avo/row_builder.rb +0 -24
- data/lib/avo/services/authorization_clients/nil_client.rb +0 -37
- data/lib/avo/services/authorization_clients/pundit_client.rb +0 -51
- data/lib/avo/sidebar.rb +0 -30
- data/lib/avo/sidebar_builder.rb +0 -24
- data/lib/avo/tab.rb +0 -72
- data/lib/avo/tab_builder.rb +0 -25
- data/lib/avo/tab_group.rb +0 -42
- data/lib/avo/tab_group_builder.rb +0 -43
- data/lib/avo/tools_manager.rb +0 -11
- data/lib/generators/avo/templates/locales/avo.es.yml +0 -126
- data/public/avo-assets/avo.base.js +0 -1037
- data/public/avo-assets/avo.base.js.map +0 -7
@@ -1,24 +1,21 @@
|
|
1
1
|
@charset "UTF-8";
|
2
2
|
|
3
3
|
/**
|
4
|
-
*
|
5
|
-
* Copyright
|
6
|
-
* @link https://github.com/
|
4
|
+
* simplemde v1.11.2
|
5
|
+
* Copyright Next Step Webs, Inc.
|
6
|
+
* @link https://github.com/NextStepWebs/simplemde-markdown-editor
|
7
7
|
* @license MIT
|
8
8
|
*/
|
9
9
|
|
10
10
|
.CodeMirror{
|
11
|
-
|
12
|
-
height:300px;
|
13
|
-
color:#000;
|
14
|
-
direction:ltr
|
11
|
+
color:#000
|
15
12
|
}
|
16
13
|
|
17
14
|
.CodeMirror-lines{
|
18
15
|
padding:4px 0
|
19
16
|
}
|
20
17
|
|
21
|
-
.CodeMirror pre
|
18
|
+
.CodeMirror pre{
|
22
19
|
padding:0 4px
|
23
20
|
}
|
24
21
|
|
@@ -68,16 +65,11 @@
|
|
68
65
|
z-index:1
|
69
66
|
}
|
70
67
|
|
71
|
-
.cm-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
background:0 0
|
77
|
-
}
|
78
|
-
|
79
|
-
.cm-fat-cursor{
|
80
|
-
caret-color:transparent
|
68
|
+
.cm-animate-fat-cursor{
|
69
|
+
width:auto;
|
70
|
+
border:0;
|
71
|
+
animation:blink 1.06s steps(1) infinite;
|
72
|
+
background-color:#7e7
|
81
73
|
}
|
82
74
|
|
83
75
|
@keyframes blink{
|
@@ -91,19 +83,8 @@
|
|
91
83
|
text-decoration:inherit
|
92
84
|
}
|
93
85
|
|
94
|
-
.CodeMirror-rulers{
|
95
|
-
position:absolute;
|
96
|
-
left:0;
|
97
|
-
right:0;
|
98
|
-
top:-50px;
|
99
|
-
bottom:0;
|
100
|
-
overflow:hidden
|
101
|
-
}
|
102
|
-
|
103
86
|
.CodeMirror-ruler{
|
104
87
|
border-left:1px solid #ccc;
|
105
|
-
top:0;
|
106
|
-
bottom:0;
|
107
88
|
position:absolute
|
108
89
|
}
|
109
90
|
|
@@ -159,7 +140,7 @@
|
|
159
140
|
color:#05a
|
160
141
|
}
|
161
142
|
|
162
|
-
.cm-s-default .cm-
|
143
|
+
.cm-s-default .cm-variable-3{
|
163
144
|
color:#085
|
164
145
|
}
|
165
146
|
|
@@ -175,11 +156,7 @@
|
|
175
156
|
color:#f50
|
176
157
|
}
|
177
158
|
|
178
|
-
.cm-s-default .cm-meta{
|
179
|
-
color:#555
|
180
|
-
}
|
181
|
-
|
182
|
-
.cm-s-default .cm-qualifier{
|
159
|
+
.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{
|
183
160
|
color:#555
|
184
161
|
}
|
185
162
|
|
@@ -207,11 +184,7 @@
|
|
207
184
|
color:#00c
|
208
185
|
}
|
209
186
|
|
210
|
-
.cm-s-default .cm-error{
|
211
|
-
color:red
|
212
|
-
}
|
213
|
-
|
214
|
-
.cm-invalidchar{
|
187
|
+
.cm-invalidchar,.cm-s-default .cm-error{
|
215
188
|
color:red
|
216
189
|
}
|
217
190
|
|
@@ -220,11 +193,11 @@
|
|
220
193
|
}
|
221
194
|
|
222
195
|
div.CodeMirror span.CodeMirror-matchingbracket{
|
223
|
-
color:#
|
196
|
+
color:#0f0
|
224
197
|
}
|
225
198
|
|
226
199
|
div.CodeMirror span.CodeMirror-nonmatchingbracket{
|
227
|
-
color:#
|
200
|
+
color:#f22
|
228
201
|
}
|
229
202
|
|
230
203
|
.CodeMirror-matchingtag{
|
@@ -243,25 +216,23 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket{
|
|
243
216
|
|
244
217
|
.CodeMirror-scroll{
|
245
218
|
overflow:scroll!important;
|
246
|
-
margin-bottom:-
|
247
|
-
margin-right:-
|
248
|
-
padding-bottom:
|
219
|
+
margin-bottom:-30px;
|
220
|
+
margin-right:-30px;
|
221
|
+
padding-bottom:30px;
|
249
222
|
height:100%;
|
250
223
|
outline:0;
|
251
|
-
position:relative
|
252
|
-
z-index:0
|
224
|
+
position:relative
|
253
225
|
}
|
254
226
|
|
255
227
|
.CodeMirror-sizer{
|
256
228
|
position:relative;
|
257
|
-
border-right:
|
229
|
+
border-right:30px solid transparent
|
258
230
|
}
|
259
231
|
|
260
232
|
.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{
|
261
233
|
position:absolute;
|
262
234
|
z-index:6;
|
263
|
-
display:none
|
264
|
-
outline:0
|
235
|
+
display:none
|
265
236
|
}
|
266
237
|
|
267
238
|
.CodeMirror-vscrollbar{
|
@@ -301,14 +272,16 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket{
|
|
301
272
|
height:100%;
|
302
273
|
display:inline-block;
|
303
274
|
vertical-align:top;
|
304
|
-
margin-bottom:-
|
275
|
+
margin-bottom:-30px
|
305
276
|
}
|
306
277
|
|
307
278
|
.CodeMirror-gutter-wrapper{
|
308
279
|
position:absolute;
|
309
280
|
z-index:4;
|
310
281
|
background:0 0!important;
|
311
|
-
border:none!important
|
282
|
+
border:none!important;
|
283
|
+
-webkit-user-select:none;
|
284
|
+
user-select:none
|
312
285
|
}
|
313
286
|
|
314
287
|
.CodeMirror-gutter-background{
|
@@ -324,20 +297,12 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket{
|
|
324
297
|
z-index:4
|
325
298
|
}
|
326
299
|
|
327
|
-
.CodeMirror-gutter-wrapper ::selection{
|
328
|
-
background-color:transparent
|
329
|
-
}
|
330
|
-
|
331
|
-
.CodeMirror-gutter-wrapper ::-moz-selection{
|
332
|
-
background-color:transparent
|
333
|
-
}
|
334
|
-
|
335
300
|
.CodeMirror-lines{
|
336
301
|
cursor:text;
|
337
302
|
min-height:1px
|
338
303
|
}
|
339
304
|
|
340
|
-
.CodeMirror pre
|
305
|
+
.CodeMirror pre{
|
341
306
|
border-radius:0;
|
342
307
|
border-width:0;
|
343
308
|
background:0 0;
|
@@ -352,10 +317,10 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket{
|
|
352
317
|
position:relative;
|
353
318
|
overflow:visible;
|
354
319
|
-webkit-tap-highlight-color:transparent;
|
355
|
-
font-variant-ligatures:
|
320
|
+
font-variant-ligatures:none
|
356
321
|
}
|
357
322
|
|
358
|
-
.CodeMirror-wrap pre
|
323
|
+
.CodeMirror-wrap pre{
|
359
324
|
word-wrap:break-word;
|
360
325
|
white-space:pre-wrap;
|
361
326
|
word-break:normal
|
@@ -373,11 +338,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket{
|
|
373
338
|
.CodeMirror-linewidget{
|
374
339
|
position:relative;
|
375
340
|
z-index:2;
|
376
|
-
|
377
|
-
}
|
378
|
-
|
379
|
-
.CodeMirror-rtl pre{
|
380
|
-
direction:rtl
|
341
|
+
overflow:auto
|
381
342
|
}
|
382
343
|
|
383
344
|
.CodeMirror-code{
|
@@ -397,8 +358,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket{
|
|
397
358
|
}
|
398
359
|
|
399
360
|
.CodeMirror-cursor{
|
400
|
-
position:absolute
|
401
|
-
pointer-events:none
|
361
|
+
position:absolute
|
402
362
|
}
|
403
363
|
|
404
364
|
.CodeMirror-measure pre{
|
@@ -411,11 +371,7 @@ div.CodeMirror-cursors{
|
|
411
371
|
z-index:3
|
412
372
|
}
|
413
373
|
|
414
|
-
div.CodeMirror-dragcursors{
|
415
|
-
visibility:visible
|
416
|
-
}
|
417
|
-
|
418
|
-
.CodeMirror-focused div.CodeMirror-cursors{
|
374
|
+
.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{
|
419
375
|
visibility:visible
|
420
376
|
}
|
421
377
|
|
@@ -423,7 +379,7 @@ div.CodeMirror-dragcursors{
|
|
423
379
|
background:#d9d9d9
|
424
380
|
}
|
425
381
|
|
426
|
-
.CodeMirror-focused .CodeMirror-selected{
|
382
|
+
.CodeMirror-focused .CodeMirror-selected,.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{
|
427
383
|
background:#d7d4f0
|
428
384
|
}
|
429
385
|
|
@@ -431,17 +387,13 @@ div.CodeMirror-dragcursors{
|
|
431
387
|
cursor:crosshair
|
432
388
|
}
|
433
389
|
|
434
|
-
.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{
|
435
|
-
background:#d7d4f0
|
436
|
-
}
|
437
|
-
|
438
390
|
.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{
|
439
391
|
background:#d7d4f0
|
440
392
|
}
|
441
393
|
|
442
394
|
.cm-searching{
|
443
|
-
background
|
444
|
-
background
|
395
|
+
background:#ffa;
|
396
|
+
background:rgba(255,255,0,.4)
|
445
397
|
}
|
446
398
|
|
447
399
|
.cm-force-border{
|
@@ -462,37 +414,22 @@ span.CodeMirror-selectedtext{
|
|
462
414
|
background:0 0
|
463
415
|
}
|
464
416
|
|
465
|
-
.
|
466
|
-
display:block
|
467
|
-
}
|
468
|
-
|
469
|
-
.CodeMirror-rtl pre{
|
470
|
-
direction:rtl
|
471
|
-
}
|
472
|
-
|
473
|
-
.EasyMDEContainer.sided--no-fullscreen{
|
474
|
-
display:flex;
|
475
|
-
flex-direction:row;
|
476
|
-
flex-wrap:wrap
|
477
|
-
}
|
478
|
-
|
479
|
-
.EasyMDEContainer .CodeMirror{
|
480
|
-
box-sizing:border-box;
|
417
|
+
.CodeMirror{
|
481
418
|
height:auto;
|
482
|
-
|
419
|
+
min-height:300px;
|
420
|
+
border:1px solid #ddd;
|
483
421
|
border-bottom-left-radius:4px;
|
484
422
|
border-bottom-right-radius:4px;
|
485
423
|
padding:10px;
|
486
424
|
font:inherit;
|
487
|
-
z-index:
|
488
|
-
word-wrap:break-word
|
425
|
+
z-index:1
|
489
426
|
}
|
490
427
|
|
491
|
-
.
|
492
|
-
|
428
|
+
.CodeMirror-scroll{
|
429
|
+
min-height:300px
|
493
430
|
}
|
494
431
|
|
495
|
-
.
|
432
|
+
.CodeMirror-fullscreen{
|
496
433
|
background:#fff;
|
497
434
|
position:fixed!important;
|
498
435
|
top:50px;
|
@@ -500,46 +437,51 @@ span.CodeMirror-selectedtext{
|
|
500
437
|
right:0;
|
501
438
|
bottom:0;
|
502
439
|
height:auto;
|
503
|
-
z-index:
|
504
|
-
border-right:none!important;
|
505
|
-
border-bottom-right-radius:0!important
|
440
|
+
z-index:9
|
506
441
|
}
|
507
442
|
|
508
|
-
.
|
443
|
+
.CodeMirror-sided{
|
509
444
|
width:50%!important
|
510
445
|
}
|
511
446
|
|
512
|
-
.EasyMDEContainer.sided--no-fullscreen .CodeMirror-sided{
|
513
|
-
border-right:none!important;
|
514
|
-
border-bottom-right-radius:0;
|
515
|
-
position:relative;
|
516
|
-
flex:1 1 auto
|
517
|
-
}
|
518
|
-
|
519
|
-
.EasyMDEContainer .CodeMirror-placeholder{
|
520
|
-
opacity:.5
|
521
|
-
}
|
522
|
-
|
523
|
-
.EasyMDEContainer .CodeMirror-focused .CodeMirror-selected{
|
524
|
-
background:#d9d9d9
|
525
|
-
}
|
526
|
-
|
527
447
|
.editor-toolbar{
|
528
448
|
position:relative;
|
449
|
+
opacity:.6;
|
529
450
|
-webkit-user-select:none;
|
530
451
|
-o-user-select:none;
|
531
452
|
user-select:none;
|
532
|
-
padding:
|
533
|
-
border-top:1px solid #
|
534
|
-
border-left:1px solid #
|
535
|
-
border-right:1px solid #
|
453
|
+
padding:0 10px;
|
454
|
+
border-top:1px solid #bbb;
|
455
|
+
border-left:1px solid #bbb;
|
456
|
+
border-right:1px solid #bbb;
|
536
457
|
border-top-left-radius:4px;
|
537
458
|
border-top-right-radius:4px
|
538
459
|
}
|
539
460
|
|
461
|
+
.editor-toolbar:after,.editor-toolbar:before{
|
462
|
+
display:block;
|
463
|
+
content:' ';
|
464
|
+
height:1px
|
465
|
+
}
|
466
|
+
|
467
|
+
.editor-toolbar:before{
|
468
|
+
margin-bottom:8px
|
469
|
+
}
|
470
|
+
|
471
|
+
.editor-toolbar:after{
|
472
|
+
margin-top:8px
|
473
|
+
}
|
474
|
+
|
475
|
+
.editor-toolbar:hover,.editor-wrapper input.title:focus,.editor-wrapper input.title:hover{
|
476
|
+
opacity:.8
|
477
|
+
}
|
478
|
+
|
540
479
|
.editor-toolbar.fullscreen{
|
541
480
|
width:100%;
|
542
481
|
height:50px;
|
482
|
+
overflow-x:auto;
|
483
|
+
overflow-y:hidden;
|
484
|
+
white-space:nowrap;
|
543
485
|
padding-top:10px;
|
544
486
|
padding-bottom:10px;
|
545
487
|
box-sizing:border-box;
|
@@ -555,7 +497,7 @@ span.CodeMirror-selectedtext{
|
|
555
497
|
.editor-toolbar.fullscreen::before{
|
556
498
|
width:20px;
|
557
499
|
height:50px;
|
558
|
-
background:linear-gradient(to right
|
500
|
+
background:linear-gradient(to right,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);
|
559
501
|
position:fixed;
|
560
502
|
top:0;
|
561
503
|
left:0;
|
@@ -566,7 +508,7 @@ span.CodeMirror-selectedtext{
|
|
566
508
|
.editor-toolbar.fullscreen::after{
|
567
509
|
width:20px;
|
568
510
|
height:50px;
|
569
|
-
background:linear-gradient(to right,rgba(255,255,255,0) 0
|
511
|
+
background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
|
570
512
|
position:fixed;
|
571
513
|
top:0;
|
572
514
|
right:0;
|
@@ -574,35 +516,28 @@ span.CodeMirror-selectedtext{
|
|
574
516
|
padding:0
|
575
517
|
}
|
576
518
|
|
577
|
-
.
|
578
|
-
width:100%
|
579
|
-
}
|
580
|
-
|
581
|
-
.editor-toolbar .easymde-dropdown,.editor-toolbar button{
|
582
|
-
background:0 0;
|
519
|
+
.editor-toolbar a{
|
583
520
|
display:inline-block;
|
584
521
|
text-align:center;
|
585
522
|
text-decoration:none!important;
|
523
|
+
color:#2c3e50!important;
|
524
|
+
width:30px;
|
586
525
|
height:30px;
|
587
526
|
margin:0;
|
588
|
-
padding:0;
|
589
527
|
border:1px solid transparent;
|
590
528
|
border-radius:3px;
|
591
529
|
cursor:pointer
|
592
530
|
}
|
593
531
|
|
594
|
-
.editor-toolbar
|
595
|
-
font-weight:700;
|
596
|
-
min-width:30px;
|
597
|
-
padding:0 6px;
|
598
|
-
white-space:nowrap
|
599
|
-
}
|
600
|
-
|
601
|
-
.editor-toolbar button.active,.editor-toolbar button:hover{
|
532
|
+
.editor-toolbar a.active,.editor-toolbar a:hover{
|
602
533
|
background:#fcfcfc;
|
603
534
|
border-color:#95a5a6
|
604
535
|
}
|
605
536
|
|
537
|
+
.editor-toolbar a:before{
|
538
|
+
line-height:30px
|
539
|
+
}
|
540
|
+
|
606
541
|
.editor-toolbar i.separator{
|
607
542
|
display:inline-block;
|
608
543
|
width:0;
|
@@ -613,7 +548,7 @@ span.CodeMirror-selectedtext{
|
|
613
548
|
margin:0 6px
|
614
549
|
}
|
615
550
|
|
616
|
-
.editor-toolbar
|
551
|
+
.editor-toolbar a.fa-header-x:after{
|
617
552
|
font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
|
618
553
|
font-size:65%;
|
619
554
|
vertical-align:text-bottom;
|
@@ -621,33 +556,35 @@ span.CodeMirror-selectedtext{
|
|
621
556
|
top:2px
|
622
557
|
}
|
623
558
|
|
624
|
-
.editor-toolbar
|
559
|
+
.editor-toolbar a.fa-header-1:after{
|
625
560
|
content:"1"
|
626
561
|
}
|
627
562
|
|
628
|
-
.editor-toolbar
|
563
|
+
.editor-toolbar a.fa-header-2:after{
|
629
564
|
content:"2"
|
630
565
|
}
|
631
566
|
|
632
|
-
.editor-toolbar
|
567
|
+
.editor-toolbar a.fa-header-3:after{
|
633
568
|
content:"3"
|
634
569
|
}
|
635
570
|
|
636
|
-
.editor-toolbar
|
571
|
+
.editor-toolbar a.fa-header-bigger:after{
|
637
572
|
content:"▲"
|
638
573
|
}
|
639
574
|
|
640
|
-
.editor-toolbar
|
575
|
+
.editor-toolbar a.fa-header-smaller:after{
|
641
576
|
content:"▼"
|
642
577
|
}
|
643
578
|
|
644
|
-
.editor-toolbar.disabled-for-preview
|
645
|
-
|
646
|
-
|
579
|
+
.editor-toolbar.disabled-for-preview a:not(.no-disable){
|
580
|
+
pointer-events:none;
|
581
|
+
background:#fff;
|
582
|
+
border-color:transparent;
|
583
|
+
text-shadow:inherit
|
647
584
|
}
|
648
585
|
|
649
586
|
@media only screen and (max-width:700px){
|
650
|
-
.editor-toolbar
|
587
|
+
.editor-toolbar a.no-mobile{
|
651
588
|
display:none
|
652
589
|
}
|
653
590
|
}
|
@@ -659,16 +596,20 @@ span.CodeMirror-selectedtext{
|
|
659
596
|
text-align:right
|
660
597
|
}
|
661
598
|
|
662
|
-
.EasyMDEContainer.sided--no-fullscreen .editor-statusbar{
|
663
|
-
width:100%
|
664
|
-
}
|
665
|
-
|
666
599
|
.editor-statusbar span{
|
667
600
|
display:inline-block;
|
668
601
|
min-width:4em;
|
669
602
|
margin-left:1em
|
670
603
|
}
|
671
604
|
|
605
|
+
.editor-preview,.editor-preview-side{
|
606
|
+
padding:10px;
|
607
|
+
background:#fafafa;
|
608
|
+
overflow:auto;
|
609
|
+
display:none;
|
610
|
+
box-sizing:border-box
|
611
|
+
}
|
612
|
+
|
672
613
|
.editor-statusbar .lines:before{
|
673
614
|
content:'lines: '
|
674
615
|
}
|
@@ -681,16 +622,13 @@ span.CodeMirror-selectedtext{
|
|
681
622
|
content:'characters: '
|
682
623
|
}
|
683
624
|
|
684
|
-
.editor-preview
|
625
|
+
.editor-preview{
|
685
626
|
position:absolute;
|
686
627
|
width:100%;
|
687
628
|
height:100%;
|
688
629
|
top:0;
|
689
630
|
left:0;
|
690
|
-
z-index:7
|
691
|
-
overflow:auto;
|
692
|
-
display:none;
|
693
|
-
box-sizing:border-box
|
631
|
+
z-index:7
|
694
632
|
}
|
695
633
|
|
696
634
|
.editor-preview-side{
|
@@ -700,146 +638,82 @@ span.CodeMirror-selectedtext{
|
|
700
638
|
top:50px;
|
701
639
|
right:0;
|
702
640
|
z-index:9;
|
703
|
-
|
704
|
-
display:none;
|
705
|
-
box-sizing:border-box;
|
706
|
-
border:1px solid #ddd;
|
707
|
-
word-wrap:break-word
|
708
|
-
}
|
709
|
-
|
710
|
-
.editor-preview-active-side{
|
711
|
-
display:block
|
712
|
-
}
|
713
|
-
|
714
|
-
.EasyMDEContainer.sided--no-fullscreen .editor-preview-active-side{
|
715
|
-
flex:1 1 auto;
|
716
|
-
height:auto;
|
717
|
-
position:static
|
641
|
+
border:1px solid #ddd
|
718
642
|
}
|
719
643
|
|
720
|
-
.editor-preview-active{
|
644
|
+
.editor-preview-active,.editor-preview-active-side{
|
721
645
|
display:block
|
722
646
|
}
|
723
647
|
|
724
|
-
.editor-preview{
|
725
|
-
padding:10px;
|
726
|
-
background:#fafafa
|
727
|
-
}
|
728
|
-
|
729
|
-
.editor-preview>p{
|
648
|
+
.editor-preview-side>p,.editor-preview>p{
|
730
649
|
margin-top:0
|
731
650
|
}
|
732
651
|
|
733
|
-
.editor-preview pre{
|
652
|
+
.editor-preview pre,.editor-preview-side pre{
|
734
653
|
background:#eee;
|
735
654
|
margin-bottom:10px
|
736
655
|
}
|
737
656
|
|
738
|
-
.editor-preview table td,.editor-preview table th{
|
657
|
+
.editor-preview table td,.editor-preview table th,.editor-preview-side table td,.editor-preview-side table th{
|
739
658
|
border:1px solid #ddd;
|
740
659
|
padding:5px
|
741
660
|
}
|
742
661
|
|
743
|
-
.
|
662
|
+
.CodeMirror .CodeMirror-code .cm-tag{
|
744
663
|
color:#63a35c
|
745
664
|
}
|
746
665
|
|
747
|
-
.
|
666
|
+
.CodeMirror .CodeMirror-code .cm-attribute{
|
748
667
|
color:#795da3
|
749
668
|
}
|
750
669
|
|
751
|
-
.
|
670
|
+
.CodeMirror .CodeMirror-code .cm-string{
|
752
671
|
color:#183691
|
753
672
|
}
|
754
673
|
|
755
|
-
.
|
756
|
-
|
757
|
-
}
|
758
|
-
|
759
|
-
.cm-s-easymde .cm-header-2{
|
760
|
-
font-size:calc(1.325rem + .9vw)
|
761
|
-
}
|
762
|
-
|
763
|
-
.cm-s-easymde .cm-header-3{
|
764
|
-
font-size:calc(1.3rem + .6vw)
|
674
|
+
.CodeMirror .CodeMirror-selected{
|
675
|
+
background:#d9d9d9
|
765
676
|
}
|
766
677
|
|
767
|
-
.
|
768
|
-
font-size:
|
678
|
+
.CodeMirror .CodeMirror-code .cm-header-1{
|
679
|
+
font-size:200%;
|
680
|
+
line-height:200%
|
769
681
|
}
|
770
682
|
|
771
|
-
.
|
772
|
-
font-size:
|
683
|
+
.CodeMirror .CodeMirror-code .cm-header-2{
|
684
|
+
font-size:160%;
|
685
|
+
line-height:160%
|
773
686
|
}
|
774
687
|
|
775
|
-
.
|
776
|
-
font-size:
|
688
|
+
.CodeMirror .CodeMirror-code .cm-header-3{
|
689
|
+
font-size:125%;
|
690
|
+
line-height:125%
|
777
691
|
}
|
778
692
|
|
779
|
-
.
|
780
|
-
|
781
|
-
line-height:
|
693
|
+
.CodeMirror .CodeMirror-code .cm-header-4{
|
694
|
+
font-size:110%;
|
695
|
+
line-height:110%
|
782
696
|
}
|
783
697
|
|
784
|
-
.
|
698
|
+
.CodeMirror .CodeMirror-code .cm-comment{
|
785
699
|
background:rgba(0,0,0,.05);
|
786
700
|
border-radius:2px
|
787
701
|
}
|
788
702
|
|
789
|
-
.
|
703
|
+
.CodeMirror .CodeMirror-code .cm-link{
|
790
704
|
color:#7f8c8d
|
791
705
|
}
|
792
706
|
|
793
|
-
.
|
707
|
+
.CodeMirror .CodeMirror-code .cm-url{
|
794
708
|
color:#aab2b3
|
795
709
|
}
|
796
710
|
|
797
|
-
.
|
798
|
-
|
799
|
-
font-style:italic
|
800
|
-
}
|
801
|
-
|
802
|
-
.editor-toolbar .easymde-dropdown{
|
803
|
-
position:relative;
|
804
|
-
background:linear-gradient(to bottom right,#fff 0,#fff 84%,#333 50%,#333 100%);
|
805
|
-
border-radius:0;
|
806
|
-
border:1px solid #fff
|
807
|
-
}
|
808
|
-
|
809
|
-
.editor-toolbar .easymde-dropdown:hover{
|
810
|
-
background:linear-gradient(to bottom right,#fff 0,#fff 84%,#333 50%,#333 100%)
|
811
|
-
}
|
812
|
-
|
813
|
-
.easymde-dropdown-content{
|
814
|
-
display:block;
|
815
|
-
visibility:hidden;
|
816
|
-
position:absolute;
|
817
|
-
background-color:#f9f9f9;
|
818
|
-
box-shadow:0 8px 16px 0 rgba(0,0,0,.2);
|
819
|
-
padding:8px;
|
820
|
-
z-index:2;
|
821
|
-
top:30px
|
822
|
-
}
|
823
|
-
|
824
|
-
.easymde-dropdown:active .easymde-dropdown-content,.easymde-dropdown:focus .easymde-dropdown-content,.easymde-dropdown:focus-within .easymde-dropdown-content{
|
825
|
-
visibility:visible
|
826
|
-
}
|
827
|
-
|
828
|
-
.easymde-dropdown-content button{
|
829
|
-
display:block
|
711
|
+
.CodeMirror .CodeMirror-code .cm-strikethrough{
|
712
|
+
text-decoration:line-through
|
830
713
|
}
|
831
714
|
|
832
|
-
|
833
|
-
|
834
|
-
background-image:var(--bg-image);
|
835
|
-
display:block;
|
836
|
-
max-height:100%;
|
837
|
-
max-width:100%;
|
838
|
-
background-size:contain;
|
839
|
-
height:0;
|
840
|
-
padding-top:var(--height);
|
841
|
-
width:var(--width);
|
842
|
-
background-repeat:no-repeat
|
715
|
+
.CodeMirror .CodeMirror-placeholder{
|
716
|
+
opacity:.5
|
843
717
|
}
|
844
718
|
|
845
719
|
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word){
|
@@ -1367,7 +1241,6 @@ span[data-img-src]::after{
|
|
1367
1241
|
border: 0;
|
1368
1242
|
border-radius: 0;
|
1369
1243
|
vertical-align: initial;
|
1370
|
-
-webkit-appearance: textfield;
|
1371
1244
|
appearance: textfield;
|
1372
1245
|
}
|
1373
1246
|
|
@@ -1716,7 +1589,6 @@ span.flatpickr-weekday {
|
|
1716
1589
|
font-size: 14px;
|
1717
1590
|
position: relative;
|
1718
1591
|
box-sizing: border-box;
|
1719
|
-
-webkit-appearance: textfield;
|
1720
1592
|
appearance: textfield;
|
1721
1593
|
}
|
1722
1594
|
|
@@ -1951,7 +1823,6 @@ body.dark,body[data-theme=dark]{
|
|
1951
1823
|
}
|
1952
1824
|
|
1953
1825
|
.aa-SubmitButton{
|
1954
|
-
-webkit-appearance:none;
|
1955
1826
|
appearance:none;
|
1956
1827
|
background:none;
|
1957
1828
|
border:0;
|
@@ -1975,7 +1846,6 @@ body.dark,body[data-theme=dark]{
|
|
1975
1846
|
}
|
1976
1847
|
|
1977
1848
|
.aa-Input{
|
1978
|
-
-webkit-appearance:none;
|
1979
1849
|
appearance:none;
|
1980
1850
|
background:none;
|
1981
1851
|
border:0;
|
@@ -2001,7 +1871,6 @@ body.dark,body[data-theme=dark]{
|
|
2001
1871
|
}
|
2002
1872
|
|
2003
1873
|
.aa-Input::-webkit-search-cancel-button,.aa-Input::-webkit-search-decoration,.aa-Input::-webkit-search-results-button,.aa-Input::-webkit-search-results-decoration{
|
2004
|
-
-webkit-appearance:none;
|
2005
1874
|
appearance:none
|
2006
1875
|
}
|
2007
1876
|
|
@@ -2070,7 +1939,6 @@ body.dark,body[data-theme=dark]{
|
|
2070
1939
|
}
|
2071
1940
|
|
2072
1941
|
.aa-Panel button{
|
2073
|
-
-webkit-appearance:none;
|
2074
1942
|
appearance:none;
|
2075
1943
|
background:none;
|
2076
1944
|
border:0;
|
@@ -3399,7 +3267,7 @@ body.dark,body[data-theme=dark]{
|
|
3399
3267
|
transition:inherit
|
3400
3268
|
}
|
3401
3269
|
|
3402
|
-
/*! tailwindcss v3.
|
3270
|
+
/*! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
|
3403
3271
|
*/
|
3404
3272
|
|
3405
3273
|
/*
|
@@ -3430,6 +3298,7 @@ body.dark,body[data-theme=dark]{
|
|
3430
3298
|
2. Prevent adjustments of font size after orientation changes in iOS.
|
3431
3299
|
3. Use a more readable tab size.
|
3432
3300
|
4. Use the user's configured `sans` font-family by default.
|
3301
|
+
5. Use the user's configured `sans` font-feature-settings by default.
|
3433
3302
|
*/
|
3434
3303
|
|
3435
3304
|
html {
|
@@ -3442,6 +3311,8 @@ html {
|
|
3442
3311
|
/* 3 */
|
3443
3312
|
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
3444
3313
|
/* 4 */
|
3314
|
+
font-feature-settings: normal;
|
3315
|
+
/* 5 */
|
3445
3316
|
}
|
3446
3317
|
|
3447
3318
|
/*
|
@@ -3585,6 +3456,8 @@ textarea {
|
|
3585
3456
|
/* 1 */
|
3586
3457
|
font-size: 100%;
|
3587
3458
|
/* 1 */
|
3459
|
+
font-weight: inherit;
|
3460
|
+
/* 1 */
|
3588
3461
|
line-height: inherit;
|
3589
3462
|
/* 1 */
|
3590
3463
|
color: inherit;
|
@@ -3799,17 +3672,14 @@ video {
|
|
3799
3672
|
height: auto;
|
3800
3673
|
}
|
3801
3674
|
|
3802
|
-
/*
|
3803
|
-
Ensure the default browser behavior of the `hidden` attribute.
|
3804
|
-
*/
|
3675
|
+
/* Make elements with the HTML hidden attribute stay hidden by default */
|
3805
3676
|
|
3806
3677
|
[hidden] {
|
3807
3678
|
display: none;
|
3808
3679
|
}
|
3809
3680
|
|
3810
3681
|
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
|
3811
|
-
|
3812
|
-
appearance:none;
|
3682
|
+
appearance:none;
|
3813
3683
|
background-color:#fff;
|
3814
3684
|
border-color:#757D8A;
|
3815
3685
|
border-width:1px;
|
@@ -3870,8 +3740,7 @@ select{
|
|
3870
3740
|
}
|
3871
3741
|
|
3872
3742
|
[type='checkbox'],[type='radio']{
|
3873
|
-
|
3874
|
-
appearance:none;
|
3743
|
+
appearance:none;
|
3875
3744
|
padding:0;
|
3876
3745
|
-webkit-print-color-adjust:exact;
|
3877
3746
|
color-adjust:exact;
|
@@ -3964,6 +3833,55 @@ a{
|
|
3964
3833
|
}
|
3965
3834
|
|
3966
3835
|
*, ::before, ::after{
|
3836
|
+
--tw-border-spacing-x:0;
|
3837
|
+
--tw-border-spacing-y:0;
|
3838
|
+
--tw-translate-x:0;
|
3839
|
+
--tw-translate-y:0;
|
3840
|
+
--tw-rotate:0;
|
3841
|
+
--tw-skew-x:0;
|
3842
|
+
--tw-skew-y:0;
|
3843
|
+
--tw-scale-x:1;
|
3844
|
+
--tw-scale-y:1;
|
3845
|
+
--tw-pan-x: ;
|
3846
|
+
--tw-pan-y: ;
|
3847
|
+
--tw-pinch-zoom: ;
|
3848
|
+
--tw-scroll-snap-strictness:proximity;
|
3849
|
+
--tw-ordinal: ;
|
3850
|
+
--tw-slashed-zero: ;
|
3851
|
+
--tw-numeric-figure: ;
|
3852
|
+
--tw-numeric-spacing: ;
|
3853
|
+
--tw-numeric-fraction: ;
|
3854
|
+
--tw-ring-inset: ;
|
3855
|
+
--tw-ring-offset-width:0px;
|
3856
|
+
--tw-ring-offset-color:#fff;
|
3857
|
+
--tw-ring-color:rgb(8 134 222 / 0.5);
|
3858
|
+
--tw-ring-offset-shadow:0 0 #0000;
|
3859
|
+
--tw-ring-shadow:0 0 #0000;
|
3860
|
+
--tw-shadow:0 0 #0000;
|
3861
|
+
--tw-shadow-colored:0 0 #0000;
|
3862
|
+
--tw-blur: ;
|
3863
|
+
--tw-brightness: ;
|
3864
|
+
--tw-contrast: ;
|
3865
|
+
--tw-grayscale: ;
|
3866
|
+
--tw-hue-rotate: ;
|
3867
|
+
--tw-invert: ;
|
3868
|
+
--tw-saturate: ;
|
3869
|
+
--tw-sepia: ;
|
3870
|
+
--tw-drop-shadow: ;
|
3871
|
+
--tw-backdrop-blur: ;
|
3872
|
+
--tw-backdrop-brightness: ;
|
3873
|
+
--tw-backdrop-contrast: ;
|
3874
|
+
--tw-backdrop-grayscale: ;
|
3875
|
+
--tw-backdrop-hue-rotate: ;
|
3876
|
+
--tw-backdrop-invert: ;
|
3877
|
+
--tw-backdrop-opacity: ;
|
3878
|
+
--tw-backdrop-saturate: ;
|
3879
|
+
--tw-backdrop-sepia:
|
3880
|
+
}
|
3881
|
+
|
3882
|
+
::backdrop{
|
3883
|
+
--tw-border-spacing-x:0;
|
3884
|
+
--tw-border-spacing-y:0;
|
3967
3885
|
--tw-translate-x:0;
|
3968
3886
|
--tw-translate-y:0;
|
3969
3887
|
--tw-rotate:0;
|
@@ -4320,13 +4238,17 @@ svg.tea #steamR {
|
|
4320
4238
|
}
|
4321
4239
|
}
|
4322
4240
|
|
4323
|
-
.pagy-nav,
|
4241
|
+
.pagy-nav,
|
4242
|
+
.pagy-nav-js,
|
4243
|
+
.pagy-combo-nav-js{
|
4324
4244
|
position:relative;
|
4325
4245
|
z-index:0;
|
4326
4246
|
display:flex
|
4327
4247
|
}
|
4328
4248
|
|
4329
|
-
.pagy-nav.pagination > :not([hidden]) ~ :not([hidden]),
|
4249
|
+
.pagy-nav.pagination > :not([hidden]) ~ :not([hidden]),
|
4250
|
+
.pagy-nav-js.pagination > :not([hidden]) ~ :not([hidden]),
|
4251
|
+
.pagy-combo-nav-js.pagination > :not([hidden]) ~ :not([hidden]){
|
4330
4252
|
--tw-space-x-reverse:0;
|
4331
4253
|
margin-right:calc(0.5rem * var(--tw-space-x-reverse));
|
4332
4254
|
margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
|
@@ -4336,7 +4258,13 @@ svg.tea #steamR {
|
|
4336
4258
|
display:block
|
4337
4259
|
}
|
4338
4260
|
|
4339
|
-
.pagy-nav .page a,
|
4261
|
+
.pagy-nav .page a,
|
4262
|
+
.pagy-nav .page.active,
|
4263
|
+
.pagy-nav .page.prev.disabled,
|
4264
|
+
.pagy-nav .page.next.disabled,
|
4265
|
+
.pagy-nav-js .page a,
|
4266
|
+
.pagy-combo-nav-js .page a,
|
4267
|
+
.pagy-combo-nav-js .pagy-combo-input a{
|
4340
4268
|
border-radius:0.25rem;
|
4341
4269
|
border-width:1px;
|
4342
4270
|
--tw-border-opacity:1;
|
@@ -4367,7 +4295,12 @@ svg.tea #steamR {
|
|
4367
4295
|
background-color:rgb(200 203 208 / var(--tw-bg-opacity))
|
4368
4296
|
}
|
4369
4297
|
|
4370
|
-
.pagy-nav .page.prev.disabled,
|
4298
|
+
.pagy-nav .page.prev.disabled,
|
4299
|
+
.pagy-nav-js .page.prev.disabled,
|
4300
|
+
.pagy-combo-nav-js .page.prev.disabled,
|
4301
|
+
.pagy-nav .page.next.disabled,
|
4302
|
+
.pagy-nav-js .page.next.disabled,
|
4303
|
+
.pagy-combo-nav-js .page.next.disabled{
|
4371
4304
|
cursor:default;
|
4372
4305
|
--tw-text-opacity:1;
|
4373
4306
|
color:rgb(172 177 185 / var(--tw-text-opacity));
|
@@ -4393,7 +4326,8 @@ svg.tea #steamR {
|
|
4393
4326
|
color:rgb(172 177 185 / var(--tw-text-opacity))
|
4394
4327
|
}
|
4395
4328
|
|
4396
|
-
.pagy-nav .page.active,
|
4329
|
+
.pagy-nav .page.active,
|
4330
|
+
.pagy-nav-js .page.active{
|
4397
4331
|
cursor:default;
|
4398
4332
|
--tw-border-opacity:1;
|
4399
4333
|
border-color:rgb(117 125 138 / var(--tw-border-opacity));
|
@@ -4436,11 +4370,13 @@ svg.tea #steamR {
|
|
4436
4370
|
color:rgb(117 125 138 / var(--tw-text-opacity))
|
4437
4371
|
}
|
4438
4372
|
|
4439
|
-
.breadcrumbs a,
|
4373
|
+
.breadcrumbs a,
|
4374
|
+
.breadcrumbs span{
|
4440
4375
|
display:inline-block
|
4441
4376
|
}
|
4442
4377
|
|
4443
|
-
.breadcrumbs a,
|
4378
|
+
.breadcrumbs a,
|
4379
|
+
.breadcrumbs span{
|
4444
4380
|
font-size:0.875rem;
|
4445
4381
|
line-height:1.25rem
|
4446
4382
|
}
|
@@ -4461,11 +4397,13 @@ svg.tea #steamR {
|
|
4461
4397
|
border: none !important
|
4462
4398
|
}
|
4463
4399
|
|
4464
|
-
.global-search .aa-DetachedSearchButton:focus,
|
4400
|
+
.global-search .aa-DetachedSearchButton:focus,
|
4401
|
+
.global-search .aa-DetachedSearchButton{
|
4465
4402
|
cursor:pointer
|
4466
4403
|
}
|
4467
4404
|
|
4468
|
-
.global-search .aa-DetachedSearchButton:focus,
|
4405
|
+
.global-search .aa-DetachedSearchButton:focus,
|
4406
|
+
.global-search .aa-DetachedSearchButton{
|
4469
4407
|
--tw-text-opacity:1;
|
4470
4408
|
color:rgb(117 125 138 / var(--tw-text-opacity))
|
4471
4409
|
}
|
@@ -4507,7 +4445,8 @@ svg.tea #steamR {
|
|
4507
4445
|
font-weight:600
|
4508
4446
|
}
|
4509
4447
|
|
4510
|
-
.aa-DetachedFormContainer,
|
4448
|
+
.aa-DetachedFormContainer,
|
4449
|
+
.aa-DetachedContainer .aa-Panel{
|
4511
4450
|
border-bottom-width:0px;
|
4512
4451
|
--tw-bg-opacity:1;
|
4513
4452
|
background-color:rgb(241 242 243 / var(--tw-bg-opacity))
|
@@ -4696,7 +4635,8 @@ body.os-pc .mac-styled-scrollbar:hover::-webkit-scrollbar-thumb {
|
|
4696
4635
|
display:block
|
4697
4636
|
}
|
4698
4637
|
|
4699
|
-
.application-sidebar .active:hover,
|
4638
|
+
.application-sidebar .active:hover,
|
4639
|
+
.application-sidebar .active{
|
4700
4640
|
background-color:rgb(var(--color-primary-100));
|
4701
4641
|
color:rgb(var(--color-primary-500))
|
4702
4642
|
}
|
@@ -4754,44 +4694,6 @@ body.os-pc .mac-styled-scrollbar:hover::-webkit-scrollbar-thumb {
|
|
4754
4694
|
}
|
4755
4695
|
}
|
4756
4696
|
|
4757
|
-
tags.tagify {
|
4758
|
-
--tag-inset-shadow-size: 3em;
|
4759
|
-
--tags-border-color: rgb(var(--color-primary-500));
|
4760
|
-
--tags-hover-border-color: rgb(var(--color-primary-500));
|
4761
|
-
}
|
4762
|
-
|
4763
|
-
.tagify__dropdown {
|
4764
|
-
--tagify-dd-color-primary: rgb(var(--color-primary-500));
|
4765
|
-
}
|
4766
|
-
|
4767
|
-
tags.tagify{
|
4768
|
-
padding:0px !important;
|
4769
|
-
}
|
4770
|
-
|
4771
|
-
tags.tagify span.tagify__input{
|
4772
|
-
margin-top:0.25rem;
|
4773
|
-
margin-bottom:0.25rem
|
4774
|
-
}
|
4775
|
-
|
4776
|
-
tags.tagify span.tagify__input:after {
|
4777
|
-
/* The loader is not centered by default. This will make it look better. */
|
4778
|
-
margin-top: 0.25rem;
|
4779
|
-
}
|
4780
|
-
|
4781
|
-
tag.tagify__tag{
|
4782
|
-
margin-top:0.25rem;
|
4783
|
-
margin-bottom:0.25rem;
|
4784
|
-
margin-bottom:0px;
|
4785
|
-
font-size:0.875rem;
|
4786
|
-
line-height:1.25rem
|
4787
|
-
}
|
4788
|
-
|
4789
|
-
/* When the tags field is used to select just one value there's a weird ZeroWidthSpace (\u200B) character that breaks the vertical spacing. */
|
4790
|
-
|
4791
|
-
[data-tags-field-mode-value="select"] tags.tagify {
|
4792
|
-
height: 40px;
|
4793
|
-
}
|
4794
|
-
|
4795
4697
|
.spinner {
|
4796
4698
|
width: 16px;
|
4797
4699
|
height: 16px;
|
@@ -5744,6 +5646,11 @@ progress[value]::-moz-progress-bar{
|
|
5744
5646
|
background-color:rgb(var(--color-primary-500))
|
5745
5647
|
}
|
5746
5648
|
|
5649
|
+
/*
|
5650
|
+
Trix 1.3.1
|
5651
|
+
Copyright © 2020 Basecamp, LLC
|
5652
|
+
http://trix-editor.org/*/
|
5653
|
+
|
5747
5654
|
trix-editor {
|
5748
5655
|
border: 1px solid #bbb;
|
5749
5656
|
border-radius: 3px;
|
@@ -5777,7 +5684,7 @@ trix-toolbar .trix-button-group:not(:first-child) {
|
|
5777
5684
|
margin-left: 1.5vw;
|
5778
5685
|
}
|
5779
5686
|
|
5780
|
-
@media (max-width: 768px) {
|
5687
|
+
@media (max-device-width: 768px) {
|
5781
5688
|
trix-toolbar .trix-button-group:not(:first-child) {
|
5782
5689
|
margin-left: 0;
|
5783
5690
|
}
|
@@ -5787,7 +5694,7 @@ trix-toolbar .trix-button-group-spacer {
|
|
5787
5694
|
flex-grow: 1;
|
5788
5695
|
}
|
5789
5696
|
|
5790
|
-
@media (max-width: 768px) {
|
5697
|
+
@media (max-device-width: 768px) {
|
5791
5698
|
trix-toolbar .trix-button-group-spacer {
|
5792
5699
|
display: none;
|
5793
5700
|
}
|
@@ -5826,7 +5733,7 @@ trix-toolbar .trix-button:disabled {
|
|
5826
5733
|
color: rgba(0, 0, 0, 0.125);
|
5827
5734
|
}
|
5828
5735
|
|
5829
|
-
@media (max-width: 768px) {
|
5736
|
+
@media (max-device-width: 768px) {
|
5830
5737
|
trix-toolbar .trix-button {
|
5831
5738
|
letter-spacing: -0.01em;
|
5832
5739
|
padding: 0 0.3em;
|
@@ -5841,7 +5748,7 @@ trix-toolbar .trix-button--icon {
|
|
5841
5748
|
text-indent: -9999px;
|
5842
5749
|
}
|
5843
5750
|
|
5844
|
-
@media (max-width: 768px) {
|
5751
|
+
@media (max-device-width: 768px) {
|
5845
5752
|
trix-toolbar .trix-button--icon {
|
5846
5753
|
height: 2em;
|
5847
5754
|
max-width: calc(0.8em + 3.5vw);
|
@@ -5862,7 +5769,7 @@ trix-toolbar .trix-button--icon::before {
|
|
5862
5769
|
background-size: contain;
|
5863
5770
|
}
|
5864
5771
|
|
5865
|
-
@media (max-width: 768px) {
|
5772
|
+
@media (max-device-width: 768px) {
|
5866
5773
|
trix-toolbar .trix-button--icon::before {
|
5867
5774
|
right: 6%;
|
5868
5775
|
left: 6%;
|
@@ -5878,61 +5785,61 @@ trix-toolbar .trix-button--icon:disabled::before {
|
|
5878
5785
|
}
|
5879
5786
|
|
5880
5787
|
trix-toolbar .trix-button--icon-attach::before {
|
5881
|
-
background-image: url(
|
5788
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
|
5882
5789
|
top: 8%;
|
5883
5790
|
bottom: 4%;
|
5884
5791
|
}
|
5885
5792
|
|
5886
5793
|
trix-toolbar .trix-button--icon-bold::before {
|
5887
|
-
background-image: url(
|
5794
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E);
|
5888
5795
|
}
|
5889
5796
|
|
5890
5797
|
trix-toolbar .trix-button--icon-italic::before {
|
5891
|
-
background-image: url(
|
5798
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E);
|
5892
5799
|
}
|
5893
5800
|
|
5894
5801
|
trix-toolbar .trix-button--icon-link::before {
|
5895
|
-
background-image: url(
|
5802
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E);
|
5896
5803
|
}
|
5897
5804
|
|
5898
5805
|
trix-toolbar .trix-button--icon-strike::before {
|
5899
|
-
background-image: url(
|
5806
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E);
|
5900
5807
|
}
|
5901
5808
|
|
5902
5809
|
trix-toolbar .trix-button--icon-quote::before {
|
5903
|
-
background-image: url(
|
5810
|
+
background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E);
|
5904
5811
|
}
|
5905
5812
|
|
5906
5813
|
trix-toolbar .trix-button--icon-heading-1::before {
|
5907
|
-
background-image: url(
|
5814
|
+
background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E);
|
5908
5815
|
}
|
5909
5816
|
|
5910
5817
|
trix-toolbar .trix-button--icon-code::before {
|
5911
|
-
background-image: url(
|
5818
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E);
|
5912
5819
|
}
|
5913
5820
|
|
5914
5821
|
trix-toolbar .trix-button--icon-bullet-list::before {
|
5915
|
-
background-image: url(
|
5822
|
+
background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E);
|
5916
5823
|
}
|
5917
5824
|
|
5918
5825
|
trix-toolbar .trix-button--icon-number-list::before {
|
5919
|
-
background-image: url(
|
5826
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E);
|
5920
5827
|
}
|
5921
5828
|
|
5922
5829
|
trix-toolbar .trix-button--icon-undo::before {
|
5923
|
-
background-image: url(
|
5830
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E);
|
5924
5831
|
}
|
5925
5832
|
|
5926
5833
|
trix-toolbar .trix-button--icon-redo::before {
|
5927
|
-
background-image: url(
|
5834
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E);
|
5928
5835
|
}
|
5929
5836
|
|
5930
5837
|
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
|
5931
|
-
background-image: url(
|
5838
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
|
5932
5839
|
}
|
5933
5840
|
|
5934
5841
|
trix-toolbar .trix-button--icon-increase-nesting-level::before {
|
5935
|
-
background-image: url(
|
5842
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
|
5936
5843
|
}
|
5937
5844
|
|
5938
5845
|
trix-toolbar .trix-dialogs {
|
@@ -6006,7 +5913,7 @@ trix-editor [data-trix-mutable] ::selection {
|
|
6006
5913
|
background: none;
|
6007
5914
|
}
|
6008
5915
|
|
6009
|
-
trix-editor
|
5916
|
+
trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
|
6010
5917
|
background: highlight;
|
6011
5918
|
}
|
6012
5919
|
|
@@ -6125,7 +6032,7 @@ trix-editor .trix-button--remove::before {
|
|
6125
6032
|
left: 0;
|
6126
6033
|
opacity: 0.7;
|
6127
6034
|
content: "";
|
6128
|
-
background-image: url(
|
6035
|
+
background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
|
6129
6036
|
background-position: center;
|
6130
6037
|
background-repeat: no-repeat;
|
6131
6038
|
background-size: 90%;
|
@@ -6245,7 +6152,7 @@ trix-editor .attachment__metadata .attachment__size {
|
|
6245
6152
|
}
|
6246
6153
|
|
6247
6154
|
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
|
6248
|
-
content: '
|
6155
|
+
content: ' · ';
|
6249
6156
|
}
|
6250
6157
|
|
6251
6158
|
.trix-content .attachment--preview {
|
@@ -6357,18 +6264,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6357
6264
|
}
|
6358
6265
|
}
|
6359
6266
|
|
6360
|
-
.sr-only{
|
6361
|
-
position:absolute;
|
6362
|
-
width:1px;
|
6363
|
-
height:1px;
|
6364
|
-
padding:0;
|
6365
|
-
margin:-1px;
|
6366
|
-
overflow:hidden;
|
6367
|
-
clip:rect(0, 0, 0, 0);
|
6368
|
-
white-space:nowrap;
|
6369
|
-
border-width:0
|
6370
|
-
}
|
6371
|
-
|
6372
6267
|
.pointer-events-none{
|
6373
6268
|
pointer-events:none
|
6374
6269
|
}
|
@@ -6415,18 +6310,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6415
6310
|
left:0px
|
6416
6311
|
}
|
6417
6312
|
|
6418
|
-
.top-auto{
|
6419
|
-
top:auto
|
6420
|
-
}
|
6421
|
-
|
6422
|
-
.-bottom-1\.5{
|
6423
|
-
bottom:-0.375rem
|
6424
|
-
}
|
6425
|
-
|
6426
|
-
.-bottom-1{
|
6427
|
-
bottom:-0.25rem
|
6428
|
-
}
|
6429
|
-
|
6430
6313
|
.left-0{
|
6431
6314
|
left:0px
|
6432
6315
|
}
|
@@ -6443,28 +6326,24 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6443
6326
|
bottom:0px
|
6444
6327
|
}
|
6445
6328
|
|
6446
|
-
.
|
6447
|
-
|
6329
|
+
.top-full{
|
6330
|
+
top:100%
|
6448
6331
|
}
|
6449
6332
|
|
6450
|
-
.
|
6451
|
-
|
6452
|
-
}
|
6453
|
-
|
6454
|
-
.top-full{
|
6455
|
-
top:100%
|
6333
|
+
.bottom-full{
|
6334
|
+
bottom:100%
|
6456
6335
|
}
|
6457
6336
|
|
6458
6337
|
.top-\[-1px\]{
|
6459
6338
|
top:-1px
|
6460
6339
|
}
|
6461
6340
|
|
6462
|
-
|
6463
|
-
|
6341
|
+
.right-0{
|
6342
|
+
right:0px
|
6464
6343
|
}
|
6465
6344
|
|
6466
|
-
|
6467
|
-
|
6345
|
+
.-top-\[0\.1rem\]{
|
6346
|
+
top:-0.1rem
|
6468
6347
|
}
|
6469
6348
|
|
6470
6349
|
.z-10{
|
@@ -6495,30 +6374,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6495
6374
|
z-index:30
|
6496
6375
|
}
|
6497
6376
|
|
6498
|
-
.order-last{
|
6499
|
-
order:9999
|
6500
|
-
}
|
6501
|
-
|
6502
|
-
.order-first{
|
6503
|
-
order:-9999
|
6504
|
-
}
|
6505
|
-
|
6506
|
-
.col-span-1{
|
6507
|
-
grid-column:span 1 / span 1
|
6508
|
-
}
|
6509
|
-
|
6510
|
-
.col-span-2{
|
6511
|
-
grid-column:span 2 / span 2
|
6512
|
-
}
|
6513
|
-
|
6514
|
-
.col-span-full{
|
6515
|
-
grid-column:1 / -1
|
6516
|
-
}
|
6517
|
-
|
6518
|
-
.col-span-4{
|
6519
|
-
grid-column:span 4 / span 4
|
6520
|
-
}
|
6521
|
-
|
6522
6377
|
.float-right{
|
6523
6378
|
float:right
|
6524
6379
|
}
|
@@ -6531,16 +6386,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6531
6386
|
margin:0px
|
6532
6387
|
}
|
6533
6388
|
|
6534
|
-
.-mx-1\.5{
|
6535
|
-
margin-left:-0.375rem;
|
6536
|
-
margin-right:-0.375rem
|
6537
|
-
}
|
6538
|
-
|
6539
|
-
.-mx-1{
|
6540
|
-
margin-left:-0.25rem;
|
6541
|
-
margin-right:-0.25rem
|
6542
|
-
}
|
6543
|
-
|
6544
6389
|
.mx-3{
|
6545
6390
|
margin-left:0.75rem;
|
6546
6391
|
margin-right:0.75rem
|
@@ -6556,6 +6401,11 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6556
6401
|
margin-right:-1.5rem
|
6557
6402
|
}
|
6558
6403
|
|
6404
|
+
.-mx-2{
|
6405
|
+
margin-left:-0.5rem;
|
6406
|
+
margin-right:-0.5rem
|
6407
|
+
}
|
6408
|
+
|
6559
6409
|
.my-6{
|
6560
6410
|
margin-top:1.5rem;
|
6561
6411
|
margin-bottom:1.5rem
|
@@ -6581,11 +6431,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6581
6431
|
margin-bottom:0px
|
6582
6432
|
}
|
6583
6433
|
|
6584
|
-
.-mx-2{
|
6585
|
-
margin-left:-0.5rem;
|
6586
|
-
margin-right:-0.5rem
|
6587
|
-
}
|
6588
|
-
|
6589
6434
|
.-my-2{
|
6590
6435
|
margin-top:-0.5rem;
|
6591
6436
|
margin-bottom:-0.5rem
|
@@ -6596,6 +6441,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6596
6441
|
margin-right:1.5rem
|
6597
6442
|
}
|
6598
6443
|
|
6444
|
+
.mt-4{
|
6445
|
+
margin-top:1rem
|
6446
|
+
}
|
6447
|
+
|
6599
6448
|
.mt-3{
|
6600
6449
|
margin-top:0.75rem
|
6601
6450
|
}
|
@@ -6616,18 +6465,18 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6616
6465
|
margin-bottom:0px
|
6617
6466
|
}
|
6618
6467
|
|
6619
|
-
|
6620
|
-
margin-top
|
6621
|
-
}
|
6622
|
-
|
6623
|
-
.mt-2{
|
6624
|
-
margin-top:0.5rem
|
6468
|
+
.-mt-1{
|
6469
|
+
margin-top:-0.25rem
|
6625
6470
|
}
|
6626
6471
|
|
6627
6472
|
.mt-1{
|
6628
6473
|
margin-top:0.25rem
|
6629
6474
|
}
|
6630
6475
|
|
6476
|
+
.mt-2{
|
6477
|
+
margin-top:0.5rem
|
6478
|
+
}
|
6479
|
+
|
6631
6480
|
.mb-4{
|
6632
6481
|
margin-bottom:1rem
|
6633
6482
|
}
|
@@ -6636,10 +6485,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6636
6485
|
margin-right:0.25rem
|
6637
6486
|
}
|
6638
6487
|
|
6639
|
-
.mr-4{
|
6640
|
-
margin-right:1rem
|
6641
|
-
}
|
6642
|
-
|
6643
6488
|
.ml-1{
|
6644
6489
|
margin-left:0.25rem
|
6645
6490
|
}
|
@@ -6648,6 +6493,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6648
6493
|
margin-left:8.333333%
|
6649
6494
|
}
|
6650
6495
|
|
6496
|
+
.mb-2{
|
6497
|
+
margin-bottom:0.5rem
|
6498
|
+
}
|
6499
|
+
|
6651
6500
|
.ml-3{
|
6652
6501
|
margin-left:0.75rem
|
6653
6502
|
}
|
@@ -6656,16 +6505,16 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6656
6505
|
margin-left:1rem
|
6657
6506
|
}
|
6658
6507
|
|
6659
|
-
.
|
6660
|
-
margin-
|
6508
|
+
.mr-4{
|
6509
|
+
margin-right:1rem
|
6661
6510
|
}
|
6662
6511
|
|
6663
|
-
.-
|
6664
|
-
margin-
|
6512
|
+
.-ml-4{
|
6513
|
+
margin-left:-1rem
|
6665
6514
|
}
|
6666
6515
|
|
6667
|
-
|
6668
|
-
margin-
|
6516
|
+
.-mt-12{
|
6517
|
+
margin-top:-3rem
|
6669
6518
|
}
|
6670
6519
|
|
6671
6520
|
.ml-10{
|
@@ -6712,14 +6561,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6712
6561
|
margin-top:3rem
|
6713
6562
|
}
|
6714
6563
|
|
6715
|
-
.mr-px{
|
6716
|
-
margin-right:1px
|
6717
|
-
}
|
6718
|
-
|
6719
|
-
.-mt-2{
|
6720
|
-
margin-top:-0.5rem
|
6721
|
-
}
|
6722
|
-
|
6723
6564
|
.ml-px{
|
6724
6565
|
margin-left:1px
|
6725
6566
|
}
|
@@ -6728,10 +6569,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6728
6569
|
margin-bottom:0.25rem
|
6729
6570
|
}
|
6730
6571
|
|
6731
|
-
.-mt-9{
|
6732
|
-
margin-top:-2.25rem
|
6733
|
-
}
|
6734
|
-
|
6735
6572
|
.block{
|
6736
6573
|
display:block
|
6737
6574
|
}
|
@@ -6768,32 +6605,8 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6768
6605
|
aspect-ratio:1 / 1
|
6769
6606
|
}
|
6770
6607
|
|
6771
|
-
.
|
6772
|
-
|
6773
|
-
}
|
6774
|
-
|
6775
|
-
.h-36{
|
6776
|
-
height:9rem
|
6777
|
-
}
|
6778
|
-
|
6779
|
-
.h-72{
|
6780
|
-
height:18rem
|
6781
|
-
}
|
6782
|
-
|
6783
|
-
.h-\[27rem\]{
|
6784
|
-
height:27rem
|
6785
|
-
}
|
6786
|
-
|
6787
|
-
.h-\[36rem\]{
|
6788
|
-
height:36rem
|
6789
|
-
}
|
6790
|
-
|
6791
|
-
.h-\[45rem\]{
|
6792
|
-
height:45rem
|
6793
|
-
}
|
6794
|
-
|
6795
|
-
.h-\[54rem\]{
|
6796
|
-
height:54rem
|
6608
|
+
.h-6{
|
6609
|
+
height:1.5rem
|
6797
6610
|
}
|
6798
6611
|
|
6799
6612
|
.h-5{
|
@@ -6816,10 +6629,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6816
6629
|
height:13rem
|
6817
6630
|
}
|
6818
6631
|
|
6819
|
-
.h-6{
|
6820
|
-
height:1.5rem
|
6821
|
-
}
|
6822
|
-
|
6823
6632
|
.h-16{
|
6824
6633
|
height:4rem
|
6825
6634
|
}
|
@@ -6852,12 +6661,12 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6852
6661
|
height:2.25rem
|
6853
6662
|
}
|
6854
6663
|
|
6855
|
-
.max-h
|
6856
|
-
max-height:
|
6664
|
+
.max-h-\[42rem\]{
|
6665
|
+
max-height:42rem
|
6857
6666
|
}
|
6858
6667
|
|
6859
|
-
.max-h-
|
6860
|
-
max-height:
|
6668
|
+
.max-h-full{
|
6669
|
+
max-height:100%
|
6861
6670
|
}
|
6862
6671
|
|
6863
6672
|
.min-h-24{
|
@@ -6928,6 +6737,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6928
6737
|
width:4rem
|
6929
6738
|
}
|
6930
6739
|
|
6740
|
+
.w-2\/3{
|
6741
|
+
width:66.666667%
|
6742
|
+
}
|
6743
|
+
|
6931
6744
|
.w-64{
|
6932
6745
|
width:16rem
|
6933
6746
|
}
|
@@ -6968,20 +6781,16 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6968
6781
|
min-width:6rem
|
6969
6782
|
}
|
6970
6783
|
|
6971
|
-
.max-w-168{
|
6972
|
-
max-width:42rem
|
6973
|
-
}
|
6974
|
-
|
6975
6784
|
.max-w-full{
|
6976
6785
|
max-width:100%
|
6977
6786
|
}
|
6978
6787
|
|
6979
|
-
.max-w-
|
6980
|
-
max-width:
|
6788
|
+
.max-w-168{
|
6789
|
+
max-width:42rem
|
6981
6790
|
}
|
6982
6791
|
|
6983
|
-
.max-w-
|
6984
|
-
max-width:
|
6792
|
+
.max-w-lg{
|
6793
|
+
max-width:32rem
|
6985
6794
|
}
|
6986
6795
|
|
6987
6796
|
.flex-1{
|
@@ -6992,15 +6801,11 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6992
6801
|
flex-shrink:0
|
6993
6802
|
}
|
6994
6803
|
|
6995
|
-
.shrink-0{
|
6996
|
-
flex-shrink:0
|
6997
|
-
}
|
6998
|
-
|
6999
6804
|
.flex-grow-0{
|
7000
6805
|
flex-grow:0
|
7001
6806
|
}
|
7002
6807
|
|
7003
|
-
.grow{
|
6808
|
+
.flex-grow{
|
7004
6809
|
flex-grow:1
|
7005
6810
|
}
|
7006
6811
|
|
@@ -7014,6 +6819,16 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7014
6819
|
transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
|
7015
6820
|
}
|
7016
6821
|
|
6822
|
+
.-translate-y-1{
|
6823
|
+
--tw-translate-y:-0.25rem;
|
6824
|
+
transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
|
6825
|
+
}
|
6826
|
+
|
6827
|
+
.translate-y-0{
|
6828
|
+
--tw-translate-y:0px;
|
6829
|
+
transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
|
6830
|
+
}
|
6831
|
+
|
7017
6832
|
.-translate-x-full{
|
7018
6833
|
--tw-translate-x:-100%;
|
7019
6834
|
transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
|
@@ -7029,6 +6844,11 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7029
6844
|
transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
|
7030
6845
|
}
|
7031
6846
|
|
6847
|
+
.translate-y-1{
|
6848
|
+
--tw-translate-y:0.25rem;
|
6849
|
+
transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
|
6850
|
+
}
|
6851
|
+
|
7032
6852
|
.rotate-90{
|
7033
6853
|
--tw-rotate:90deg;
|
7034
6854
|
transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
|
@@ -7051,30 +6871,17 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7051
6871
|
}
|
7052
6872
|
|
7053
6873
|
.appearance-none{
|
7054
|
-
|
7055
|
-
appearance:none
|
7056
|
-
}
|
7057
|
-
|
7058
|
-
.auto-cols-fr{
|
7059
|
-
grid-auto-columns:minmax(0, 1fr)
|
6874
|
+
appearance:none
|
7060
6875
|
}
|
7061
6876
|
|
7062
|
-
.grid-
|
7063
|
-
grid-
|
6877
|
+
.grid-cols-2{
|
6878
|
+
grid-template-columns:repeat(2, minmax(0, 1fr))
|
7064
6879
|
}
|
7065
6880
|
|
7066
6881
|
.grid-cols-1{
|
7067
6882
|
grid-template-columns:repeat(1, minmax(0, 1fr))
|
7068
6883
|
}
|
7069
6884
|
|
7070
|
-
.grid-cols-6{
|
7071
|
-
grid-template-columns:repeat(6, minmax(0, 1fr))
|
7072
|
-
}
|
7073
|
-
|
7074
|
-
.grid-rows-1{
|
7075
|
-
grid-template-rows:repeat(1, minmax(0, 1fr))
|
7076
|
-
}
|
7077
|
-
|
7078
6885
|
.flex-row{
|
7079
6886
|
flex-direction:row
|
7080
6887
|
}
|
@@ -7131,32 +6938,30 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7131
6938
|
justify-content:space-between
|
7132
6939
|
}
|
7133
6940
|
|
7134
|
-
.justify-around{
|
7135
|
-
justify-content:space-around
|
7136
|
-
}
|
7137
|
-
|
7138
6941
|
.justify-evenly{
|
7139
6942
|
justify-content:space-evenly
|
7140
6943
|
}
|
7141
6944
|
|
7142
|
-
.gap-4{
|
7143
|
-
gap:1rem
|
7144
|
-
}
|
7145
|
-
|
7146
6945
|
.gap-2{
|
7147
6946
|
gap:0.5rem
|
7148
6947
|
}
|
7149
6948
|
|
7150
|
-
.gap-
|
7151
|
-
gap:
|
6949
|
+
.gap-4{
|
6950
|
+
gap:1rem
|
7152
6951
|
}
|
7153
6952
|
|
7154
6953
|
.gap-6{
|
7155
6954
|
gap:1.5rem
|
7156
6955
|
}
|
7157
6956
|
|
7158
|
-
.gap-
|
7159
|
-
gap:0.
|
6957
|
+
.gap-3{
|
6958
|
+
gap:0.75rem
|
6959
|
+
}
|
6960
|
+
|
6961
|
+
.space-y-4 > :not([hidden]) ~ :not([hidden]){
|
6962
|
+
--tw-space-y-reverse:0;
|
6963
|
+
margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
6964
|
+
margin-bottom:calc(1rem * var(--tw-space-y-reverse))
|
7160
6965
|
}
|
7161
6966
|
|
7162
6967
|
.space-y-2 > :not([hidden]) ~ :not([hidden]){
|
@@ -7165,10 +6970,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7165
6970
|
margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))
|
7166
6971
|
}
|
7167
6972
|
|
7168
|
-
.space-y-
|
6973
|
+
.space-y-8 > :not([hidden]) ~ :not([hidden]){
|
7169
6974
|
--tw-space-y-reverse:0;
|
7170
|
-
margin-top:calc(
|
7171
|
-
margin-bottom:calc(
|
6975
|
+
margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
|
6976
|
+
margin-bottom:calc(2rem * var(--tw-space-y-reverse))
|
7172
6977
|
}
|
7173
6978
|
|
7174
6979
|
.space-x-2 > :not([hidden]) ~ :not([hidden]){
|
@@ -7195,12 +7000,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7195
7000
|
margin-left:calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))
|
7196
7001
|
}
|
7197
7002
|
|
7198
|
-
.space-y-8 > :not([hidden]) ~ :not([hidden]){
|
7199
|
-
--tw-space-y-reverse:0;
|
7200
|
-
margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
|
7201
|
-
margin-bottom:calc(2rem * var(--tw-space-y-reverse))
|
7202
|
-
}
|
7203
|
-
|
7204
7003
|
.space-y-12 > :not([hidden]) ~ :not([hidden]){
|
7205
7004
|
--tw-space-y-reverse:0;
|
7206
7005
|
margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));
|
@@ -7219,12 +7018,23 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7219
7018
|
margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
|
7220
7019
|
}
|
7221
7020
|
|
7021
|
+
.space-y-3 > :not([hidden]) ~ :not([hidden]){
|
7022
|
+
--tw-space-y-reverse:0;
|
7023
|
+
margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
|
7024
|
+
margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))
|
7025
|
+
}
|
7026
|
+
|
7222
7027
|
.divide-y > :not([hidden]) ~ :not([hidden]){
|
7223
7028
|
--tw-divide-y-reverse:0;
|
7224
7029
|
border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
7225
7030
|
border-bottom-width:calc(1px * var(--tw-divide-y-reverse))
|
7226
7031
|
}
|
7227
7032
|
|
7033
|
+
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
|
7034
|
+
--tw-divide-opacity:1;
|
7035
|
+
border-color:rgb(200 203 208 / var(--tw-divide-opacity))
|
7036
|
+
}
|
7037
|
+
|
7228
7038
|
.divide-gray-300 > :not([hidden]) ~ :not([hidden]){
|
7229
7039
|
--tw-divide-opacity:1;
|
7230
7040
|
border-color:rgb(172 177 185 / var(--tw-divide-opacity))
|
@@ -7318,6 +7128,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7318
7128
|
border-width:1px
|
7319
7129
|
}
|
7320
7130
|
|
7131
|
+
.border-t{
|
7132
|
+
border-top-width:1px
|
7133
|
+
}
|
7134
|
+
|
7321
7135
|
.border-b-2{
|
7322
7136
|
border-bottom-width:2px
|
7323
7137
|
}
|
@@ -7342,10 +7156,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7342
7156
|
border-top-width:0px
|
7343
7157
|
}
|
7344
7158
|
|
7345
|
-
.border-t{
|
7346
|
-
border-top-width:1px
|
7347
|
-
}
|
7348
|
-
|
7349
7159
|
.border-l{
|
7350
7160
|
border-left-width:1px
|
7351
7161
|
}
|
@@ -7640,6 +7450,11 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7640
7450
|
background-color:rgb(220 38 38 / var(--tw-bg-opacity))
|
7641
7451
|
}
|
7642
7452
|
|
7453
|
+
.bg-gray-50{
|
7454
|
+
--tw-bg-opacity:1;
|
7455
|
+
background-color:rgb(241 242 243 / var(--tw-bg-opacity))
|
7456
|
+
}
|
7457
|
+
|
7643
7458
|
.bg-white{
|
7644
7459
|
--tw-bg-opacity:1;
|
7645
7460
|
background-color:rgb(255 255 255 / var(--tw-bg-opacity))
|
@@ -7650,10 +7465,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7650
7465
|
background-color:rgb(246 246 247 / var(--tw-bg-opacity))
|
7651
7466
|
}
|
7652
7467
|
|
7653
|
-
.bg-application{
|
7654
|
-
background-color:rgb(var(--color-application-background))
|
7655
|
-
}
|
7656
|
-
|
7657
7468
|
.bg-orange-700{
|
7658
7469
|
--tw-bg-opacity:1;
|
7659
7470
|
background-color:rgb(194 65 12 / var(--tw-bg-opacity))
|
@@ -7669,6 +7480,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7669
7480
|
background-color:rgb(21 128 61 / var(--tw-bg-opacity))
|
7670
7481
|
}
|
7671
7482
|
|
7483
|
+
.bg-application{
|
7484
|
+
background-color:rgb(var(--color-application-background))
|
7485
|
+
}
|
7486
|
+
|
7672
7487
|
.bg-red-400{
|
7673
7488
|
--tw-bg-opacity:1;
|
7674
7489
|
background-color:rgb(248 113 113 / var(--tw-bg-opacity))
|
@@ -7689,13 +7504,13 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7689
7504
|
background-color:rgb(47 50 55 / var(--tw-bg-opacity))
|
7690
7505
|
}
|
7691
7506
|
|
7692
|
-
.bg-
|
7693
|
-
|
7507
|
+
.bg-green-400{
|
7508
|
+
--tw-bg-opacity:1;
|
7509
|
+
background-color:rgb(74 222 128 / var(--tw-bg-opacity))
|
7694
7510
|
}
|
7695
7511
|
|
7696
|
-
.bg-
|
7697
|
-
--
|
7698
|
-
background-color:rgb(241 242 243 / var(--tw-bg-opacity))
|
7512
|
+
.bg-primary-100{
|
7513
|
+
background-color:rgb(var(--color-primary-100))
|
7699
7514
|
}
|
7700
7515
|
|
7701
7516
|
.bg-gray-700{
|
@@ -7708,11 +7523,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7708
7523
|
background-color:rgb(94 100 110 / var(--tw-bg-opacity))
|
7709
7524
|
}
|
7710
7525
|
|
7711
|
-
.bg-slate-100{
|
7712
|
-
--tw-bg-opacity:1;
|
7713
|
-
background-color:rgb(241 245 249 / var(--tw-bg-opacity))
|
7714
|
-
}
|
7715
|
-
|
7716
7526
|
.bg-opacity-25{
|
7717
7527
|
--tw-bg-opacity:0.25
|
7718
7528
|
}
|
@@ -7737,24 +7547,20 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7737
7547
|
object-fit:cover
|
7738
7548
|
}
|
7739
7549
|
|
7740
|
-
.p-2{
|
7741
|
-
padding:0.5rem
|
7742
|
-
}
|
7743
|
-
|
7744
7550
|
.p-4{
|
7745
7551
|
padding:1rem
|
7746
7552
|
}
|
7747
7553
|
|
7748
|
-
.p-6{
|
7749
|
-
padding:1.5rem
|
7750
|
-
}
|
7751
|
-
|
7752
7554
|
.p-1{
|
7753
7555
|
padding:0.25rem
|
7754
7556
|
}
|
7755
7557
|
|
7756
|
-
.p-
|
7757
|
-
padding:0.
|
7558
|
+
.p-2{
|
7559
|
+
padding:0.5rem
|
7560
|
+
}
|
7561
|
+
|
7562
|
+
.p-6{
|
7563
|
+
padding:1.5rem
|
7758
7564
|
}
|
7759
7565
|
|
7760
7566
|
.px-1{
|
@@ -7767,9 +7573,14 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7767
7573
|
padding-bottom:1px
|
7768
7574
|
}
|
7769
7575
|
|
7770
|
-
.
|
7771
|
-
padding-
|
7772
|
-
padding-
|
7576
|
+
.py-6{
|
7577
|
+
padding-top:1.5rem;
|
7578
|
+
padding-bottom:1.5rem
|
7579
|
+
}
|
7580
|
+
|
7581
|
+
.px-6{
|
7582
|
+
padding-left:1.5rem;
|
7583
|
+
padding-right:1.5rem
|
7773
7584
|
}
|
7774
7585
|
|
7775
7586
|
.py-1{
|
@@ -7807,24 +7618,9 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7807
7618
|
padding-bottom:1rem
|
7808
7619
|
}
|
7809
7620
|
|
7810
|
-
.
|
7811
|
-
padding-
|
7812
|
-
padding-
|
7813
|
-
}
|
7814
|
-
|
7815
|
-
.px-6{
|
7816
|
-
padding-left:1.5rem;
|
7817
|
-
padding-right:1.5rem
|
7818
|
-
}
|
7819
|
-
|
7820
|
-
.py-0\.5{
|
7821
|
-
padding-top:0.125rem;
|
7822
|
-
padding-bottom:0.125rem
|
7823
|
-
}
|
7824
|
-
|
7825
|
-
.px-1\.5{
|
7826
|
-
padding-left:0.375rem;
|
7827
|
-
padding-right:0.375rem
|
7621
|
+
.px-2{
|
7622
|
+
padding-left:0.5rem;
|
7623
|
+
padding-right:0.5rem
|
7828
7624
|
}
|
7829
7625
|
|
7830
7626
|
.py-0{
|
@@ -7857,14 +7653,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7857
7653
|
padding-bottom:2rem
|
7858
7654
|
}
|
7859
7655
|
|
7860
|
-
.pt-4{
|
7861
|
-
padding-top:1rem
|
7862
|
-
}
|
7863
|
-
|
7864
|
-
.pb-8{
|
7865
|
-
padding-bottom:2rem
|
7866
|
-
}
|
7867
|
-
|
7868
7656
|
.pb-6{
|
7869
7657
|
padding-bottom:1.5rem
|
7870
7658
|
}
|
@@ -7893,6 +7681,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7893
7681
|
padding-top:0px
|
7894
7682
|
}
|
7895
7683
|
|
7684
|
+
.pt-4{
|
7685
|
+
padding-top:1rem
|
7686
|
+
}
|
7687
|
+
|
7896
7688
|
.pb-4{
|
7897
7689
|
padding-bottom:1rem
|
7898
7690
|
}
|
@@ -7937,10 +7729,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7937
7729
|
text-align:right
|
7938
7730
|
}
|
7939
7731
|
|
7940
|
-
.font-sans{
|
7941
|
-
font-family:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
|
7942
|
-
}
|
7943
|
-
|
7944
7732
|
.text-sm{
|
7945
7733
|
font-size:0.875rem;
|
7946
7734
|
line-height:1.25rem
|
@@ -7966,33 +7754,19 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7966
7754
|
line-height:1rem
|
7967
7755
|
}
|
7968
7756
|
|
7969
|
-
.text-3xl{
|
7970
|
-
font-size:1.875rem;
|
7971
|
-
line-height:2.25rem
|
7972
|
-
}
|
7973
|
-
|
7974
|
-
.text-5xl{
|
7975
|
-
font-size:3rem;
|
7976
|
-
line-height:1
|
7977
|
-
}
|
7978
|
-
|
7979
7757
|
.text-2xl{
|
7980
7758
|
font-size:1.5rem;
|
7981
7759
|
line-height:2rem
|
7982
7760
|
}
|
7983
7761
|
|
7984
|
-
.font-semibold{
|
7985
|
-
font-weight:600
|
7986
|
-
}
|
7987
|
-
|
7988
|
-
.font-normal{
|
7989
|
-
font-weight:400
|
7990
|
-
}
|
7991
|
-
|
7992
7762
|
.font-bold{
|
7993
7763
|
font-weight:700
|
7994
7764
|
}
|
7995
7765
|
|
7766
|
+
.font-semibold{
|
7767
|
+
font-weight:600
|
7768
|
+
}
|
7769
|
+
|
7996
7770
|
.font-medium{
|
7997
7771
|
font-weight:500
|
7998
7772
|
}
|
@@ -8005,6 +7779,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8005
7779
|
text-transform:capitalize
|
8006
7780
|
}
|
8007
7781
|
|
7782
|
+
.italic{
|
7783
|
+
font-style:italic
|
7784
|
+
}
|
7785
|
+
|
8008
7786
|
.leading-6{
|
8009
7787
|
line-height:1.5rem
|
8010
7788
|
}
|
@@ -8013,14 +7791,14 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8013
7791
|
line-height:1.25
|
8014
7792
|
}
|
8015
7793
|
|
8016
|
-
.leading-5{
|
8017
|
-
line-height:1.25rem
|
8018
|
-
}
|
8019
|
-
|
8020
7794
|
.leading-none{
|
8021
7795
|
line-height:1
|
8022
7796
|
}
|
8023
7797
|
|
7798
|
+
.leading-5{
|
7799
|
+
line-height:1.25rem
|
7800
|
+
}
|
7801
|
+
|
8024
7802
|
.tracking-tight{
|
8025
7803
|
letter-spacing:-0.025em
|
8026
7804
|
}
|
@@ -8143,9 +7921,14 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8143
7921
|
color:rgb(var(--color-primary-500))
|
8144
7922
|
}
|
8145
7923
|
|
8146
|
-
.text-
|
7924
|
+
.text-gray-600{
|
8147
7925
|
--tw-text-opacity:1;
|
8148
|
-
color:rgb(
|
7926
|
+
color:rgb(94 100 110 / var(--tw-text-opacity))
|
7927
|
+
}
|
7928
|
+
|
7929
|
+
.\!text-pink-600{
|
7930
|
+
--tw-text-opacity:1 !important;
|
7931
|
+
color:rgb(219 39 119 / var(--tw-text-opacity)) !important
|
8149
7932
|
}
|
8150
7933
|
|
8151
7934
|
.text-gray-700{
|
@@ -8153,9 +7936,9 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8153
7936
|
color:rgb(70 75 83 / var(--tw-text-opacity))
|
8154
7937
|
}
|
8155
7938
|
|
8156
|
-
.text-
|
7939
|
+
.text-white{
|
8157
7940
|
--tw-text-opacity:1;
|
8158
|
-
color:rgb(
|
7941
|
+
color:rgb(255 255 255 / var(--tw-text-opacity))
|
8159
7942
|
}
|
8160
7943
|
|
8161
7944
|
.text-slate-800{
|
@@ -8163,6 +7946,26 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8163
7946
|
color:rgb(30 41 59 / var(--tw-text-opacity))
|
8164
7947
|
}
|
8165
7948
|
|
7949
|
+
.text-gray-800{
|
7950
|
+
--tw-text-opacity:1;
|
7951
|
+
color:rgb(47 50 55 / var(--tw-text-opacity))
|
7952
|
+
}
|
7953
|
+
|
7954
|
+
.text-green-700{
|
7955
|
+
--tw-text-opacity:1;
|
7956
|
+
color:rgb(21 128 61 / var(--tw-text-opacity))
|
7957
|
+
}
|
7958
|
+
|
7959
|
+
.text-orange-700{
|
7960
|
+
--tw-text-opacity:1;
|
7961
|
+
color:rgb(194 65 12 / var(--tw-text-opacity))
|
7962
|
+
}
|
7963
|
+
|
7964
|
+
.text-gray-900{
|
7965
|
+
--tw-text-opacity:1;
|
7966
|
+
color:rgb(23 25 28 / var(--tw-text-opacity))
|
7967
|
+
}
|
7968
|
+
|
8166
7969
|
.text-red-600{
|
8167
7970
|
--tw-text-opacity:1;
|
8168
7971
|
color:rgb(220 38 38 / var(--tw-text-opacity))
|
@@ -8193,19 +7996,14 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8193
7996
|
color:rgb(51 65 85 / var(--tw-text-opacity))
|
8194
7997
|
}
|
8195
7998
|
|
8196
|
-
.text-gray-800{
|
8197
|
-
--tw-text-opacity:1;
|
8198
|
-
color:rgb(47 50 55 / var(--tw-text-opacity))
|
8199
|
-
}
|
8200
|
-
|
8201
7999
|
.text-green-600{
|
8202
8000
|
--tw-text-opacity:1;
|
8203
8001
|
color:rgb(22 163 74 / var(--tw-text-opacity))
|
8204
8002
|
}
|
8205
8003
|
|
8206
|
-
.
|
8207
|
-
-webkit-text-decoration-line:
|
8208
|
-
text-decoration-line:
|
8004
|
+
.underline{
|
8005
|
+
-webkit-text-decoration-line:underline;
|
8006
|
+
text-decoration-line:underline
|
8209
8007
|
}
|
8210
8008
|
|
8211
8009
|
.opacity-75{
|
@@ -8230,6 +8028,12 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8230
8028
|
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
8231
8029
|
}
|
8232
8030
|
|
8031
|
+
.shadow-sm{
|
8032
|
+
--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);
|
8033
|
+
--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);
|
8034
|
+
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
8035
|
+
}
|
8036
|
+
|
8233
8037
|
.shadow-panel{
|
8234
8038
|
--tw-shadow:0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
|
8235
8039
|
--tw-shadow-colored:0px 4px 8px var(--tw-shadow-color), 0px 0px 2px var(--tw-shadow-color), 0px 0px 1px var(--tw-shadow-color);
|
@@ -8304,10 +8108,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8304
8108
|
transition-duration:75ms
|
8305
8109
|
}
|
8306
8110
|
|
8307
|
-
.ease-in-out{
|
8308
|
-
transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
|
8309
|
-
}
|
8310
|
-
|
8311
8111
|
.ease-out{
|
8312
8112
|
transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
|
8313
8113
|
}
|
@@ -8316,7 +8116,12 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8316
8116
|
transition-timing-function:cubic-bezier(0.4, 0, 1, 1)
|
8317
8117
|
}
|
8318
8118
|
|
8319
|
-
|
8119
|
+
.ease-in-out{
|
8120
|
+
transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
|
8121
|
+
}
|
8122
|
+
|
8123
|
+
html,
|
8124
|
+
body{
|
8320
8125
|
position:relative;
|
8321
8126
|
height:100%;
|
8322
8127
|
-webkit-font-smoothing:antialiased;
|
@@ -8406,10 +8211,6 @@ trix-editor {
|
|
8406
8211
|
background-color:rgb(var(--color-primary-400))
|
8407
8212
|
}
|
8408
8213
|
|
8409
|
-
.focus-within\:border-primary-500:focus-within{
|
8410
|
-
border-color:rgb(var(--color-primary-500))
|
8411
|
-
}
|
8412
|
-
|
8413
8214
|
.hover\:z-\[21\]:hover{
|
8414
8215
|
z-index:21
|
8415
8216
|
}
|
@@ -8765,6 +8566,11 @@ trix-editor {
|
|
8765
8566
|
background-color:rgb(241 242 243 / var(--tw-bg-opacity))
|
8766
8567
|
}
|
8767
8568
|
|
8569
|
+
.hover\:text-gray-600:hover{
|
8570
|
+
--tw-text-opacity:1;
|
8571
|
+
color:rgb(94 100 110 / var(--tw-text-opacity))
|
8572
|
+
}
|
8573
|
+
|
8768
8574
|
.hover\:text-gray-500:hover{
|
8769
8575
|
--tw-text-opacity:1;
|
8770
8576
|
color:rgb(117 125 138 / var(--tw-text-opacity))
|
@@ -8775,11 +8581,6 @@ trix-editor {
|
|
8775
8581
|
color:rgb(255 255 255 / var(--tw-text-opacity))
|
8776
8582
|
}
|
8777
8583
|
|
8778
|
-
.hover\:text-gray-600:hover{
|
8779
|
-
--tw-text-opacity:1;
|
8780
|
-
color:rgb(94 100 110 / var(--tw-text-opacity))
|
8781
|
-
}
|
8782
|
-
|
8783
8584
|
.hover\:opacity-100:hover{
|
8784
8585
|
opacity:1
|
8785
8586
|
}
|
@@ -8795,6 +8596,11 @@ trix-editor {
|
|
8795
8596
|
border-color:rgb(94 100 110 / var(--tw-border-opacity))
|
8796
8597
|
}
|
8797
8598
|
|
8599
|
+
.focus\:border-indigo-500:focus{
|
8600
|
+
--tw-border-opacity:1;
|
8601
|
+
border-color:rgb(99 102 241 / var(--tw-border-opacity))
|
8602
|
+
}
|
8603
|
+
|
8798
8604
|
.focus\:border-gray-300:focus{
|
8799
8605
|
--tw-border-opacity:1;
|
8800
8606
|
border-color:rgb(172 177 185 / var(--tw-border-opacity))
|
@@ -8830,6 +8636,11 @@ trix-editor {
|
|
8830
8636
|
outline-offset:2px
|
8831
8637
|
}
|
8832
8638
|
|
8639
|
+
.focus\:ring-indigo-500:focus{
|
8640
|
+
--tw-ring-opacity:1;
|
8641
|
+
--tw-ring-color:rgb(99 102 241 / var(--tw-ring-opacity))
|
8642
|
+
}
|
8643
|
+
|
8833
8644
|
.focus\:checked\:\!bg-primary-400:checked:focus{
|
8834
8645
|
background-color:rgb(var(--color-primary-400)) !important
|
8835
8646
|
}
|
@@ -9314,10 +9125,6 @@ trix-editor {
|
|
9314
9125
|
outline-width:1px
|
9315
9126
|
}
|
9316
9127
|
|
9317
|
-
.active\:outline-0:active{
|
9318
|
-
outline-width:0px
|
9319
|
-
}
|
9320
|
-
|
9321
9128
|
.active\:outline-slate-600:active{
|
9322
9129
|
outline-color:#475569
|
9323
9130
|
}
|
@@ -9516,6 +9323,11 @@ trix-editor {
|
|
9516
9323
|
background-color:rgb(172 177 185 / var(--tw-bg-opacity))
|
9517
9324
|
}
|
9518
9325
|
|
9326
|
+
.disabled\:bg-gray-100:disabled{
|
9327
|
+
--tw-bg-opacity:1;
|
9328
|
+
background-color:rgb(227 229 232 / var(--tw-bg-opacity))
|
9329
|
+
}
|
9330
|
+
|
9519
9331
|
.disabled\:text-gray-600:disabled{
|
9520
9332
|
--tw-text-opacity:1;
|
9521
9333
|
color:rgb(94 100 110 / var(--tw-text-opacity))
|
@@ -9577,24 +9389,8 @@ trix-editor {
|
|
9577
9389
|
right:0px
|
9578
9390
|
}
|
9579
9391
|
|
9580
|
-
.sm\:
|
9581
|
-
|
9582
|
-
}
|
9583
|
-
|
9584
|
-
.sm\:col-span-2{
|
9585
|
-
grid-column:span 2 / span 2
|
9586
|
-
}
|
9587
|
-
|
9588
|
-
.sm\:col-span-3{
|
9589
|
-
grid-column:span 3 / span 3
|
9590
|
-
}
|
9591
|
-
|
9592
|
-
.sm\:col-span-4{
|
9593
|
-
grid-column:span 4 / span 4
|
9594
|
-
}
|
9595
|
-
|
9596
|
-
.sm\:col-span-5{
|
9597
|
-
grid-column:span 5 / span 5
|
9392
|
+
.sm\:left-0{
|
9393
|
+
left:0px
|
9598
9394
|
}
|
9599
9395
|
|
9600
9396
|
.sm\:col-span-6{
|
@@ -9621,18 +9417,10 @@ trix-editor {
|
|
9621
9417
|
width:auto
|
9622
9418
|
}
|
9623
9419
|
|
9624
|
-
.sm\:w-2\/3{
|
9625
|
-
width:66.666667%
|
9626
|
-
}
|
9627
|
-
|
9628
9420
|
.sm\:w-1\/3{
|
9629
9421
|
width:33.333333%
|
9630
9422
|
}
|
9631
9423
|
|
9632
|
-
.sm\:min-w-\[16rem\]{
|
9633
|
-
min-width:16rem
|
9634
|
-
}
|
9635
|
-
|
9636
9424
|
.sm\:min-w-\[300px\]{
|
9637
9425
|
min-width:300px
|
9638
9426
|
}
|
@@ -9641,26 +9429,6 @@ trix-editor {
|
|
9641
9429
|
max-width:42rem
|
9642
9430
|
}
|
9643
9431
|
|
9644
|
-
.sm\:grid-flow-col{
|
9645
|
-
grid-auto-flow:column
|
9646
|
-
}
|
9647
|
-
|
9648
|
-
.sm\:grid-cols-3{
|
9649
|
-
grid-template-columns:repeat(3, minmax(0, 1fr))
|
9650
|
-
}
|
9651
|
-
|
9652
|
-
.sm\:grid-cols-4{
|
9653
|
-
grid-template-columns:repeat(4, minmax(0, 1fr))
|
9654
|
-
}
|
9655
|
-
|
9656
|
-
.sm\:grid-cols-5{
|
9657
|
-
grid-template-columns:repeat(5, minmax(0, 1fr))
|
9658
|
-
}
|
9659
|
-
|
9660
|
-
.sm\:grid-cols-6{
|
9661
|
-
grid-template-columns:repeat(6, minmax(0, 1fr))
|
9662
|
-
}
|
9663
|
-
|
9664
9432
|
.sm\:grid-cols-2{
|
9665
9433
|
grid-template-columns:repeat(2, minmax(0, 1fr))
|
9666
9434
|
}
|
@@ -9710,9 +9478,18 @@ trix-editor {
|
|
9710
9478
|
.sm\:text-left{
|
9711
9479
|
text-align:left
|
9712
9480
|
}
|
9481
|
+
|
9482
|
+
.sm\:text-sm{
|
9483
|
+
font-size:0.875rem;
|
9484
|
+
line-height:1.25rem
|
9485
|
+
}
|
9713
9486
|
}
|
9714
9487
|
|
9715
9488
|
@media (min-width: 768px){
|
9489
|
+
.md\:h-10{
|
9490
|
+
height:2.5rem
|
9491
|
+
}
|
9492
|
+
|
9716
9493
|
.md\:h-14{
|
9717
9494
|
height:3.5rem
|
9718
9495
|
}
|
@@ -9794,10 +9571,6 @@ trix-editor {
|
|
9794
9571
|
width:50%
|
9795
9572
|
}
|
9796
9573
|
|
9797
|
-
.lg\:w-3\/4{
|
9798
|
-
width:75%
|
9799
|
-
}
|
9800
|
-
|
9801
9574
|
.lg\:grid-cols-3{
|
9802
9575
|
grid-template-columns:repeat(3, minmax(0, 1fr))
|
9803
9576
|
}
|
@@ -9833,13 +9606,9 @@ trix-editor {
|
|
9833
9606
|
padding-right:2rem
|
9834
9607
|
}
|
9835
9608
|
|
9836
|
-
.lg\:px-
|
9837
|
-
padding-left:
|
9838
|
-
padding-right:
|
9839
|
-
}
|
9840
|
-
|
9841
|
-
.lg\:pl-4{
|
9842
|
-
padding-left:1rem
|
9609
|
+
.lg\:px-2{
|
9610
|
+
padding-left:0.5rem;
|
9611
|
+
padding-right:0.5rem
|
9843
9612
|
}
|
9844
9613
|
}
|
9845
9614
|
|
@@ -9848,6 +9617,10 @@ trix-editor {
|
|
9848
9617
|
right:0px
|
9849
9618
|
}
|
9850
9619
|
|
9620
|
+
.xl\:left-0{
|
9621
|
+
left:0px
|
9622
|
+
}
|
9623
|
+
|
9851
9624
|
.xl\:mt-0{
|
9852
9625
|
margin-top:0px
|
9853
9626
|
}
|
@@ -9860,6 +9633,10 @@ trix-editor {
|
|
9860
9633
|
grid-template-columns:repeat(4, minmax(0, 1fr))
|
9861
9634
|
}
|
9862
9635
|
|
9636
|
+
.xl\:grid-cols-3{
|
9637
|
+
grid-template-columns:repeat(3, minmax(0, 1fr))
|
9638
|
+
}
|
9639
|
+
|
9863
9640
|
.xl\:flex-row{
|
9864
9641
|
flex-direction:row
|
9865
9642
|
}
|
@@ -9918,4 +9695,8 @@ trix-editor {
|
|
9918
9695
|
.\32xl\:grid-cols-6{
|
9919
9696
|
grid-template-columns:repeat(6, minmax(0, 1fr))
|
9920
9697
|
}
|
9698
|
+
|
9699
|
+
.\32xl\:grid-cols-4{
|
9700
|
+
grid-template-columns:repeat(4, minmax(0, 1fr))
|
9701
|
+
}
|
9921
9702
|
}
|