neo_components 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/app/assets/icons/academy.svg +3 -0
- data/app/assets/icons/adjustments-horizontal.svg +3 -0
- data/app/assets/icons/adjustments-vertical.svg +3 -0
- data/app/assets/icons/arrow-down-tray.svg +3 -0
- data/app/assets/icons/arrow-left.svg +3 -0
- data/app/assets/icons/arrow-long-down.svg +3 -0
- data/app/assets/icons/arrow-long-right.svg +3 -0
- data/app/assets/icons/arrow-long-up.svg +3 -0
- data/app/assets/icons/arrow-right.svg +3 -0
- data/app/assets/icons/arrow-up-tray.svg +3 -0
- data/app/assets/icons/arrow-uturn-left.svg +3 -0
- data/app/assets/icons/arrow-uturn-right.svg +3 -0
- data/app/assets/icons/assign-user.svg +13 -0
- data/app/assets/icons/at-symbol.svg +3 -0
- data/app/assets/icons/bars-4.svg +3 -0
- data/app/assets/icons/bell.svg +3 -0
- data/app/assets/icons/book.svg +3 -0
- data/app/assets/icons/bookmark.svg +3 -0
- data/app/assets/icons/building-office-2.svg +3 -0
- data/app/assets/icons/calendar.svg +3 -0
- data/app/assets/icons/celebration.svg +15 -0
- data/app/assets/icons/check-badge-solid.svg +3 -0
- data/app/assets/icons/check-circle-solid.svg +3 -0
- data/app/assets/icons/check-circle.svg +3 -0
- data/app/assets/icons/check-list.svg +12 -0
- data/app/assets/icons/check.svg +3 -0
- data/app/assets/icons/chevron-double-right.svg +3 -0
- data/app/assets/icons/chevron-down.svg +3 -0
- data/app/assets/icons/chevron-left.svg +3 -0
- data/app/assets/icons/chevron-right.svg +3 -0
- data/app/assets/icons/chevron-up.svg +3 -0
- data/app/assets/icons/circle-stack.svg +3 -0
- data/app/assets/icons/clipboard-document-check-solid.svg +4 -0
- data/app/assets/icons/clipboard-document-check.svg +3 -0
- data/app/assets/icons/clock.svg +3 -0
- data/app/assets/icons/complete.svg +3 -0
- data/app/assets/icons/course.svg +3 -0
- data/app/assets/icons/device-phone-mobile.svg +3 -0
- data/app/assets/icons/document-arrow-up.svg +4 -0
- data/app/assets/icons/document-text.svg +4 -0
- data/app/assets/icons/ellipsis-vertical.svg +3 -0
- data/app/assets/icons/exclaimation-circle-solid.svg +3 -0
- data/app/assets/icons/eye.svg +4 -0
- data/app/assets/icons/flag.svg +3 -0
- data/app/assets/icons/funnel.svg +3 -0
- data/app/assets/icons/green-circle.svg +3 -0
- data/app/assets/icons/green-tick.svg +3 -0
- data/app/assets/icons/grid.svg +6 -0
- data/app/assets/icons/home.svg +3 -0
- data/app/assets/icons/i-vector.svg +3 -0
- data/app/assets/icons/lessons.svg +11 -0
- data/app/assets/icons/magnifying-glass.svg +3 -0
- data/app/assets/icons/minus.svg +3 -0
- data/app/assets/icons/numbered-list.svg +3 -0
- data/app/assets/icons/pencil.svg +3 -0
- data/app/assets/icons/play.svg +3 -0
- data/app/assets/icons/plus.svg +3 -0
- data/app/assets/icons/power.svg +3 -0
- data/app/assets/icons/question-mark-circle.svg +3 -0
- data/app/assets/icons/quiz-score.svg +15 -0
- data/app/assets/icons/re-invite.svg +3 -0
- data/app/assets/icons/red-circle.svg +3 -0
- data/app/assets/icons/share.svg +3 -0
- data/app/assets/icons/smiley-five.svg +5 -0
- data/app/assets/icons/smiley-four.svg +5 -0
- data/app/assets/icons/smiley-one.svg +5 -0
- data/app/assets/icons/smiley-three.svg +5 -0
- data/app/assets/icons/smiley-two.svg +5 -0
- data/app/assets/icons/sparkle.svg +3 -0
- data/app/assets/icons/star-transparent.svg +3 -0
- data/app/assets/icons/stop.svg +4 -0
- data/app/assets/icons/support-placeholder.svg +4 -0
- data/app/assets/icons/tag.svg +4 -0
- data/app/assets/icons/timer.svg +5 -0
- data/app/assets/icons/transcript.svg +31 -0
- data/app/assets/icons/trash.svg +3 -0
- data/app/assets/icons/upload-info.svg +7 -0
- data/app/assets/icons/user-circle.svg +3 -0
- data/app/assets/icons/user-group.svg +3 -0
- data/app/assets/icons/user.svg +3 -0
- data/app/assets/icons/users.svg +3 -0
- data/app/assets/icons/winner.svg +35 -0
- data/app/assets/icons/x-circle-solid.svg +3 -0
- data/app/assets/icons/x-circle.svg +3 -0
- data/app/assets/icons/x-mark.svg +3 -0
- data/app/assets/stylesheets/breadcrumbs.tailwind.css +45 -0
- data/app/assets/stylesheets/buttons.tailwind.css +98 -0
- data/app/assets/stylesheets/course_progress.css +75 -0
- data/app/assets/stylesheets/custom.css +67 -0
- data/app/assets/stylesheets/date_picker.tailwind.css +7 -0
- data/app/assets/stylesheets/directives.tailwind.css +3 -0
- data/app/assets/stylesheets/dropdown.tailwind.css +11 -0
- data/app/assets/stylesheets/file_selector.tailwind.css +47 -0
- data/app/assets/stylesheets/icons.css.erb +244 -0
- data/app/assets/stylesheets/inputs.tailwind.css +53 -0
- data/app/assets/stylesheets/menu_component.tailwind.css +39 -0
- data/app/assets/stylesheets/mobile_inputs.tailwind.css +11 -0
- data/app/assets/stylesheets/modalbox.tailwind.css +35 -0
- data/app/assets/stylesheets/profile_icon.tailwind.css +15 -0
- data/app/assets/stylesheets/textarea.tailwind.css +43 -0
- data/app/assets/stylesheets/tooltip.css +88 -0
- data/app/assets/stylesheets/typography.tailwind.css +70 -0
- data/app/helpers/ui_helper.rb +31 -0
- data/app/helpers/view_component/accordion_component.rb +12 -0
- data/app/helpers/view_component/breadcrumbs_component.rb +30 -0
- data/app/helpers/view_component/button_component.rb +180 -0
- data/app/helpers/view_component/chip_component.rb +54 -0
- data/app/helpers/view_component/component_helper.rb +21 -0
- data/app/helpers/view_component/course_card_component.rb +9 -0
- data/app/helpers/view_component/course_carousal_component.rb +14 -0
- data/app/helpers/view_component/course_select_component.rb +32 -0
- data/app/helpers/view_component/doc_section_component.rb +10 -0
- data/app/helpers/view_component/icon_component.rb +24 -0
- data/app/helpers/view_component/input_component/date_picker_component.rb +127 -0
- data/app/helpers/view_component/input_component/dropdown_component.rb +99 -0
- data/app/helpers/view_component/input_component/file_selector_component.rb +123 -0
- data/app/helpers/view_component/input_component/input_checkbox_component.rb +54 -0
- data/app/helpers/view_component/input_component/input_mobile_component.rb +68 -0
- data/app/helpers/view_component/input_component/input_radio_component.rb +54 -0
- data/app/helpers/view_component/input_component/input_text_component.rb +137 -0
- data/app/helpers/view_component/input_component/textarea_component.rb +101 -0
- data/app/helpers/view_component/input_component.rb +290 -0
- data/app/helpers/view_component/input_textarea_component.rb +28 -0
- data/app/helpers/view_component/long_course_card_component.rb +10 -0
- data/app/helpers/view_component/member_list_component.rb +17 -0
- data/app/helpers/view_component/menu_component.rb +31 -0
- data/app/helpers/view_component/menu_component_helper.rb +22 -0
- data/app/helpers/view_component/menu_item.rb +12 -0
- data/app/helpers/view_component/modal_box_component.rb +29 -0
- data/app/helpers/view_component/modal_component.rb +12 -0
- data/app/helpers/view_component/notification_bar_component.rb +22 -0
- data/app/helpers/view_component/paginator_component.rb +9 -0
- data/app/helpers/view_component/profile_icon_component.rb +46 -0
- data/app/helpers/view_component/progress_component.rb +12 -0
- data/app/helpers/view_component/table_component.rb +22 -0
- data/app/helpers/view_component/typography_component.rb +83 -0
- data/app/javascript/neo_components/controllers/collapsible_controller.js +37 -0
- data/app/javascript/neo_components/controllers/date_picker_controller.js +17 -0
- data/app/javascript/neo_components/controllers/file_selector_controller.js +145 -0
- data/app/javascript/neo_components/controllers/input_mobile_controller.js +7 -0
- data/app/javascript/neo_components/controllers/menu_component_controller.js +26 -0
- data/app/javascript/neo_components/controllers/modal_loader_controller.js +13 -0
- data/app/javascript/neo_components/controllers/modals_controller.js +26 -0
- data/app/javascript/neo_components/controllers/notification_bar_controller.js +9 -0
- data/app/javascript/neo_components/controllers/pagination_controller.js +11 -0
- data/app/javascript/neo_components/controllers/tab_change_controller.js +23 -0
- data/app/javascript/neo_components/controllers/tabs_controller.js +29 -0
- data/app/javascript/neo_components/controllers/text_clamp_controller.js +29 -0
- data/app/views/shared/components/_progress_bar_short.html.erb +8 -0
- data/app/views/shared/components/_tooltip.html.erb +7 -0
- data/app/views/view_components/accordion_component/_accordion.html.erb +22 -0
- data/app/views/view_components/breadcrumbs_component/_breadcrumbs.html.erb +38 -0
- data/app/views/view_components/button_component/_button.html.erb +13 -0
- data/app/views/view_components/buttons/_danger.html.erb +30 -0
- data/app/views/view_components/buttons/_primary.html.erb +31 -0
- data/app/views/view_components/buttons/_secondary.html.erb +29 -0
- data/app/views/view_components/chip_component/_chip_component.html.erb +9 -0
- data/app/views/view_components/course_carousal/_course_card_component.html.erb +65 -0
- data/app/views/view_components/course_carousal/_course_carousal_body_component.html.erb +25 -0
- data/app/views/view_components/course_carousal/_course_carousal_component.html.erb +8 -0
- data/app/views/view_components/course_carousal/_long_course_card_component.html.erb +70 -0
- data/app/views/view_components/course_select/_course_select_component.html.erb +19 -0
- data/app/views/view_components/course_select/_list_component.html.erb +14 -0
- data/app/views/view_components/course_select/_list_item_component.html.erb +86 -0
- data/app/views/view_components/course_select/_load_more.html.erb +17 -0
- data/app/views/view_components/course_select/_search_component.html.erb +48 -0
- data/app/views/view_components/course_select/_sidebar_component.html.erb +41 -0
- data/app/views/view_components/doc_section/_doc_section_component.html.erb +6 -0
- data/app/views/view_components/inputs/_checkbox_field.html.erb +19 -0
- data/app/views/view_components/inputs/_date_select_component.html.erb +37 -0
- data/app/views/view_components/inputs/_dropdown_field.html.erb +22 -0
- data/app/views/view_components/inputs/_file_selector.html.erb +16 -0
- data/app/views/view_components/inputs/_input_checkbox_component.html.erb +7 -0
- data/app/views/view_components/inputs/_input_mobile_component.html.erb +16 -0
- data/app/views/view_components/inputs/_input_radio_component.html.erb +7 -0
- data/app/views/view_components/inputs/_input_text_component.html.erb +16 -0
- data/app/views/view_components/inputs/_mobile_field.html.erb +31 -0
- data/app/views/view_components/inputs/_radio_field.html.erb +25 -0
- data/app/views/view_components/inputs/_text_field.html.erb +52 -0
- data/app/views/view_components/inputs/_textarea.html.erb +26 -0
- data/app/views/view_components/inputs/date_picker_component/_date_picker.html.erb +16 -0
- data/app/views/view_components/inputs/date_picker_component/_input_box.html.erb +34 -0
- data/app/views/view_components/inputs/dropdown_component/_dropdown.html.erb +16 -0
- data/app/views/view_components/inputs/dropdown_component/_select_box.html.erb +10 -0
- data/app/views/view_components/inputs/file_selector_component/_file_selector_box.html.erb +76 -0
- data/app/views/view_components/inputs/input_checkbox/_checkbox.html.erb +20 -0
- data/app/views/view_components/inputs/input_mobile/_code.html.erb +13 -0
- data/app/views/view_components/inputs/input_mobile/_mobile_box.html.erb +4 -0
- data/app/views/view_components/inputs/input_mobile/_number.html.erb +13 -0
- data/app/views/view_components/inputs/input_radio/_radio_button.html.erb +14 -0
- data/app/views/view_components/inputs/input_text/_text_box.html.erb +33 -0
- data/app/views/view_components/inputs/textarea_component/_text_area_box.html.erb +16 -0
- data/app/views/view_components/inputs/textarea_component/_textarea.html.erb +16 -0
- data/app/views/view_components/member_list/_member_list.html.erb +4 -0
- data/app/views/view_components/member_list/_member_search.html.erb +15 -0
- data/app/views/view_components/member_list/_members.html.erb +65 -0
- data/app/views/view_components/menu_component/_menu_component.html.erb +16 -0
- data/app/views/view_components/menu_component/_menu_item_button.html.erb +17 -0
- data/app/views/view_components/menu_component/_menu_item_link.html.erb +5 -0
- data/app/views/view_components/menu_component_old/_menu_component.html.erb +17 -0
- data/app/views/view_components/menu_component_old/_menu_item_button.html.erb +7 -0
- data/app/views/view_components/menu_component_old/_menu_item_link.html.erb +5 -0
- data/app/views/view_components/modal_component/_modal_box_component.html.erb +28 -0
- data/app/views/view_components/modals/_modal_component.html.erb +25 -0
- data/app/views/view_components/notification_bar/_notification_bar.html.erb +17 -0
- data/app/views/view_components/paginator/_next_page.html.erb +7 -0
- data/app/views/view_components/paginator/_paginator_component.html.erb +6 -0
- data/app/views/view_components/paginator/_prev_page.html.erb +7 -0
- data/app/views/view_components/profile_icon_component/_profile_icon.html.erb +3 -0
- data/app/views/view_components/progress_component/_progressbar.html.erb +5 -0
- data/app/views/view_components/typography/_h1_component.html.erb +1 -0
- data/app/views/view_components/typography/_h2_component.html.erb +1 -0
- data/app/views/view_components/typography/_h3_component.html.erb +1 -0
- data/app/views/view_components/typography/_heading_component.html.erb +3 -0
- data/app/views/view_components/typography/_link_component.html.erb +1 -0
- data/app/views/view_components/typography/_linked_text_component.html.erb +3 -0
- data/app/views/view_components/typography/_text_component.html.erb +1 -0
- data/config/importmap.rb +5 -0
- data/lib/neo_components/engine.rb +38 -0
- data/lib/neo_components/version.rb +5 -0
- data/lib/neo_components.rb +4 -0
- metadata +327 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M18.069 11.2337C18.069 6.8348 14.4725 3.26754 10.0342 3.26754C5.5958 3.26754 1.99922 6.83478 1.99922 11.2337C1.99922 15.6327 5.5958 19.1999 10.0342 19.1999C14.4725 19.1999 18.069 15.6326 18.069 11.2337ZM18.869 11.2337C18.869 16.076 14.9128 19.9999 10.0342 19.9999C5.15543 19.9999 1.19922 16.076 1.19922 11.2337C1.19922 6.39148 5.15543 2.46754 10.0342 2.46754C14.9128 2.46754 18.869 6.39152 18.869 11.2337ZM6.90414 0.8H13.1641C13.3851 0.8 13.5641 0.620918 13.5641 0.4C13.5641 0.179082 13.3851 0 13.1641 0H6.90414C6.68322 0 6.50414 0.179082 6.50414 0.4C6.50414 0.620918 6.68322 0.8 6.90414 0.8Z" fill="#333333"/>
|
|
3
|
+
<path d="M9.63477 0.4V2.9308C9.63477 3.15172 9.81385 3.3308 10.0348 3.3308C10.2557 3.3308 10.4348 3.15172 10.4348 2.9308V0.4C10.4348 0.179082 10.2557 0 10.0348 0C9.81385 0 9.63477 0.179082 9.63477 0.4Z" fill="#333333"/>
|
|
4
|
+
<path d="M9.63424 2.73643V4.22603C9.63424 4.44695 9.81332 4.62604 10.0342 4.62604C10.2552 4.62604 10.4342 4.44695 10.4342 4.22603V2.73643C10.4342 2.51551 10.2552 2.33643 10.0342 2.33643C9.81332 2.33643 9.63424 2.51551 9.63424 2.73643ZM9.53424 17.924V19.4136C9.53424 19.6897 9.75811 19.9136 10.0342 19.9136C10.3104 19.9136 10.5342 19.6897 10.5342 19.4136V17.924C10.5342 17.6479 10.3104 17.424 10.0342 17.424C9.75811 17.424 9.53424 17.6479 9.53424 17.924ZM1.86094 11.6337H3.36293C3.58385 11.6337 3.76293 11.4547 3.76293 11.2338C3.76293 11.0128 3.58385 10.8338 3.36293 10.8338H1.86094C1.64002 10.8338 1.46094 11.0128 1.46094 11.2338C1.46094 11.4547 1.64002 11.6337 1.86094 11.6337ZM16.9132 11.6337H18.4152C18.6361 11.6337 18.8152 11.4547 18.8152 11.2338C18.8152 11.0128 18.6361 10.8338 18.4152 10.8338H16.9132C16.6923 10.8338 16.5132 11.0128 16.5132 11.2338C16.5132 11.4547 16.6923 11.6337 16.9132 11.6337ZM10.3075 10.7652L7.00631 7.49084C6.84947 7.33527 6.59619 7.33631 6.44062 7.49314C6.28506 7.64998 6.28609 7.90326 6.44293 8.05883L9.74412 11.3332C9.90096 11.4888 10.1542 11.4878 10.3098 11.3309C10.4654 11.1741 10.4643 10.9208 10.3075 10.7652Z" fill="#333333"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
|
2
|
+
<svg
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M5 16C5 15.4477 5.44772 15 6 15H14C14.5523 15 15 15.4477 15 16C15 16.5523 14.5523 17 14 17H6C5.44772 17 5 16.5523 5 16Z"
|
|
11
|
+
fill="#000000"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
d="M18 11C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H10C9.44772 13 9 12.5523 9 12C9 11.4477 9.44772 11 10 11H18Z"
|
|
15
|
+
fill="#000000"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
d="M16 16C16 15.4477 16.4477 15 17 15H18C18.5523 15 19 15.4477 19 16C19 16.5523 18.5523 17 18 17H17C16.4477 17 16 16.5523 16 16Z"
|
|
19
|
+
fill="#000000"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
d="M7 11C7.55228 11 8 11.4477 8 12C8 12.5523 7.55228 13 7 13H6C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H7Z"
|
|
23
|
+
fill="#000000"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
fill-rule="evenodd"
|
|
27
|
+
clip-rule="evenodd"
|
|
28
|
+
d="M4 3C2.34315 3 1 4.34315 1 6V18C1 19.6569 2.34315 21 4 21H20C21.6569 21 23 19.6569 23 18V6C23 4.34315 21.6569 3 20 3H4ZM20 5H4C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19H20C20.5523 19 21 18.5523 21 18V6C21 5.44771 20.5523 5 20 5Z"
|
|
29
|
+
fill="#000000"
|
|
30
|
+
/>
|
|
31
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6">
|
|
2
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.28688 1.58008H12.7019V13.7101H3.29688V4.79508L6.28688 1.58008Z" stroke="#005F6B" stroke-linecap="round"/>
|
|
3
|
+
<path d="M6.29187 1.58008L6.28687 4.79508H3.29688" stroke="#005F6B"/>
|
|
4
|
+
<path d="M10.0636 8.5V10.35C10.0629 10.4039 10.041 10.4554 10.0027 10.4933C9.9643 10.5312 9.91253 10.5525 9.85859 10.5525H6.13859C6.08465 10.5525 6.03289 10.5312 5.99451 10.4933C5.95614 10.4554 5.93425 10.4039 5.93359 10.35V8.5" stroke="#005F6B"/>
|
|
5
|
+
<path d="M9.02188 7.71727L8.00187 6.69727L6.98438 7.71727" stroke="#005F6B"/>
|
|
6
|
+
<path d="M8 6.69727V9.68477" stroke="#005F6B"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6">
|
|
2
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="M17.982 18.725A7.488 7.488 0 0 0 12 15.75a7.488 7.488 0 0 0-5.982 2.975m11.963 0a9 9 0 1 0-11.963 0m11.963 0A8.966 8.966 0 0 1 12 21a8.966 8.966 0 0 1-5.982-2.275M15 9.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6">
|
|
2
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-4.682-2.72m.94 3.198.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 0 1 6 18.719m12 0a5.971 5.971 0 0 0-.941-3.197m0 0A5.995 5.995 0 0 0 12 12.75a5.995 5.995 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72 8.986 8.986 0 0 0 3.74.477m.94-3.197a5.971 5.971 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm6 3a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm-13.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6">
|
|
2
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6">
|
|
2
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_442_17270)">
|
|
3
|
+
<path d="M10.5625 13.6875C10.5625 14.4794 11.2064 15.1239 11.998 15.1239C12.7904 15.1239 13.4355 14.4794 13.4355 13.6875C13.4355 12.8939 12.7904 12.2489 11.998 12.2489C11.2064 12.2489 10.5625 12.894 10.5625 13.6875ZM11.9981 14.4227C11.5935 14.4227 11.2643 14.0925 11.2643 13.6875C11.2643 13.2818 11.5935 12.9507 11.9981 12.9507C12.4037 12.9507 12.7337 13.2818 12.7337 13.6875C12.7337 14.0925 12.4037 14.4227 11.9981 14.4227Z" fill="white"/>
|
|
4
|
+
<path d="M11.9987 11.2403L13.0717 8.22153H10.9258L11.9987 11.2403Z" fill="white"/>
|
|
5
|
+
<path d="M13.5183 21.0001C13.1802 20.4606 12.7279 18.83 13.6276 18.1188C14.1273 17.7302 14.7028 17.7963 15.2939 18.0139C15.3087 17.2724 15.6884 14.8824 16.3393 14.3515V14.3321L16.3471 14.3446C16.5127 14.2117 16.6094 14.1813 16.8042 14.1028C17.0579 14.0842 17.1301 14.0632 17.3754 14.1277C17.1493 12.6565 17.1698 11.9079 17.6595 11.4657L16.2122 9.09127C15.8749 8.53948 15.3546 8.22153 14.5614 8.22153L13.3074 11.7517C13.9264 12.1723 14.3337 12.8819 14.3337 13.6863C14.3337 14.9765 13.2888 16.0211 11.9981 16.0211C10.7114 16.0211 9.66643 14.9765 9.66643 13.6863C9.66643 12.8819 10.0737 12.1722 10.6924 11.7517L9.43829 8.22153C8.64238 8.22153 8.12167 8.54412 7.78745 9.09127L6.3418 11.4634C6.83303 11.8947 6.8536 12.6433 6.62513 14.1277C6.83109 14.0733 6.91073 14.0827 7.12217 14.0827C7.3502 14.1665 7.47386 14.1953 7.65687 14.3383L7.66079 14.3321V14.3414C8.31557 14.8614 8.68988 17.2179 8.70653 18.0139C9.29062 17.8001 9.87161 17.7286 10.3668 18.1142C11.2726 18.83 10.8203 20.4606 10.4895 20.9892C10.3523 21.2021 10.1639 21.37 9.94511 21.4874H14.0544C13.837 21.3708 13.6512 21.2067 13.5183 21.0001Z" fill="white"/>
|
|
6
|
+
<path d="M12.0014 7.53397C13.9779 7.53397 15.5806 5.93136 15.5806 3.95327C15.5806 1.97751 13.9779 0.374847 12.0014 0.374847C10.0237 0.374847 8.42188 1.97756 8.42188 3.95327C8.42188 5.93136 10.0237 7.53397 12.0014 7.53397Z" fill="white"/>
|
|
7
|
+
<path d="M6.27124 18.7195C5.52084 17.6632 5.536 17.6804 4.8481 16.5697C4.19289 15.3595 3.48287 13.8959 3.15761 12.5358C2.86106 11.29 2.80011 9.97642 2.85215 8.69707C2.91901 7.40136 3.06315 6.36773 3.20036 5.73813C3.20036 5.73813 2.73479 6.89004 2.51992 8.66289C2.36485 9.95385 2.38116 11.2557 2.58364 12.5296C2.811 13.9699 3.40831 15.6541 4.00324 16.9994C4.62074 18.2283 4.74744 18.3659 5.35095 19.4424C5.7454 20.0571 6.51836 21.0612 6.92447 21.5347C5.75856 21.1569 5.57129 22.9757 6.18492 23.456C6.74916 23.8975 7.78642 23.3744 7.98812 23.0496C8.19641 22.7278 7.94648 22.1961 7.47089 21.8199C7.64611 21.8246 7.8238 21.7647 7.96169 21.6349C8.20962 21.4041 8.27295 20.9502 7.99664 20.6533C6.10919 18.6339 6.77254 19.3786 6.27124 18.7195Z" fill="white"/>
|
|
8
|
+
<path d="M3.5652 5.18801C3.92542 5.32018 4.36576 5.02557 4.59506 4.53977C4.79323 4.05164 5.28678 2.64806 4.99687 2.42646C4.66696 2.19169 3.57101 3.38872 3.33944 3.95146C3.0825 4.49706 3.2061 5.05598 3.5652 5.18801Z" fill="white"/>
|
|
9
|
+
<path d="M3.76584 6.27236C3.69084 6.31352 3.62277 6.35467 3.57193 6.39907C3.20039 6.68971 3.05272 7.32008 3.25519 7.74048C3.29175 7.81664 3.34341 7.86718 3.39318 7.92083C3.61933 8.15637 3.95282 8.15952 4.22013 7.91613C4.53609 7.59746 5.30125 6.61587 5.17261 6.21794C5.0552 5.85182 4.22942 6.019 3.76584 6.27236Z" fill="white"/>
|
|
10
|
+
<path d="M9.79249 18.8516C9.44578 18.5819 8.49838 19.0732 8.23107 19.349C7.96953 19.6273 8.07633 20.1519 8.50932 20.4893C8.94027 20.8281 9.48824 20.8149 9.69614 20.4924C9.89978 20.1676 10.138 19.1253 9.79249 18.8516Z" fill="white"/>
|
|
11
|
+
<path d="M4.32664 11.436C4.52408 11.031 5.30793 9.45785 5.10115 9.14475C4.85631 8.76851 3.53465 9.79526 3.28008 10.2056C2.64466 11.0636 3.72115 12.3865 4.32664 11.436Z" fill="white"/>
|
|
12
|
+
<path d="M4.00196 13.8632C3.81348 14.3553 4.05478 15.0329 4.51183 15.2949C4.96883 15.5591 5.42156 15.3252 5.55718 14.8519C5.63532 14.3388 6.02546 12.4105 5.70722 12.1478C5.32013 11.8152 4.15079 13.3231 4.00196 13.8632Z" fill="white"/>
|
|
13
|
+
<path d="M6.80584 18.8673C7.40591 18.994 7.80418 18.5712 7.77392 18.0069C7.6522 17.4139 7.42953 15.208 7.01296 15.0386C6.48097 14.8016 5.69009 16.8216 5.72626 17.4729C5.69164 18.0768 6.20698 18.7437 6.80584 18.8673Z" fill="white"/>
|
|
14
|
+
<path d="M2.36264 7.55205C2.69763 7.20457 2.84065 6.59757 2.69681 6.13278C2.53752 5.68513 1.93048 4.62729 1.52979 4.94988C1.09724 5.29344 1.1781 6.92012 1.39728 7.37489C1.59089 7.84738 2.02804 7.89638 2.36264 7.55205Z" fill="white"/>
|
|
15
|
+
<path d="M2.08509 11.6642C2.31013 11.2367 2.27706 10.6126 2.00777 10.2077C1.71122 9.84782 0.594797 8.31594 0.295925 8.71227C-0.0662263 9.17237 0.747114 11.4092 1.1097 11.7645C1.42716 12.1648 1.86083 12.0909 2.08509 11.6642Z" fill="white"/>
|
|
16
|
+
<path d="M1.94003 16.3835C2.4328 16.7302 2.88549 16.4971 2.98581 15.9413C3.08569 15.384 2.84202 14.6962 2.41223 14.3293C1.9622 14.0254 0.239075 12.6372 0.0299663 13.1767C-0.24126 13.8163 1.40372 16.1099 1.94003 16.3835Z" fill="white"/>
|
|
17
|
+
<path d="M4.29512 18.4339C3.69355 18.2621 1.33966 17.2743 1.29342 17.9396C1.20018 18.7518 3.84083 20.7655 4.54809 20.8713C5.22543 21.0827 5.6238 20.6591 5.51733 20.0117C5.40965 19.3619 4.89315 18.6943 4.29512 18.4339Z" fill="white"/>
|
|
18
|
+
<path d="M17.075 21.5347C18.293 20.1154 19.1219 18.7398 19.9963 16.9994C20.5792 15.682 21.1831 14.004 21.416 12.5296C21.6044 11.3443 21.6153 10.2407 21.5399 9.27768C21.4311 7.86548 21.0888 6.45469 20.7992 5.73813C20.9729 6.53399 21.1498 7.94086 21.1626 9.29167C21.175 10.3682 21.0911 11.489 20.842 12.5367C20.4903 14.0118 19.7919 15.386 19.1515 16.5697C17.5632 19.133 17.3643 19.1969 16.0033 20.6533C15.7266 20.9511 15.7903 21.4049 16.0379 21.6349C16.1759 21.7648 16.3534 21.8246 16.5287 21.8199C16.053 22.1961 15.8031 22.7278 16.0115 23.0496C16.2132 23.3744 17.2504 23.8975 17.8146 23.456C18.3781 23.0145 18.1057 21.8945 17.8403 21.6202C17.6743 21.4437 17.3848 21.4344 17.075 21.5347Z" fill="white"/>
|
|
19
|
+
<path d="M20.4349 5.18801C20.7939 5.05593 20.9175 4.49706 20.6606 3.95146C20.4289 3.38872 19.3331 2.19169 19.0031 2.42646C18.7133 2.64806 19.2068 4.05164 19.405 4.53977C19.6343 5.02557 20.0746 5.32023 20.4349 5.18801Z" fill="white"/>
|
|
20
|
+
<path d="M20.7464 7.74075C20.9488 7.32031 20.8011 6.68998 20.4297 6.39934C20.0822 6.10158 18.9684 5.78451 18.8289 6.21822C18.7002 6.61615 19.4654 7.59773 19.7814 7.91641C20.1363 8.239 20.573 8.10218 20.7464 7.74075Z" fill="white"/>
|
|
21
|
+
<path d="M15.7696 19.349C15.5022 19.0732 14.5547 18.5819 14.2081 18.8516C13.863 19.1252 14.1008 20.1676 14.3045 20.4925C14.5124 20.815 15.0603 20.8282 15.4913 20.4893C15.9242 20.1519 16.0311 19.6273 15.7696 19.349Z" fill="white"/>
|
|
22
|
+
<path d="M18.8977 9.14475C18.691 9.4579 19.4748 11.031 19.6723 11.436C19.9038 11.7997 20.3375 11.8736 20.648 11.5347C20.9411 11.2207 20.971 10.546 20.7188 10.2056C20.4642 9.79526 19.1425 8.76851 18.8977 9.14475Z" fill="white"/>
|
|
23
|
+
<path d="M19.4888 15.2949C19.9455 15.0329 20.1868 14.3553 19.9983 13.8632C19.8494 13.3231 18.6801 11.8152 18.2931 12.1478C17.9748 12.4106 18.3649 14.3389 18.4431 14.8519C18.5787 15.3252 19.0314 15.5591 19.4888 15.2949Z" fill="white"/>
|
|
24
|
+
<path d="M16.9871 15.0386C16.5705 15.208 16.3478 17.4139 16.2262 18.0069C16.1959 18.5712 16.5942 18.994 17.1943 18.8673C17.7931 18.7437 18.3085 18.0768 18.2738 17.4729C18.31 16.8216 17.5191 14.8016 16.9871 15.0386Z" fill="white"/>
|
|
25
|
+
<path d="M22.6033 7.42256C22.8224 6.96779 22.9033 5.34111 22.4708 4.99755C22.0701 4.67495 21.463 5.7328 21.3037 6.18045C21.1599 6.64529 21.303 7.25228 21.6379 7.59972C21.9726 7.94405 22.4097 7.89505 22.6033 7.42256Z" fill="white"/>
|
|
26
|
+
<path d="M21.9166 11.6642C22.1409 12.0908 22.5745 12.1648 22.8921 11.7645C23.2546 11.4092 24.068 9.17237 23.7058 8.71227C23.407 8.31594 22.2904 9.84782 21.994 10.2077C21.7246 10.6127 21.6916 11.2367 21.9166 11.6642Z" fill="white"/>
|
|
27
|
+
<path d="M21.0145 15.9413C21.1147 16.4971 21.5675 16.7302 22.0603 16.3836C22.5965 16.1101 24.2415 13.8165 23.9703 13.1768C23.7613 12.6373 22.038 14.0255 21.5881 14.3294C21.1583 14.6963 20.9146 15.3841 21.0145 15.9413Z" fill="white"/>
|
|
28
|
+
<path d="M19.7042 18.4337C19.1061 18.6941 18.5896 19.3617 18.4819 20.0115C18.3755 20.6589 18.7738 21.0825 19.4512 20.8711C20.1584 20.7653 22.7992 18.7517 22.7059 17.9394C22.6596 17.2741 20.3057 18.2619 19.7042 18.4337Z" fill="white"/>
|
|
29
|
+
</g>
|
|
30
|
+
<defs>
|
|
31
|
+
<clipPath id="clip0_442_17270">
|
|
32
|
+
<rect width="24" height="24" fill="white"/>
|
|
33
|
+
</clipPath>
|
|
34
|
+
</defs>
|
|
35
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="size-6">
|
|
2
|
+
<path fill-rule="evenodd" d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-1.72 6.97a.75.75 0 1 0-1.06 1.06L10.94 12l-1.72 1.72a.75.75 0 1 0 1.06 1.06L12 13.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L13.06 12l1.72-1.72a.75.75 0 1 0-1.06-1.06L12 10.94l-1.72-1.72Z" clip-rule="evenodd" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
.breadcrumbs-list-container {
|
|
2
|
+
@apply py-1 flex flex-wrap items-start gap-x-1 gap-y-2 text-primary ;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.breadcrumbs-list {
|
|
6
|
+
@apply flex items-center gap-1 overflow-hidden;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.breadcrumbs-list-content {
|
|
10
|
+
@apply flex items-center min-w-0;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.breadcrumbs-intermediate-link,
|
|
14
|
+
.breadcrumbs-last-link {
|
|
15
|
+
@apply whitespace-nowrap overflow-hidden text-ellipsis max-w-[300px];
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.breadcrumbs-tooltip {
|
|
19
|
+
@apply whitespace-nowrap py-1 px-2 text-xs text-white bg-slate-grey-50 rounded opacity-0 transition-opacity duration-200
|
|
20
|
+
z-10 pointer-events-none top-full mt-2;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@media (hover: hover) and (pointer: fine) {
|
|
24
|
+
.group:hover .breadcrumbs-tooltip {
|
|
25
|
+
@apply opacity-100 visible;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.breadcrumbs-tooltip::before {
|
|
30
|
+
@apply content-[""] absolute w-0 h-0 border-solid left-1/2 -top-1 -translate-x-1/2
|
|
31
|
+
border-x-4 border-b-4 border-t-0 border-x-white border-t-white
|
|
32
|
+
border-b-slate-grey-50;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.breadcrumbs-intermediate-link {
|
|
36
|
+
@apply hover:underline hover:text-primary-light;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.breadcrumbs-last-link {
|
|
40
|
+
@apply hover:underline text-letter-color-light hover:text-primary-light;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.breadcrumbs-divider-arrow {
|
|
44
|
+
@apply h-4 w-4 flex-shrink-0 text-letter-color-light;
|
|
45
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
.btn-base {
|
|
2
|
+
@apply inline-flex w-full items-center justify-center gap-2 border;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.btn-disabled {
|
|
6
|
+
@apply !pointer-events-none !cursor-not-allowed;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.btn-solid-primary {
|
|
10
|
+
@apply bg-primary border-primary text-white-light hover:bg-primary-light hover:border-primary-light hover:text-white;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.btn-solid-primary-disabled {
|
|
14
|
+
@apply bg-primary-light-50 border-disabled-color text-disabled-color;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.btn-solid-secondary {
|
|
18
|
+
@apply bg-secondary hover:bg-secondary-dark border-secondary hover:border-secondary-dark text-white hover:text-white
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.btn-solid-secondary-disabled {
|
|
22
|
+
@apply bg-secondary-light border-disabled-color text-disabled-color;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.btn-solid-danger {
|
|
26
|
+
@apply bg-danger-dark border-danger-dark text-white-light hover:bg-danger hover:border-danger hover:text-white;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.btn-solid-danger-disabled {
|
|
30
|
+
@apply bg-danger-light border-disabled-color text-disabled-color;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.btn-outline-primary {
|
|
34
|
+
@apply border-primary text-primary hover:border-primary-light hover:text-primary-light;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.btn-outline-primary-disabled {
|
|
38
|
+
@apply border-disabled-color text-disabled-color;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.btn-outline-secondary {
|
|
42
|
+
@apply border-secondary text-secondary hover:border-secondary-dark hover:text-secondary-dark;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.btn-outline-secondary-disabled {
|
|
46
|
+
@apply border-disabled-color text-disabled-color;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.btn-outline-danger {
|
|
50
|
+
@apply border-danger-dark text-danger-dark hover:border-danger hover:text-danger;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.btn-outline-danger-disabled {
|
|
54
|
+
@apply border-disabled-color text-disabled-color;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.btn-sm {
|
|
58
|
+
@apply h-6 rounded px-3 py-1 md:h-9 md:rounded-md md:px-4 md:py-2;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.btn-md {
|
|
62
|
+
@apply h-9 rounded-md px-4 py-2 md:h-10;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.btn-lg {
|
|
66
|
+
@apply h-10 gap-2 rounded-md px-4 py-2 md:h-14 md:rounded-lg md:px-6 md:py-3;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.btn-text-base {
|
|
70
|
+
@apply font-['Poppins'];
|
|
71
|
+
white-space: nowrap;
|
|
72
|
+
overflow: hidden;
|
|
73
|
+
text-overflow: ellipsis;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.btn-text-sm {
|
|
77
|
+
@apply main-text-sm-medium;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.btn-text-md {
|
|
81
|
+
@apply main-text-md-medium;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.btn-text-lg {
|
|
85
|
+
@apply main-text-lg-semibold;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.btn-icon-sm {
|
|
89
|
+
@apply h-3 w-3 md:h-3.5 md:w-3.5;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.btn-icon-md {
|
|
93
|
+
@apply h-3.5 w-3.5 md:h-4 md:w-4;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.btn-icon-lg {
|
|
97
|
+
@apply h-4 w-4 md:h-5 md:w-5;
|
|
98
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
.course-details-box-shadow {
|
|
2
|
+
box-shadow: 0px 0px 4px 0px #20202029;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
details .icon-up,
|
|
6
|
+
details[open] .icon-down {
|
|
7
|
+
display: none;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
details[open] .icon-up{
|
|
11
|
+
display: inline;
|
|
12
|
+
}
|
|
13
|
+
.indicator{
|
|
14
|
+
width: 16px;
|
|
15
|
+
height: 3px;
|
|
16
|
+
background-color:#D9D9D9;
|
|
17
|
+
|
|
18
|
+
}
|
|
19
|
+
@media (min-width: 768px) {
|
|
20
|
+
.indicator {
|
|
21
|
+
width: 32px;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
.indicator.active {
|
|
25
|
+
background-color:#0041B9;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.form-radio {
|
|
29
|
+
appearance: none;
|
|
30
|
+
-webkit-appearance: none;
|
|
31
|
+
-moz-appearance: none;
|
|
32
|
+
width: 1.25rem;
|
|
33
|
+
height: 1.25rem;
|
|
34
|
+
border-radius: 50%;
|
|
35
|
+
display: inline-block;
|
|
36
|
+
position: relative;
|
|
37
|
+
cursor: pointer;
|
|
38
|
+
outline: none;
|
|
39
|
+
color: white;
|
|
40
|
+
|
|
41
|
+
}
|
|
42
|
+
.form-radio:focus{
|
|
43
|
+
box-shadow: none;
|
|
44
|
+
}
|
|
45
|
+
.form-radio:checked {
|
|
46
|
+
border: 2px solid #0041B9;
|
|
47
|
+
outline: none;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.form-radio:checked::after{
|
|
51
|
+
content: '';
|
|
52
|
+
display: block;
|
|
53
|
+
width: 0.5rem;
|
|
54
|
+
height: 0.5rem;
|
|
55
|
+
border-radius: 50%;
|
|
56
|
+
background-color: #0041B9;
|
|
57
|
+
position:absolute;
|
|
58
|
+
top: 50%;
|
|
59
|
+
left: 50%;
|
|
60
|
+
transform: translate(-50%, -50%);
|
|
61
|
+
}
|
|
62
|
+
.form-radio:checked:focus{
|
|
63
|
+
border: 2px solid #0041B9;
|
|
64
|
+
box-shadow: none;
|
|
65
|
+
outline:none;
|
|
66
|
+
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.active-border {
|
|
70
|
+
font-weight: 700;
|
|
71
|
+
color:#0041B9;
|
|
72
|
+
border-bottom: 4px solid #0041B9;
|
|
73
|
+
|
|
74
|
+
}
|
|
75
|
+
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
.disabled {
|
|
2
|
+
cursor: not-allowed !important;
|
|
3
|
+
&:active,a,a *,button,button * {
|
|
4
|
+
pointer-events: none;
|
|
5
|
+
opacity: 0.5 !important;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
#submit-button.disabled,
|
|
11
|
+
button.disabled ,
|
|
12
|
+
a.disabled{
|
|
13
|
+
opacity: 0.5 !important;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
a.disabled {
|
|
17
|
+
color: #808285;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.side-bar {
|
|
21
|
+
inset: 0 auto 0 0;
|
|
22
|
+
z-index: 51;
|
|
23
|
+
height: 100vh;
|
|
24
|
+
width: 16rem;
|
|
25
|
+
min-width: 16rem;
|
|
26
|
+
position: fixed;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
input:-webkit-autofill {
|
|
30
|
+
appearance: none !important;
|
|
31
|
+
background-color: transparent !important;
|
|
32
|
+
background-image: none !important;
|
|
33
|
+
box-shadow: inset 0 0 0 1000px rgba(0,0,0,0) !important;
|
|
34
|
+
-webkit-text-fill-color: inherit !important;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.black-shield {
|
|
38
|
+
z-index: 51;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.field_with_errors {
|
|
42
|
+
width: 100%;
|
|
43
|
+
display: contents;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.field_with_errors input,
|
|
47
|
+
.field_with_errors textarea,
|
|
48
|
+
.field_with_errors select {
|
|
49
|
+
border-color: red;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.loader {
|
|
53
|
+
border: 4px solid #E6E6E6;
|
|
54
|
+
border-top: 4px solid #0041B9;
|
|
55
|
+
border-radius: 50%;
|
|
56
|
+
width: 40px;
|
|
57
|
+
height: 40px;
|
|
58
|
+
animation: spin 0.8s linear infinite;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
@keyframes spin {
|
|
62
|
+
0% { transform: rotate(0deg); }
|
|
63
|
+
100% { transform: rotate(360deg); }
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
.file-selector-component-container {
|
|
2
|
+
@apply w-full flex flex-col gap-1;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.file-selector-component-base {
|
|
6
|
+
@apply w-full border h-28 md:h-40 p-3 md:p-4 bg-white transition-all flex justify-center rounded-lg md:rounded-xl border-dashed hover:bg-primary-light-50;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.file-selector-is-active {
|
|
10
|
+
@apply border-primary-light;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.file-selector-input-box {
|
|
14
|
+
@apply flex w-full cursor-pointer justify-center items-center gap-4;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.file-selector-support-text {
|
|
18
|
+
@apply flex justify-between items-start px-2 md:px-3;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.file-selector-upload-icon {
|
|
22
|
+
@apply h-7 w-7 md:h-8 md:w-8 text-white;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.file-selector-close-icon {
|
|
26
|
+
@apply h-4 w-4 md:w-5 md:h-5 bg-white rounded-full text-letter-color opacity-50;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.file-selector-preview {
|
|
30
|
+
@apply relative rounded-lg h-20 w-20 md:w-32 md:h-32 bg-cover border border-line-colour;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.file-selector-preview-image {
|
|
34
|
+
@apply h-full w-full object-contain rounded-lg;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.file-selector-doc-preview {
|
|
38
|
+
@apply flex items-center justify-center h-full w-full;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.file-selector-preview-close {
|
|
42
|
+
@apply absolute top-1 right-1;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.file-selctor-error-text {
|
|
46
|
+
@apply text-danger-dark mb-1 md:mb-2;
|
|
47
|
+
}
|