stop14-themesystem-legacy 1.16.0 → 2.0.1
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.
- package/package.json +1 -1
- package/scaffolding/default/_00_main_configuration.yml +2 -0
- package/scaffolding/drupal/_00_main_configuration.yml +2 -0
- package/scaffolding/drupal/source/sass/20_layout/_index.sass +10 -10
- package/scaffolding/omeka/_00_main_configuration.yml +2 -0
- package/source/sass/a_components/20_layout/splash_content/_splash_content_container.sass +1 -1
- package/source/sass/a_components/40_ui/ui_element_base/_general_ui.sass +1 -1
- package/source/sass/a_components/40_ui/ui_element_base_v002/12_mixins/_index.sass +5 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/12_mixins/_ui_patterns.sass +39 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/13_definitions/_form_elements.sass +293 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/13_definitions/_index.sass +6 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/13_definitions/_ui_pattern_defs.sass +5 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/_form_ui.sass +137 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/_general_ui.sass +42 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/_index.sass +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/_standardized_icons/_icon_mixins.sass +91 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/_standardized_icons/_icons.sass +76 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/_standardized_icons/_index.sass +8 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/_ui_library_support/_component_form_select2.sass +47 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/_ui_library_support/_component_superfish_navigation.sass +109 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/_ui_library_support/_index.sass +7 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/.gitkeep +0 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/accordion-expand-active.svg +3 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/accordion-expand-default.svg +3 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/accordion-expand-neutral.svg +4 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/accordion-expand-reversed.svg +3 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/accordion-horizontal-active.svg +4 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/accordion-horizontal-default.svg +4 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/accordion-horizontal-neutral.svg +6 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/accordion-horizontal-reversed.svg +4 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/arrow-active.svg +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/arrow-default.svg +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/arrow-left-active.svg +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/arrow-left-default.svg +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/arrow-left-neutral.svg +13 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/arrow-left-reversed.svg +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/arrow-neutral.svg +13 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/arrow-reversed.svg +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/checkmark-active.svg +10 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/checkmark-default.svg +10 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/checkmark-neutral.svg +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/checkmark-reversed.svg +10 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/close-active.svg +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/close-default.svg +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/close-neutral.svg +13 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/close-reversed.svg +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/cogs-active.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/cogs-default.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/cogs-neutral.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/cogs-reversed.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/copy-active.svg +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/copy-default.svg +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/copy-neutral.svg +13 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/copy-reversed.svg +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/download-active.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/download-default.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/download-metadata-active.svg +1 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/download-metadata-default.svg +1 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/download-metadata-neutral.svg +1 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/download-metadata-reversed.svg +1 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/download-neutral.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/download-reversed.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/export-active.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/export-default.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/export-neutral.svg +21 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/export-reversed.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/external link-active.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/external link-default.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/external link-neutral.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/external link-reversed.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/filter-active.svg +10 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/filter-default.svg +10 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/filter-neutral.svg +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/filter-reversed.svg +10 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/full-screen-default.svg +13 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/full-screen-neutral.svg +17 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/full-screen-reversed.svg +13 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/grid-default.svg +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/grid-neutral.svg +20 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/grid-reversed.svg +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/hamburger-menu-active.svg +5 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/hamburger-menu-default.svg +5 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/hamburger-menu-neutral.svg +8 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/hamburger-menu-reversed.svg +5 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/home-active.svg +3 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/home-default.svg +3 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/home-neutral.svg +3 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/home-reversed.svg +3 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/link-active.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/link-default.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/link-neutral.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/link-reversed.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/list-active.svg +8 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/list-default.svg +8 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/list-neutral.svg +8 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/list-reversed.svg +14 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/location-active.svg +4 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/location-default.svg +4 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/location-neutral.svg +10 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/location-revesed.svg +4 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/locked-active.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/locked-default.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/locked-neutral.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/locked-reversed.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/logout-active.svg +13 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/logout-default.svg +13 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/logout-neutral.svg +17 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/logout-reversed.svg +13 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/masonry-active.svg +1 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/masonry-default.svg +1 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/masonry-neutral.svg +1 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/masonry-view-reversed.svg +1 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/minus-active.svg +3 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/minus-default.svg +3 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/minus-neutral.svg +4 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/minus-reversed.svg +3 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/open-access-active.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/open-access-default.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/open-access-neutral.svg +21 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/open-access-reversed.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/ordchid-id-active.svg +13 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/ordchid-id-default.svg +13 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/ordchid-id-neutral.svg +20 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/ordchid-id-reversed.svg +13 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/plus-active.svg +4 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/plus-default.svg +4 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/plus-neutral.svg +6 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/plus-reversed.svg +4 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/reset-active.svg +13 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/reset-default.svg +13 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/reset-neutral.svg +17 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/reset-reversed.svg +13 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/search-active.svg +4 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/search-default.svg +4 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/search-neutral.svg +6 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/search-reversed.svg +4 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/sort-asc-active.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/sort-asc-default.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/sort-asc-neutral.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/sort-asc-reversed.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/sort-desc-active.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/sort-desc-default.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/sort-desc-neutral.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/sort-desc-reversed.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/unlocked-active.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/unlocked-default.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/unlocked-neutral.svg +18 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/unlocked-reversed.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/upload-active.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/upload-default.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/upload-neutral.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/upload-reversed.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/user-access-active.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/user-access-default.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/user-access-neutral.svg +15 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/user-access-reversed.svg +12 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/user-active.svg +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/user-default.svg +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/user-neutral.svg +13 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/user-reversed.svg +11 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/visible-active.svg +3 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/visible-default.svg +3 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/visible-neutral.svg +4 -0
- package/source/sass/a_components/40_ui/ui_element_base_v002/supporting_images/svg/icons/visible-reversed.svg +3 -0
- package/source/sass/a_components/60_site_elements/drupal_general_support/_component_drupal_advanced_search_form.sass +51 -0
- package/source/sass/a_components/60_site_elements/drupal_general_support/_component_drupal_contextual_menu.sass +25 -0
- package/source/sass/a_components/60_site_elements/drupal_general_support/_component_drupal_local_tasks.sass +73 -0
- package/source/sass/a_components/60_site_elements/drupal_general_support/_component_drupal_one_line_form.sass +29 -0
- package/source/sass/a_components/60_site_elements/drupal_general_support/_component_views.sass +13 -0
- package/source/sass/a_components/60_site_elements/drupal_general_support/_component_views_bef_search_field.sass +102 -0
- package/source/sass/a_components/60_site_elements/drupal_general_support/_index.sass +7 -1
- package/source/sass/a_components/60_site_elements/drupal_general_support/_views_attachment_tabs.sass +7 -0
- package/source/sass/b_profiles/s14_standard_base/_components.sass +46 -0
- package/source/sass/b_profiles/s14_standard_base/_index.sass +6 -0
- package/scaffolding/drupal/source/sass/20_layout/_section_navigation.sass +0 -29
- package/source/sass/a_components/60_site_elements/drupal_general_support/_contextual_menu_handling.sass +0 -14
package/package.json
CHANGED
|
@@ -145,6 +145,8 @@ ui_minheight: $ui_element_height
|
|
|
145
145
|
ui_maxheight: 60px
|
|
146
146
|
ui_compactheight: 40px
|
|
147
147
|
ui_largeheight: 80px
|
|
148
|
+
ui_max_text_width: 500px
|
|
149
|
+
ui_element_spacing: "rv($mobile_edge_padding_factor)"
|
|
148
150
|
ui_border_radius: 8px
|
|
149
151
|
ui_border_width: 1px
|
|
150
152
|
ui_border_color: neutral(40)
|
|
@@ -144,6 +144,8 @@ ui_minheight: $ui_element_height
|
|
|
144
144
|
ui_maxheight: 60px
|
|
145
145
|
ui_compactheight: 40px
|
|
146
146
|
ui_largeheight: 80px
|
|
147
|
+
ui_max_text_width: 500px
|
|
148
|
+
ui_element_spacing: "rv($mobile_edge_padding_factor)"
|
|
147
149
|
ui_border_radius: 8px
|
|
148
150
|
ui_border_width: 1px
|
|
149
151
|
ui_border_color: neutral(40)
|
|
@@ -5,19 +5,19 @@
|
|
|
5
5
|
|
|
6
6
|
@import 12_mixins/_index
|
|
7
7
|
@import _body
|
|
8
|
-
@import
|
|
9
|
-
@import
|
|
8
|
+
@import _main_content
|
|
9
|
+
@import _page_footer
|
|
10
|
+
@import _paragraph_relationships
|
|
10
11
|
@import _section_above_content
|
|
11
12
|
@import _section_header
|
|
12
|
-
@import
|
|
13
|
-
@import
|
|
13
|
+
@import _section_main_alt
|
|
14
|
+
@import _section_overlay
|
|
14
15
|
@import _section_primary
|
|
16
|
+
@import _section_quaternary
|
|
15
17
|
@import _section_secondary
|
|
18
|
+
@import _section_splash
|
|
16
19
|
@import _section_tertiary
|
|
17
|
-
@import
|
|
18
|
-
@import
|
|
19
|
-
@import
|
|
20
|
-
@import _section_main_alt
|
|
21
|
-
@import _page_footer
|
|
20
|
+
@import _section_title
|
|
21
|
+
@import _sidebar_left
|
|
22
|
+
@import _sidebar_right
|
|
22
23
|
@import _taxonomy_term_layout
|
|
23
|
-
@import _paragraph_relationships
|
|
@@ -142,6 +142,8 @@ ui_minheight: $ui_element_height
|
|
|
142
142
|
ui_maxheight: 60px
|
|
143
143
|
ui_compactheight: 25px
|
|
144
144
|
ui_largeheight: 80px
|
|
145
|
+
ui_max_text_width: 500px
|
|
146
|
+
ui_element_spacing: "rv($mobile_edge_padding_factor)"
|
|
145
147
|
ui_border_radius: 5px
|
|
146
148
|
ui_border_width: 1px
|
|
147
149
|
ui_border_color: neutral(40)
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
height: auto
|
|
35
35
|
@else
|
|
36
36
|
height: calc(#{$splash_height_desktop} - #{$masthead_height} - #{$masthead_clearance})
|
|
37
|
-
min-height:
|
|
37
|
+
min-height: $min_splash_height
|
|
38
38
|
|
|
39
39
|
@at-root #{$admin-toolbar-selector} #{$splash-section-selector} #{$container-selector}
|
|
40
40
|
@if $splash_height_mobile == 'auto'
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
// Note: applying styles to <button> elements often create problems with third-party modules and admin interfaces.
|
|
8
8
|
// It is advised that you add a button class to button elements to avoid conflicts
|
|
9
9
|
|
|
10
|
-
.button
|
|
10
|
+
.button:not(.trigger,.MuiButtonBase-root,.icon)
|
|
11
11
|
@extend %button
|
|
12
12
|
|
|
13
13
|
&.compact
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/*
|
|
2
|
+
@file 40_ui/_standardized_icons/_icon_mixins.sass
|
|
3
|
+
@theme LOCAL
|
|
4
|
+
@description Mixins to support icon components. */
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
$ui_form_mobile_clearance: rv($mobile_edge_padding_factor)
|
|
8
|
+
$ui_form_clearance: rv($edge_padding_factor)
|
|
9
|
+
|
|
10
|
+
=ui-element-width-control()
|
|
11
|
+
max-width: calc(100vw - #{$ui_form_mobile_clearance} * 2) // Form elements can only be as wide as the viewport less the edge padding.
|
|
12
|
+
|
|
13
|
+
+bp($stack)
|
|
14
|
+
max-width: calc(100vw - #{$ui_form_clearance} * 2)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
=ui-space-element()
|
|
18
|
+
margin-left: $ui_element_spacing
|
|
19
|
+
|
|
20
|
+
&:first-child
|
|
21
|
+
margin-left: 0
|
|
22
|
+
|
|
23
|
+
=one-line-form($subgroup: '#edit_actions')
|
|
24
|
+
display: flex
|
|
25
|
+
flex-direction: column
|
|
26
|
+
|
|
27
|
+
+bp($tablet)
|
|
28
|
+
flex-direction: row
|
|
29
|
+
|
|
30
|
+
> *
|
|
31
|
+
margin-bottom: rv($mobile_edge_padding_factor)
|
|
32
|
+
|
|
33
|
+
+bp($tablet)
|
|
34
|
+
margin-bottom: 0
|
|
35
|
+
+ui-space-element()
|
|
36
|
+
|
|
37
|
+
#{$subgroup}
|
|
38
|
+
display: flex
|
|
39
|
+
align-items: center
|
package/source/sass/a_components/40_ui/ui_element_base_v002/13_definitions/_form_elements.sass
ADDED
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @file _general_ui_elements.sass
|
|
3
|
+
* @category 40_ui
|
|
4
|
+
* @theme LOCAL
|
|
5
|
+
* @description Define various user interface elements.
|
|
6
|
+
*
|
|
7
|
+
**/
|
|
8
|
+
|
|
9
|
+
/** HERE ARE SOME DEFINITIONS THAT MUST BE SUPPORTED
|
|
10
|
+
*
|
|
11
|
+
* TYPES:
|
|
12
|
+
* standard|Standard
|
|
13
|
+
* link|Internal Link
|
|
14
|
+
* outline|Outline
|
|
15
|
+
* outline.reversed|Reversed outline
|
|
16
|
+
* cta|Call to action
|
|
17
|
+
* feature-cta|Feature CTA
|
|
18
|
+
* ghost|Ghost
|
|
19
|
+
* emphatic-ghost|Emphatic ghost
|
|
20
|
+
* spooky|Spooky (inactive only)
|
|
21
|
+
|
|
22
|
+
*
|
|
23
|
+
* SIZING:
|
|
24
|
+
* compact|Size: compact
|
|
25
|
+
* large|Size: large
|
|
26
|
+
*
|
|
27
|
+
* OVERLAYS
|
|
28
|
+
* overlay-dark|Overlay: dark background
|
|
29
|
+
* overlay-light|Overlay: light background
|
|
30
|
+
* overlay-colour|Overlay: yellow background
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
|
|
34
|
+
%button-base
|
|
35
|
+
-webkit-appearance: none
|
|
36
|
+
-moz-appearance: none
|
|
37
|
+
appearance: none
|
|
38
|
+
font-size: $btn_fontsize
|
|
39
|
+
font-family: $headingfont
|
|
40
|
+
font-weight: $normal
|
|
41
|
+
padding: $btn_padding
|
|
42
|
+
height: $ui_minheight
|
|
43
|
+
min-width: $btn_minwidth
|
|
44
|
+
border: $btn_border_width solid $btn_border_color
|
|
45
|
+
border-radius: $ui_border_radius
|
|
46
|
+
text-align: center
|
|
47
|
+
text-transform: uppercase
|
|
48
|
+
width: fit-content
|
|
49
|
+
white-space: nowrap
|
|
50
|
+
background-color: $btn_bg_color
|
|
51
|
+
color: $btn_color
|
|
52
|
+
|
|
53
|
+
%button
|
|
54
|
+
@extend %button-base
|
|
55
|
+
display: inline-flex
|
|
56
|
+
flex-direction: row
|
|
57
|
+
align-items: center
|
|
58
|
+
justify-content: center
|
|
59
|
+
cursor: pointer
|
|
60
|
+
|
|
61
|
+
&:hover
|
|
62
|
+
color: $btn_hover_color
|
|
63
|
+
background-color: $btn_hover_bg_color
|
|
64
|
+
border-color: $btn_border_color
|
|
65
|
+
|
|
66
|
+
a
|
|
67
|
+
border: 0
|
|
68
|
+
display: block
|
|
69
|
+
height: fit-content
|
|
70
|
+
width: 100%
|
|
71
|
+
|
|
72
|
+
&:hover
|
|
73
|
+
border: 0
|
|
74
|
+
|
|
75
|
+
%button-reverse
|
|
76
|
+
@extend %button
|
|
77
|
+
border: solid $white $btn_border_width
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
%button-feature-cta
|
|
81
|
+
@extend %button
|
|
82
|
+
border: $btn_border_width solid $black
|
|
83
|
+
color: $black
|
|
84
|
+
background-color: transparent
|
|
85
|
+
position: relative
|
|
86
|
+
|
|
87
|
+
a
|
|
88
|
+
color: $black !important
|
|
89
|
+
|
|
90
|
+
%button-ghost
|
|
91
|
+
@extend %button-base
|
|
92
|
+
color: $black
|
|
93
|
+
border: none
|
|
94
|
+
background-color: transparent
|
|
95
|
+
text-decoration: underline
|
|
96
|
+
display: inline-flex
|
|
97
|
+
flex-direction: row
|
|
98
|
+
align-items: center
|
|
99
|
+
justify-content: center
|
|
100
|
+
@extend %underscore
|
|
101
|
+
|
|
102
|
+
&:hover
|
|
103
|
+
color: $clr4
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
%button-reset
|
|
107
|
+
@extend %button-base
|
|
108
|
+
border: none
|
|
109
|
+
background-color: neutral(60)
|
|
110
|
+
text-decoration: underline
|
|
111
|
+
display: inline-flex
|
|
112
|
+
flex-direction: row
|
|
113
|
+
align-items: center
|
|
114
|
+
justify-content: center
|
|
115
|
+
|
|
116
|
+
&:hover
|
|
117
|
+
background-color: $black
|
|
118
|
+
|
|
119
|
+
&:active
|
|
120
|
+
background-color: neutral(80)
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
%button-text
|
|
124
|
+
background-color: $black
|
|
125
|
+
text-decoration: underline
|
|
126
|
+
display: inline-flex
|
|
127
|
+
flex-direction: row
|
|
128
|
+
align-items: center
|
|
129
|
+
justify-content: center
|
|
130
|
+
border: none
|
|
131
|
+
|
|
132
|
+
%button-standard
|
|
133
|
+
@extend %button
|
|
134
|
+
color: $white
|
|
135
|
+
text-decoration: none
|
|
136
|
+
|
|
137
|
+
&:hover
|
|
138
|
+
color: $black
|
|
139
|
+
background-color: $clr2
|
|
140
|
+
border: 0
|
|
141
|
+
|
|
142
|
+
%button-link
|
|
143
|
+
@extend %button
|
|
144
|
+
color: $white
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
%button-outline
|
|
148
|
+
@extend %button
|
|
149
|
+
background-color: transparent
|
|
150
|
+
font-style: normal
|
|
151
|
+
text-decoration: none
|
|
152
|
+
|
|
153
|
+
&:hover
|
|
154
|
+
border: $btn_border_width solid $clr2
|
|
155
|
+
|
|
156
|
+
%button-compact
|
|
157
|
+
height: $ui_compactheight
|
|
158
|
+
min-width: $btn_compactwidth !important
|
|
159
|
+
font-size: $btn_compact_fontsize
|
|
160
|
+
|
|
161
|
+
%button-large
|
|
162
|
+
height: $ui_largeheight
|
|
163
|
+
min-width: $btn_largewidth
|
|
164
|
+
|
|
165
|
+
%button-reset
|
|
166
|
+
@extend %button
|
|
167
|
+
border-width: $btn_reset_border_width
|
|
168
|
+
border-color: $btn_reset_border_color
|
|
169
|
+
font-style: normal
|
|
170
|
+
background-color: $btn_reset_bg_color
|
|
171
|
+
color: $btn_reset_color
|
|
172
|
+
min-width: $btn_compactwidth
|
|
173
|
+
text-decoration: none
|
|
174
|
+
justify-content: flex-start
|
|
175
|
+
|
|
176
|
+
&:hover
|
|
177
|
+
color: $btn_reset_hover_color
|
|
178
|
+
background-color: $btn_reset_hover_bg_color
|
|
179
|
+
border-color: $btn_reset_hover_border_color
|
|
180
|
+
|
|
181
|
+
%button-more
|
|
182
|
+
color: $black
|
|
183
|
+
font-style: normal
|
|
184
|
+
text-decoration: none
|
|
185
|
+
border: 0
|
|
186
|
+
padding: 0 45px
|
|
187
|
+
min-width: 0 !important
|
|
188
|
+
display: inline-flex
|
|
189
|
+
flex-direction: row
|
|
190
|
+
justify-content: center
|
|
191
|
+
align-items: center
|
|
192
|
+
height: 50px
|
|
193
|
+
+background-icon-right('arrow')
|
|
194
|
+
|
|
195
|
+
a
|
|
196
|
+
color: inherit
|
|
197
|
+
font-style: inherit
|
|
198
|
+
border-bottom: 2px solid $black
|
|
199
|
+
text-decoration: inherit
|
|
200
|
+
|
|
201
|
+
&:hover
|
|
202
|
+
border-bottom: 2px solid $black
|
|
203
|
+
|
|
204
|
+
%button-submit
|
|
205
|
+
@extend %button
|
|
206
|
+
+background-icon-default-left('checkmark')
|
|
207
|
+
border-width: $btn_submit_border_width
|
|
208
|
+
border-color: $btn_submit_border_color
|
|
209
|
+
font-style: normal
|
|
210
|
+
background-color: $btn_submit_bg_color
|
|
211
|
+
color: $btn_submit_color
|
|
212
|
+
text-decoration: none
|
|
213
|
+
|
|
214
|
+
&:hover
|
|
215
|
+
color: $btn_submit_hover_color
|
|
216
|
+
background-color: $btn_submit_hover_bg_color
|
|
217
|
+
border-color: $btn_submit_hover_border_color
|
|
218
|
+
filter: saturate(120%)
|
|
219
|
+
|
|
220
|
+
%button-cta
|
|
221
|
+
border-width: $btn_submit_border_width
|
|
222
|
+
border-color: $btn_submit_border_color
|
|
223
|
+
font-style: normal
|
|
224
|
+
background-color: $btn_submit_bg_color
|
|
225
|
+
color: $btn_submit_color
|
|
226
|
+
text-decoration: none
|
|
227
|
+
+background-icon-default-left('arrow')
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
&:hover
|
|
231
|
+
color: $btn_submit_hover_color
|
|
232
|
+
background-color: $btn_submit_hover_bg_color
|
|
233
|
+
border-color: $btn_submit_hover_border_color
|
|
234
|
+
filter: saturate(120%)
|
|
235
|
+
|
|
236
|
+
%button-search
|
|
237
|
+
@extend %button-ghost
|
|
238
|
+
font-size: clamped(-3,-2)
|
|
239
|
+
color: $btn_search_color
|
|
240
|
+
padding-right: calc(#{$ui_padding} + #{$btn_icon_size})
|
|
241
|
+
min-width: $ui_minheight !important
|
|
242
|
+
height: $ui_minheight !important
|
|
243
|
+
text-decoration: none !important
|
|
244
|
+
justify-content: flex-start
|
|
245
|
+
align-items: center
|
|
246
|
+
+background-icon-base('search',$btn_icon_size,'neutral','default','right')
|
|
247
|
+
background-color: $btn_search_bg_color
|
|
248
|
+
|
|
249
|
+
&:hover
|
|
250
|
+
color: $btn_search_hover_color
|
|
251
|
+
+background-icon-active('search',$btn_icon_size,'neutral','default','right')
|
|
252
|
+
background-color: $btn_search_hover_bg_color
|
|
253
|
+
|
|
254
|
+
%button-search-clear
|
|
255
|
+
@extend %button-search
|
|
256
|
+
+background-icon-base('reset',$btn_icon_size,'neutral','default','right')
|
|
257
|
+
|
|
258
|
+
&:hover
|
|
259
|
+
color: $btn_search_hover_color
|
|
260
|
+
+background-icon-active('reset',$btn_icon_size,'neutral','default','right')
|
|
261
|
+
background-color: $btn_search_hover_bg_color
|
|
262
|
+
|
|
263
|
+
%input-text
|
|
264
|
+
font-family: $basefont
|
|
265
|
+
font-weight: $normal
|
|
266
|
+
font-size: $btn_fontsize
|
|
267
|
+
padding: 0 $ui_padding
|
|
268
|
+
height: $ui_minheight
|
|
269
|
+
border-radius: $ui_border_radius
|
|
270
|
+
border: 1px solid $ui_border_color
|
|
271
|
+
max-width: $ui_max_text_width
|
|
272
|
+
background-color: $white
|
|
273
|
+
|
|
274
|
+
+reversed
|
|
275
|
+
background-color: $white
|
|
276
|
+
|
|
277
|
+
&:hover
|
|
278
|
+
border-color: $ui_hover_border_color
|
|
279
|
+
|
|
280
|
+
%control-icon
|
|
281
|
+
display: inline-block
|
|
282
|
+
height: $ui_display_controls_icon_size
|
|
283
|
+
width: $ui_display_controls_icon_size
|
|
284
|
+
border: 0
|
|
285
|
+
transition: none
|
|
286
|
+
|
|
287
|
+
&:hover
|
|
288
|
+
border: 0
|
|
289
|
+
|
|
290
|
+
%labels-controls
|
|
291
|
+
font-weight: $normal
|
|
292
|
+
margin: 0 rv(-3)
|
|
293
|
+
transform: translateY(-1px) // fudge to line up with element!
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @file _form_elements.sass
|
|
3
|
+
* @category 40_ui
|
|
4
|
+
* @theme LOCAL
|
|
5
|
+
* @description Define various form elements.
|
|
6
|
+
*
|
|
7
|
+
**/
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
/** HERE ARE SOME CLASSES THAT MUST BE SUPPORTED
|
|
11
|
+
*
|
|
12
|
+
* TYPES:
|
|
13
|
+
* standard|Standard
|
|
14
|
+
* link|Internal Link
|
|
15
|
+
* outline|Outline
|
|
16
|
+
* cta|Call to action
|
|
17
|
+
* feature-cta|Feature CTA
|
|
18
|
+
* ghost|Ghost
|
|
19
|
+
* emphatic-ghost|Emphatic ghost
|
|
20
|
+
*
|
|
21
|
+
* SIZING:
|
|
22
|
+
* compact|Size: compact
|
|
23
|
+
* large|Size: large
|
|
24
|
+
*
|
|
25
|
+
* OVERLAYS
|
|
26
|
+
* overlay-dark|Overlay: dark background
|
|
27
|
+
* overlay-light|Overlay: light background
|
|
28
|
+
* overlay-colour|Overlay: yellow background
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
// “trigger” class used by Drupal for its contextual menus. “MuiButtonBase used for Mirador.
|
|
32
|
+
button:not(.trigger,.MuiButtonBase-root,.icon)
|
|
33
|
+
@extend %button
|
|
34
|
+
|
|
35
|
+
input:focus
|
|
36
|
+
outline: none !important
|
|
37
|
+
border-color: $clr2
|
|
38
|
+
|
|
39
|
+
input[type='text'],
|
|
40
|
+
input[type='email'],
|
|
41
|
+
textarea#edit-message
|
|
42
|
+
@extend %input-text
|
|
43
|
+
|
|
44
|
+
input[type="search"] // Button
|
|
45
|
+
@extend %button-search
|
|
46
|
+
|
|
47
|
+
input[type="submit"] //Button
|
|
48
|
+
@extend %button-submit
|
|
49
|
+
|
|
50
|
+
input[type="search"]::-webkit-search-cancel-button
|
|
51
|
+
-webkit-appearance: none
|
|
52
|
+
display: inline-block
|
|
53
|
+
width: 20px
|
|
54
|
+
height: 20px
|
|
55
|
+
margin-left: 10px
|
|
56
|
+
+background-icon-left('reset')
|
|
57
|
+
|
|
58
|
+
input[type="checkbox"],
|
|
59
|
+
input[type="radio"]
|
|
60
|
+
padding: unset
|
|
61
|
+
cursor: pointer
|
|
62
|
+
|
|
63
|
+
input[type="checkbox"]
|
|
64
|
+
appearance: none
|
|
65
|
+
border-radius: unset
|
|
66
|
+
border: 1px solid $ui_border_color
|
|
67
|
+
height: $ui_checkbox_height
|
|
68
|
+
width: $ui_checkbox_height
|
|
69
|
+
background-color: transparent
|
|
70
|
+
display: inline-block
|
|
71
|
+
vertical-align: middle
|
|
72
|
+
float: left
|
|
73
|
+
margin: 0
|
|
74
|
+
|
|
75
|
+
&:hover
|
|
76
|
+
border-color: $ui_hover_border_color
|
|
77
|
+
|
|
78
|
+
& + label
|
|
79
|
+
display: block
|
|
80
|
+
vertical-align: middle
|
|
81
|
+
padding: calc((#{$ui_checkbox_height} - #{rv(0)}) * 0.5) 0 0 calc(#{$ui_checkbox_height} + #{rv(0)}) // Align to to middle of checkbox, left to width of checkbox plus a gap. Top calculates the height of the checkboxes, less the size of the label, divided by two
|
|
82
|
+
line-height: $ui_checkbox_height
|
|
83
|
+
font-weight: $normal
|
|
84
|
+
margin: 0
|
|
85
|
+
|
|
86
|
+
input[type="radio"]
|
|
87
|
+
appearance: none
|
|
88
|
+
border: 1px solid neutral(20)
|
|
89
|
+
border-radius: 50%
|
|
90
|
+
height: $ui_checkbox_height
|
|
91
|
+
width: $ui_checkbox_height
|
|
92
|
+
background-color: white
|
|
93
|
+
display: inline-block
|
|
94
|
+
vertical-align: middle
|
|
95
|
+
|
|
96
|
+
&:hover,
|
|
97
|
+
&:checked
|
|
98
|
+
box-shadow: inset 0 0 0 3px white !important
|
|
99
|
+
background-color: neutral(20)
|
|
100
|
+
|
|
101
|
+
// Select2 handles pulldowns via js/selectStylesSupport
|
|
102
|
+
// Currently set to use <select> element values to determine sizing
|
|
103
|
+
|
|
104
|
+
select
|
|
105
|
+
width: $ui_select_width
|
|
106
|
+
min-width: $ui_select_min_width
|
|
107
|
+
max-width: $ui_select_max_width
|
|
108
|
+
+background-icon-right('accordion-expand')
|
|
109
|
+
|
|
110
|
+
&:hover
|
|
111
|
+
+background-icon-active('accordion-expand')
|
|
112
|
+
+fadeInDown($heartbeat*2,$heartbeat)
|
|
113
|
+
|
|
114
|
+
fieldset
|
|
115
|
+
border: 1px solid neutral(20)
|
|
116
|
+
margin-bottom: rv($block_spacing)
|
|
117
|
+
|
|
118
|
+
legend
|
|
119
|
+
padding: 0 rv(-2)
|
|
120
|
+
color: neutral(80)
|
|
121
|
+
+font-size(0)
|
|
122
|
+
|
|
123
|
+
label
|
|
124
|
+
@extend %value-label
|
|
125
|
+
margin-bottom: rv(-4)
|
|
126
|
+
|
|
127
|
+
&.option
|
|
128
|
+
font-family: $basefont
|
|
129
|
+
font-weight: $normal
|
|
130
|
+
|
|
131
|
+
input.js-form-type-search + input.js-form-submit
|
|
132
|
+
display: inline-flex
|
|
133
|
+
+ui-space-element()
|
|
134
|
+
|
|
135
|
+
.webform-element-description
|
|
136
|
+
font-size: clamped(0,1)
|
|
137
|
+
font-weight: $semibold
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
|
|
2
|
+
/* =======================
|
|
3
|
+
* General UI and Button Definitions
|
|
4
|
+
* ======================= */
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
// Note: applying styles to <button> elements often create problems with third-party modules and admin interfaces.
|
|
8
|
+
// It is advised that you add a button class to button elements to avoid conflicts
|
|
9
|
+
|
|
10
|
+
.button:not(.trigger,.MuiButtonBase-root,.icon)
|
|
11
|
+
@extend %button
|
|
12
|
+
|
|
13
|
+
&.compact
|
|
14
|
+
@extend %button-compact
|
|
15
|
+
|
|
16
|
+
&.large
|
|
17
|
+
@extend %button-large
|
|
18
|
+
|
|
19
|
+
&.standard
|
|
20
|
+
@extend %button-standard
|
|
21
|
+
|
|
22
|
+
&.link
|
|
23
|
+
@extend %button-link
|
|
24
|
+
|
|
25
|
+
&.outline
|
|
26
|
+
@extend %button-outline
|
|
27
|
+
|
|
28
|
+
&.cta
|
|
29
|
+
@extend %button-cta
|
|
30
|
+
|
|
31
|
+
&.feature-cta
|
|
32
|
+
@extend %button-feature-cta
|
|
33
|
+
|
|
34
|
+
&.more
|
|
35
|
+
@extend %button-more
|
|
36
|
+
|
|
37
|
+
&.search-submit,&[type='submit'].search-submit
|
|
38
|
+
@extend %button-search
|
|
39
|
+
|
|
40
|
+
button
|
|
41
|
+
&.search-submit,&[type='submit'].search-submit
|
|
42
|
+
@extend %button-search
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*
|
|
2
|
+
@file _index.sass
|
|
3
|
+
@component ui_element_base
|
|
4
|
+
@description Loads all sass files or subdirectory indices in its directory. */
|
|
5
|
+
|
|
6
|
+
@import 12_mixins/_index
|
|
7
|
+
@import _standardized_icons/_index
|
|
8
|
+
@import 13_definitions/_index
|
|
9
|
+
@import _ui_library_support/_index
|
|
10
|
+
@import _general_ui
|
|
11
|
+
@import _form_ui
|