@rei/cedar 13.0.0-alpha.0 → 13.0.0-alpha.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/dist/cedar-compiled.css +969 -702
- package/dist/cedar.js +2644 -2390
- package/dist/cedar.mjs +2389 -2136
- package/dist/lib/assets/cedar-compiled-47f36eb9.css +4408 -0
- package/dist/lib/src/components/accordion/CdrAccordion.js +4 -4
- package/dist/lib/src/components/accordion/CdrAccordion.vue_vue_type_script_lang.js +151 -0
- package/dist/lib/src/components/accordion/CdrAccordion.vue_vue_type_template_id_529b06a4_lang.js +73 -0
- package/dist/lib/src/components/accordion/CdrAccordionGroup.js +4 -4
- package/dist/lib/src/components/accordion/CdrAccordionGroup.vue_vue_type_script_lang.js +102 -0
- package/dist/lib/src/components/accordion/CdrAccordionGroup.vue_vue_type_template_id_09b98521_lang.js +18 -0
- package/dist/lib/src/components/accordion/styles/CdrAccordion.module.scss_vue_type_style_index_0_src_id_529b06a4_module_true_lang.css.js +18 -0
- package/dist/lib/src/components/accordion/styles/CdrAccordionGroup.module.scss_vue_type_style_index_0_src_id_09b98521_module_true_lang.css.js +6 -0
- package/dist/lib/src/components/banner/CdrBanner.js +4 -5
- package/dist/lib/src/components/banner/CdrBanner.vue_vue_type_script_setup_true_lang.js +74 -0
- package/dist/lib/src/components/banner/styles/CdrBanner.module.scss_vue_type_style_index_0_src_id_0217b2ec_module_true_lang.css.js +18 -0
- package/dist/lib/src/components/breadcrumb/CdrBreadcrumb.js +4 -4
- package/dist/lib/src/components/breadcrumb/CdrBreadcrumb.vue_vue_type_script_lang.js +81 -0
- package/dist/lib/src/components/breadcrumb/CdrBreadcrumb.vue_vue_type_template_id_71430df8_lang.js +77 -0
- package/dist/lib/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss_vue_type_style_index_0_src_id_71430df8_module_true_lang.css.js +11 -0
- package/dist/lib/src/components/button/CdrButton.js +4 -4
- package/dist/lib/src/components/button/CdrButton.vue_vue_type_script_lang.js +118 -0
- package/dist/lib/src/components/button/CdrButton.vue_vue_type_template_id_4acc8116_lang.js +19 -0
- package/dist/lib/src/components/button/styles/CdrButton.module.scss_vue_type_style_index_0_src_id_4acc8116_module_true_lang.css.js +36 -0
- package/dist/lib/src/components/caption/CdrCaption.js +4 -4
- package/dist/lib/src/components/caption/CdrCaption.vue_vue_type_script_lang.js +21 -0
- package/dist/lib/src/components/caption/CdrCaption.vue_vue_type_template_id_175a476e_lang.js +21 -0
- package/dist/lib/src/components/caption/styles/CdrCaption.module.scss_vue_type_style_index_0_src_id_175a476e_module_true_lang.css.js +6 -0
- package/dist/lib/src/components/card/CdrCard.js +4 -4
- package/dist/lib/src/components/card/CdrCard.vue_vue_type_script_lang.js +21 -0
- package/dist/lib/src/components/card/CdrCard.vue_vue_type_template_id_69684dd2_lang.js +18 -0
- package/dist/lib/src/components/card/styles/CdrCard.module.scss_vue_type_style_index_0_src_id_69684dd2_module_true_lang.css.js +5 -0
- package/dist/lib/src/components/checkbox/CdrCheckbox.js +4 -4
- package/dist/lib/src/components/checkbox/CdrCheckbox.vue_vue_type_script_lang.js +93 -0
- package/dist/lib/src/components/checkbox/CdrCheckbox.vue_vue_type_template_id_6df096b8_lang.js +44 -0
- package/dist/lib/src/components/checkbox/styles/CdrCheckbox.module.scss_vue_type_style_index_0_src_id_6df096b8_module_true_lang.css.js +7 -0
- package/dist/lib/src/components/chip/CdrChip.js +4 -4
- package/dist/lib/src/components/chip/CdrChip.vue_vue_type_script_lang.js +30 -0
- package/dist/lib/src/components/chip/CdrChip.vue_vue_type_template_id_7f59884a_lang.js +25 -0
- package/dist/lib/src/components/chip/CdrChipGroup.js +4 -4
- package/dist/lib/src/components/chip/CdrChipGroup.vue_vue_type_script_lang.js +91 -0
- package/dist/lib/src/components/chip/CdrChipGroup.vue_vue_type_template_id_fe1549f6_lang.js +30 -0
- package/dist/lib/src/components/chip/styles/CdrChip.module.scss_vue_type_style_index_0_src_id_7f59884a_module_true_lang.css.js +8 -0
- package/dist/lib/src/components/chip/styles/CdrChipGroup.module.scss_vue_type_style_index_0_src_id_fe1549f6_module_true_lang.css.js +8 -0
- package/dist/lib/src/components/container/CdrContainer.js +4 -4
- package/dist/lib/src/components/container/CdrContainer.vue_vue_type_script_lang.js +38 -0
- package/dist/lib/src/components/container/CdrContainer.vue_vue_type_template_id_82971d64_lang.js +18 -0
- package/dist/lib/src/components/container/styles/CdrContainer.module.scss_vue_type_style_index_0_src_id_82971d64_module_true_lang.css.js +6 -0
- package/dist/lib/src/components/formError/CdrFormError.js +4 -4
- package/dist/lib/src/components/formError/CdrFormError.vue_vue_type_script_lang.js +21 -0
- package/dist/lib/src/components/formError/CdrFormError.vue_vue_type_template_id_57e71ba4_lang.js +23 -0
- package/dist/lib/src/components/formError/styles/CdrFormError.module.scss_vue_type_style_index_0_src_id_57e71ba4_module_true_lang.css.js +6 -0
- package/dist/lib/src/components/formGroup/CdrFormGroup.js +4 -4
- package/dist/lib/src/components/formGroup/CdrFormGroup.vue_vue_type_script_lang.js +54 -0
- package/dist/lib/src/components/formGroup/CdrFormGroup.vue_vue_type_template_id_0703fb8e_lang.js +47 -0
- package/dist/lib/src/components/formGroup/styles/CdrFormGroup.module.scss_vue_type_style_index_0_src_id_0703fb8e_module_true_lang.css.js +10 -0
- package/dist/lib/src/components/grid/CdrGrid.js +4 -4
- package/dist/lib/src/components/grid/CdrGrid.vue_vue_type_script_lang.js +47 -0
- package/dist/lib/src/components/grid/CdrGrid.vue_vue_type_template_id_09e8c23e_lang.js +18 -0
- package/dist/lib/src/components/grid/styles/CdrGrid.module.scss_vue_type_style_index_0_src_id_09e8c23e_module_true_lang.css.js +25 -0
- package/dist/lib/src/components/icon/CdrIcon.js +4 -4
- package/dist/lib/src/components/icon/CdrIcon.vue_vue_type_script_lang.js +58 -0
- package/dist/lib/src/components/icon/CdrIcon.vue_vue_type_template_id_32ddc2b8_lang.js +15 -0
- package/dist/lib/src/components/icon/comps/account-profile-fill.js +3 -3
- package/dist/lib/src/components/icon/comps/account-profile-fill.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/account-profile-fill.vue_vue_type_template_id_6016ce28_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/account-profile.js +3 -3
- package/dist/lib/src/components/icon/comps/account-profile.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/account-profile.vue_vue_type_template_id_40195a38_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/arrow-down.js +3 -3
- package/dist/lib/src/components/icon/comps/arrow-down.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/arrow-down.vue_vue_type_template_id_816699f2_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/arrow-left.js +3 -3
- package/dist/lib/src/components/icon/comps/arrow-left.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/arrow-left.vue_vue_type_template_id_5eac1828_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/arrow-right.js +3 -3
- package/dist/lib/src/components/icon/comps/arrow-right.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/arrow-right.vue_vue_type_template_id_fc4cb8f2_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/arrow-up.js +3 -3
- package/dist/lib/src/components/icon/comps/arrow-up.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/arrow-up.vue_vue_type_template_id_6d8e7080_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/atv.js +3 -3
- package/dist/lib/src/components/icon/comps/atv.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/atv.vue_vue_type_template_id_0e1da852_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/bed-outline.js +3 -3
- package/dist/lib/src/components/icon/comps/bed-outline.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/bed-outline.vue_vue_type_template_id_3d5f9c25_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/bike-shop.js +3 -3
- package/dist/lib/src/components/icon/comps/bike-shop.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/bike-shop.vue_vue_type_template_id_47eac651_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/binoculars.js +3 -3
- package/dist/lib/src/components/icon/comps/binoculars.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/binoculars.vue_vue_type_template_id_0f7b7251_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/birding.js +3 -3
- package/dist/lib/src/components/icon/comps/birding.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/birding.vue_vue_type_template_id_23709890_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/boat.js +3 -3
- package/dist/lib/src/components/icon/comps/boat.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/boat.vue_vue_type_template_id_16454bbe_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/boating.js +3 -3
- package/dist/lib/src/components/icon/comps/boating.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/boating.vue_vue_type_template_id_4d87c951_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/bookmark-fill.js +3 -3
- package/dist/lib/src/components/icon/comps/bookmark-fill.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/bookmark-fill.vue_vue_type_template_id_6c6b7d29_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/bookmark-stroke.js +3 -3
- package/dist/lib/src/components/icon/comps/bookmark-stroke.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/bookmark-stroke.vue_vue_type_template_id_3b2e2fde_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/brand-abstract.js +3 -3
- package/dist/lib/src/components/icon/comps/brand-abstract.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/brand-abstract.vue_vue_type_template_id_34dd556e_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/brand-code-sandbox.js +3 -3
- package/dist/lib/src/components/icon/comps/brand-code-sandbox.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/brand-code-sandbox.vue_vue_type_template_id_45ed2e0e_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/brand-github.js +3 -3
- package/dist/lib/src/components/icon/comps/brand-github.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/brand-github.vue_vue_type_template_id_338f5f6c_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/brand-linkedin.js +3 -3
- package/dist/lib/src/components/icon/comps/brand-linkedin.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/brand-linkedin.vue_vue_type_template_id_9a6dafb6_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/brand-rei-ice-axes.js +3 -3
- package/dist/lib/src/components/icon/comps/brand-rei-ice-axes.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/brand-rei-ice-axes.vue_vue_type_template_id_257e5c25_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/brand-sketch.js +3 -3
- package/dist/lib/src/components/icon/comps/brand-sketch.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/brand-sketch.vue_vue_type_template_id_6f2e18da_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/buddies.js +3 -3
- package/dist/lib/src/components/icon/comps/buddies.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/buddies.vue_vue_type_template_id_37486b93_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/bus.js +3 -3
- package/dist/lib/src/components/icon/comps/bus.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/bus.vue_vue_type_template_id_448e75af_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/calendar.js +3 -3
- package/dist/lib/src/components/icon/comps/calendar.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/calendar.vue_vue_type_template_id_058ea09f_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/camera.js +3 -3
- package/dist/lib/src/components/icon/comps/camera.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/camera.vue_vue_type_template_id_434cfb46_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/canoe.js +3 -3
- package/dist/lib/src/components/icon/comps/canoe.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/canoe.vue_vue_type_template_id_36d10415_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/car.js +3 -3
- package/dist/lib/src/components/icon/comps/car.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/car.vue_vue_type_template_id_5745ad03_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/caret-down.js +3 -3
- package/dist/lib/src/components/icon/comps/caret-down.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/caret-down.vue_vue_type_template_id_02ecee66_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/caret-left.js +3 -3
- package/dist/lib/src/components/icon/comps/caret-left.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/caret-left.vue_vue_type_template_id_0fe6c9b2_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/caret-right.js +3 -3
- package/dist/lib/src/components/icon/comps/caret-right.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/caret-right.vue_vue_type_template_id_2a378681_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/caret-up.js +3 -3
- package/dist/lib/src/components/icon/comps/caret-up.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/caret-up.vue_vue_type_template_id_19c751f4_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/cart-fill.js +3 -3
- package/dist/lib/src/components/icon/comps/cart-fill.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/cart-fill.vue_vue_type_template_id_448f31ff_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/cart.js +3 -3
- package/dist/lib/src/components/icon/comps/cart.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/cart.vue_vue_type_template_id_d5aca7fe_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/chain-link.js +3 -3
- package/dist/lib/src/components/icon/comps/chain-link.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/chain-link.vue_vue_type_template_id_e56a02b2_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/chat.js +3 -3
- package/dist/lib/src/components/icon/comps/chat.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/chat.vue_vue_type_template_id_2b1a2f8e_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/check-fill.js +3 -3
- package/dist/lib/src/components/icon/comps/check-fill.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/check-fill.vue_vue_type_template_id_41932d6e_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/check-lg.js +3 -3
- package/dist/lib/src/components/icon/comps/check-lg.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/check-lg.vue_vue_type_template_id_8356ce7e_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/check-sm.js +3 -3
- package/dist/lib/src/components/icon/comps/check-sm.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/check-sm.vue_vue_type_template_id_6ac9dbc0_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/check-stroke.js +3 -3
- package/dist/lib/src/components/icon/comps/check-stroke.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/check-stroke.vue_vue_type_template_id_26ee93fe_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/climb.js +3 -3
- package/dist/lib/src/components/icon/comps/climb.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/climb.vue_vue_type_template_id_bd2a5cb8_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/clipboard.js +3 -3
- package/dist/lib/src/components/icon/comps/clipboard.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/clipboard.vue_vue_type_template_id_47b14c85_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/clock.js +3 -3
- package/dist/lib/src/components/icon/comps/clock.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/clock.vue_vue_type_template_id_6382db06_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/code-html.js +3 -3
- package/dist/lib/src/components/icon/comps/code-html.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/code-html.vue_vue_type_template_id_52d293fa_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/code-js.js +3 -3
- package/dist/lib/src/components/icon/comps/code-js.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/code-js.vue_vue_type_template_id_1ce7fc58_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/compass.js +3 -3
- package/dist/lib/src/components/icon/comps/compass.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/compass.vue_vue_type_template_id_cfc7107e_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/copy.js +3 -3
- package/dist/lib/src/components/icon/comps/copy.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/copy.vue_vue_type_template_id_769dadd6_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/coupon-fill.js +3 -3
- package/dist/lib/src/components/icon/comps/coupon-fill.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/coupon-fill.vue_vue_type_template_id_04cba1f9_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/coupon-stroke.js +3 -3
- package/dist/lib/src/components/icon/comps/coupon-stroke.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/coupon-stroke.vue_vue_type_template_id_3c1860ae_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/credit-card.js +3 -3
- package/dist/lib/src/components/icon/comps/credit-card.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/credit-card.vue_vue_type_template_id_659778da_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/curbside-pickup.js +3 -3
- package/dist/lib/src/components/icon/comps/curbside-pickup.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/curbside-pickup.vue_vue_type_template_id_f619e602_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/day.js +3 -3
- package/dist/lib/src/components/icon/comps/day.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/day.vue_vue_type_template_id_e6e2e66a_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/diving.js +3 -3
- package/dist/lib/src/components/icon/comps/diving.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/diving.vue_vue_type_template_id_4dbe8fd2_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/dog.js +3 -3
- package/dist/lib/src/components/icon/comps/dog.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/dog.vue_vue_type_template_id_b916832a_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/download.js +3 -3
- package/dist/lib/src/components/icon/comps/download.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/download.vue_vue_type_template_id_5caeb8e9_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/edit.js +3 -3
- package/dist/lib/src/components/icon/comps/edit.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/edit.vue_vue_type_template_id_1779cc2a_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/elevation.js +3 -3
- package/dist/lib/src/components/icon/comps/elevation.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/elevation.vue_vue_type_template_id_bec23c68_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/error-fill.js +3 -3
- package/dist/lib/src/components/icon/comps/error-fill.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/error-fill.vue_vue_type_template_id_00d01c49_lang.js +27 -0
- package/dist/lib/src/components/icon/comps/error-stroke.js +3 -3
- package/dist/lib/src/components/icon/comps/error-stroke.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/error-stroke.vue_vue_type_template_id_48e786fe_lang.js +29 -0
- package/dist/lib/src/components/icon/comps/expand.js +3 -3
- package/dist/lib/src/components/icon/comps/expand.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/expand.vue_vue_type_template_id_4931578a_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/experiences-backpacking.js +3 -3
- package/dist/lib/src/components/icon/comps/experiences-backpacking.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/experiences-backpacking.vue_vue_type_template_id_bc6d18e6_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/experiences-camping.js +3 -3
- package/dist/lib/src/components/icon/comps/experiences-camping.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/experiences-camping.vue_vue_type_template_id_45b2a2ec_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/experiences-climbing.js +3 -3
- package/dist/lib/src/components/icon/comps/experiences-climbing.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/experiences-climbing.vue_vue_type_template_id_77cf6872_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/experiences-clothing.js +3 -3
- package/dist/lib/src/components/icon/comps/experiences-clothing.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/experiences-clothing.vue_vue_type_template_id_a2a3b526_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/experiences-cycling.js +3 -3
- package/dist/lib/src/components/icon/comps/experiences-cycling.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/experiences-cycling.vue_vue_type_template_id_7b379764_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/experiences-family.js +3 -3
- package/dist/lib/src/components/icon/comps/experiences-family.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/experiences-family.vue_vue_type_template_id_61ecd689_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/experiences-fitness.js +3 -3
- package/dist/lib/src/components/icon/comps/experiences-fitness.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/experiences-fitness.vue_vue_type_template_id_1a615b93_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/experiences-hiking.js +3 -3
- package/dist/lib/src/components/icon/comps/experiences-hiking.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/experiences-hiking.vue_vue_type_template_id_1f4ce13d_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/experiences-outdoor-basics.js +3 -3
- package/dist/lib/src/components/icon/comps/experiences-outdoor-basics.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/experiences-outdoor-basics.vue_vue_type_template_id_674ff21b_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/experiences-paddling.js +3 -3
- package/dist/lib/src/components/icon/comps/experiences-paddling.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/experiences-paddling.vue_vue_type_template_id_ee1477e8_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/experiences-rentals.js +3 -3
- package/dist/lib/src/components/icon/comps/experiences-rentals.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/experiences-rentals.vue_vue_type_template_id_5a1591fa_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/experiences-snowsports.js +3 -3
- package/dist/lib/src/components/icon/comps/experiences-snowsports.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/experiences-snowsports.vue_vue_type_template_id_2740d867_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/experiences-travel.js +3 -3
- package/dist/lib/src/components/icon/comps/experiences-travel.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/experiences-travel.vue_vue_type_template_id_5af62f3f_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/external-link.js +3 -3
- package/dist/lib/src/components/icon/comps/external-link.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/external-link.vue_vue_type_template_id_52f0fd2b_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/eye-hide.js +3 -3
- package/dist/lib/src/components/icon/comps/eye-hide.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/eye-hide.vue_vue_type_template_id_e9f07e82_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/eye-show.js +3 -3
- package/dist/lib/src/components/icon/comps/eye-show.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/eye-show.vue_vue_type_template_id_3edd2e0c_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/facebook.js +3 -3
- package/dist/lib/src/components/icon/comps/facebook.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/facebook.vue_vue_type_template_id_04e63c27_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/filter-alt.js +3 -3
- package/dist/lib/src/components/icon/comps/filter-alt.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/filter-alt.vue_vue_type_template_id_013359f5_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/filter.js +3 -3
- package/dist/lib/src/components/icon/comps/filter.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/filter.vue_vue_type_template_id_5ea9a219_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/find-location.js +3 -3
- package/dist/lib/src/components/icon/comps/find-location.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/find-location.vue_vue_type_template_id_03146738_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/fire.js +3 -3
- package/dist/lib/src/components/icon/comps/fire.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/fire.vue_vue_type_template_id_732bac17_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/fishing.js +3 -3
- package/dist/lib/src/components/icon/comps/fishing.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/fishing.vue_vue_type_template_id_75a3a139_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/free-product.js +3 -3
- package/dist/lib/src/components/icon/comps/free-product.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/free-product.vue_vue_type_template_id_2299e922_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/grid-view.js +3 -3
- package/dist/lib/src/components/icon/comps/grid-view.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/grid-view.vue_vue_type_template_id_7381d0bb_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/heart-fill.js +3 -3
- package/dist/lib/src/components/icon/comps/heart-fill.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/heart-fill.vue_vue_type_template_id_a391b86a_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/heart-stroke.js +3 -3
- package/dist/lib/src/components/icon/comps/heart-stroke.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/heart-stroke.vue_vue_type_template_id_38aab600_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/hike.js +3 -3
- package/dist/lib/src/components/icon/comps/hike.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/hike.vue_vue_type_template_id_36fc197c_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/history.js +3 -3
- package/dist/lib/src/components/icon/comps/history.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/history.vue_vue_type_template_id_799ce37a_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/home.js +3 -3
- package/dist/lib/src/components/icon/comps/home.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/home.vue_vue_type_template_id_77cb2e40_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/horse.js +3 -3
- package/dist/lib/src/components/icon/comps/horse.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/horse.vue_vue_type_template_id_b6381a68_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/horseshoe.js +3 -3
- package/dist/lib/src/components/icon/comps/horseshoe.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/horseshoe.vue_vue_type_template_id_2c6db392_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/image.js +3 -3
- package/dist/lib/src/components/icon/comps/image.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/image.vue_vue_type_template_id_5cbc1d6c_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/information-fill.js +3 -3
- package/dist/lib/src/components/icon/comps/information-fill.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/information-fill.vue_vue_type_template_id_55659236_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/information-stroke.js +3 -3
- package/dist/lib/src/components/icon/comps/information-stroke.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/information-stroke.vue_vue_type_template_id_1aef2acc_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/instagram.js +3 -3
- package/dist/lib/src/components/icon/comps/instagram.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/instagram.vue_vue_type_template_id_23b408a1_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/kayak.js +3 -3
- package/dist/lib/src/components/icon/comps/kayak.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/kayak.vue_vue_type_template_id_0749bc3c_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/list-ragged.js +3 -3
- package/dist/lib/src/components/icon/comps/list-ragged.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/list-ragged.vue_vue_type_template_id_bc4f1428_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/list-view.js +3 -3
- package/dist/lib/src/components/icon/comps/list-view.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/list-view.vue_vue_type_template_id_274fa33a_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/location-pin-fill.js +3 -3
- package/dist/lib/src/components/icon/comps/location-pin-fill.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/location-pin-fill.vue_vue_type_template_id_48f2c97c_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/location-pin-stroke.js +3 -3
- package/dist/lib/src/components/icon/comps/location-pin-stroke.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/location-pin-stroke.vue_vue_type_template_id_4ffa2bb7_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/lock-locked-fill.js +3 -3
- package/dist/lib/src/components/icon/comps/lock-locked-fill.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/lock-locked-fill.vue_vue_type_template_id_4b517bb6_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/lock-locked-stroke.js +3 -3
- package/dist/lib/src/components/icon/comps/lock-locked-stroke.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/lock-locked-stroke.vue_vue_type_template_id_4586b44c_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/lock-unlocked-stroke.js +3 -3
- package/dist/lib/src/components/icon/comps/lock-unlocked-stroke.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/lock-unlocked-stroke.vue_vue_type_template_id_63517ea1_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/mail.js +3 -3
- package/dist/lib/src/components/icon/comps/mail.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/mail.vue_vue_type_template_id_d7add9d0_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/map.js +3 -3
- package/dist/lib/src/components/icon/comps/map.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/map.vue_vue_type_template_id_6827ce8b_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/member-card.js +3 -3
- package/dist/lib/src/components/icon/comps/member-card.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/member-card.vue_vue_type_template_id_00126912_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/microphone.js +3 -3
- package/dist/lib/src/components/icon/comps/microphone.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/microphone.vue_vue_type_template_id_0cb7cb6a_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/minus-fill.js +3 -3
- package/dist/lib/src/components/icon/comps/minus-fill.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/minus-fill.vue_vue_type_template_id_00023ae1_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/minus-lg.js +3 -3
- package/dist/lib/src/components/icon/comps/minus-lg.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/minus-lg.vue_vue_type_template_id_3ad01f4e_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/minus-sm.js +3 -3
- package/dist/lib/src/components/icon/comps/minus-sm.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/minus-sm.vue_vue_type_template_id_22432c90_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/minus-stroke.js +3 -3
- package/dist/lib/src/components/icon/comps/minus-stroke.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/minus-stroke.vue_vue_type_template_id_440c5f96_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/more-functions.js +3 -3
- package/dist/lib/src/components/icon/comps/more-functions.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/more-functions.vue_vue_type_template_id_6cbdaf44_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/my-location.js +3 -3
- package/dist/lib/src/components/icon/comps/my-location.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/my-location.vue_vue_type_template_id_78b11be5_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/navigation-menu.js +3 -3
- package/dist/lib/src/components/icon/comps/navigation-menu.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/navigation-menu.vue_vue_type_template_id_a1502bb2_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/night.js +3 -3
- package/dist/lib/src/components/icon/comps/night.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/night.vue_vue_type_template_id_57610587_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/paddle.js +3 -3
- package/dist/lib/src/components/icon/comps/paddle.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/paddle.vue_vue_type_template_id_759b95ea_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/pause-fill.js +3 -3
- package/dist/lib/src/components/icon/comps/pause-fill.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/pause-fill.vue_vue_type_template_id_3cdd57ca_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/pause-stroke.js +3 -3
- package/dist/lib/src/components/icon/comps/pause-stroke.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/pause-stroke.vue_vue_type_template_id_038bdb60_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/pause.js +3 -3
- package/dist/lib/src/components/icon/comps/pause.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/pause.vue_vue_type_template_id_3769a865_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/photography.js +3 -3
- package/dist/lib/src/components/icon/comps/photography.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/photography.vue_vue_type_template_id_c6655968_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/picnic.js +3 -3
- package/dist/lib/src/components/icon/comps/picnic.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/picnic.vue_vue_type_template_id_0b3817df_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/pinterest.js +3 -3
- package/dist/lib/src/components/icon/comps/pinterest.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/pinterest.vue_vue_type_template_id_5cfdf6ee_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/plane.js +3 -3
- package/dist/lib/src/components/icon/comps/plane.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/plane.vue_vue_type_template_id_f8dc8c6a_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/play-fill.js +3 -3
- package/dist/lib/src/components/icon/comps/play-fill.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/play-fill.vue_vue_type_template_id_cfd00f2a_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/play-stroke.js +3 -3
- package/dist/lib/src/components/icon/comps/play-stroke.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/play-stroke.vue_vue_type_template_id_2da8e2a0_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/play.js +3 -3
- package/dist/lib/src/components/icon/comps/play.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/play.vue_vue_type_template_id_04c19215_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/playground.js +3 -3
- package/dist/lib/src/components/icon/comps/playground.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/playground.vue_vue_type_template_id_0860fe5c_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/plugin.js +3 -3
- package/dist/lib/src/components/icon/comps/plugin.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/plugin.vue_vue_type_template_id_b7ac1f58_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/plus-fill.js +3 -3
- package/dist/lib/src/components/icon/comps/plus-fill.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/plus-fill.vue_vue_type_template_id_ff856e76_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/plus-lg.js +3 -3
- package/dist/lib/src/components/icon/comps/plus-lg.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/plus-lg.vue_vue_type_template_id_5945273d_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/plus-sm.js +3 -3
- package/dist/lib/src/components/icon/comps/plus-sm.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/plus-sm.vue_vue_type_template_id_658ba09c_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/plus-stroke.js +3 -3
- package/dist/lib/src/components/icon/comps/plus-stroke.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/plus-stroke.vue_vue_type_template_id_bc88f70c_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/print.js +3 -3
- package/dist/lib/src/components/icon/comps/print.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/print.vue_vue_type_template_id_ca43fcc8_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/protection-fill.js +3 -3
- package/dist/lib/src/components/icon/comps/protection-fill.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/protection-fill.vue_vue_type_template_id_44edd5b4_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/protection-stroke.js +3 -3
- package/dist/lib/src/components/icon/comps/protection-stroke.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/protection-stroke.vue_vue_type_template_id_497486ca_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/question-fill.js +3 -3
- package/dist/lib/src/components/icon/comps/question-fill.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/question-fill.vue_vue_type_template_id_4511270e_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/question-stroke.js +3 -3
- package/dist/lib/src/components/icon/comps/question-stroke.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/question-stroke.vue_vue_type_template_id_ce08e9a4_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/refresh.js +3 -3
- package/dist/lib/src/components/icon/comps/refresh.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/refresh.vue_vue_type_template_id_5b85c10a_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/reload.js +3 -3
- package/dist/lib/src/components/icon/comps/reload.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/reload.vue_vue_type_template_id_70f15fba_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/returns.js +3 -3
- package/dist/lib/src/components/icon/comps/returns.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/returns.vue_vue_type_template_id_56ab2372_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/run.js +3 -3
- package/dist/lib/src/components/icon/comps/run.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/run.vue_vue_type_template_id_daa8978c_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/scan-barcode.js +3 -3
- package/dist/lib/src/components/icon/comps/scan-barcode.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/scan-barcode.vue_vue_type_template_id_952bd5de_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/search.js +3 -3
- package/dist/lib/src/components/icon/comps/search.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/search.vue_vue_type_template_id_de3ab76e_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/service-shop.js +3 -3
- package/dist/lib/src/components/icon/comps/service-shop.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/service-shop.vue_vue_type_template_id_39564fef_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/shipping.js +3 -3
- package/dist/lib/src/components/icon/comps/shipping.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/shipping.vue_vue_type_template_id_02d3cb0f_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/shopping-bag-fill.js +3 -3
- package/dist/lib/src/components/icon/comps/shopping-bag-fill.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/shopping-bag-fill.vue_vue_type_template_id_7c5f2b5c_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/shopping-bag.js +3 -3
- package/dist/lib/src/components/icon/comps/shopping-bag.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/shopping-bag.vue_vue_type_template_id_2e308c84_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/shrink.js +3 -3
- package/dist/lib/src/components/icon/comps/shrink.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/shrink.vue_vue_type_template_id_6a7b6c2a_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/size-chart.js +3 -3
- package/dist/lib/src/components/icon/comps/size-chart.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/size-chart.vue_vue_type_template_id_06d65433_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/ski-boot.js +3 -3
- package/dist/lib/src/components/icon/comps/ski-boot.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/ski-boot.vue_vue_type_template_id_f5cc60e2_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/ski.js +3 -3
- package/dist/lib/src/components/icon/comps/ski.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/ski.vue_vue_type_template_id_9389f880_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/snow-shop.js +3 -3
- package/dist/lib/src/components/icon/comps/snow-shop.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/snow-shop.vue_vue_type_template_id_7459a222_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/snow.js +3 -3
- package/dist/lib/src/components/icon/comps/snow.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/snow.vue_vue_type_template_id_840d8e38_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/sort.js +3 -3
- package/dist/lib/src/components/icon/comps/sort.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/sort.vue_vue_type_template_id_10589102_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/star-100.js +3 -3
- package/dist/lib/src/components/icon/comps/star-100.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/star-100.vue_vue_type_template_id_54aa4957_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/star-25.js +3 -3
- package/dist/lib/src/components/icon/comps/star-25.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/star-25.vue_vue_type_template_id_574b444d_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/star-50.js +3 -3
- package/dist/lib/src/components/icon/comps/star-50.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/star-50.vue_vue_type_template_id_5c2358a5_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/star-75.js +3 -3
- package/dist/lib/src/components/icon/comps/star-75.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/star-75.vue_vue_type_template_id_5fd37f68_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/star-stroke.js +3 -3
- package/dist/lib/src/components/icon/comps/star-stroke.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/star-stroke.vue_vue_type_template_id_144de8c2_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/storefront.js +3 -3
- package/dist/lib/src/components/icon/comps/storefront.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/storefront.vue_vue_type_template_id_ca3f87ee_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/swim.js +3 -3
- package/dist/lib/src/components/icon/comps/swim.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/swim.vue_vue_type_template_id_e171612e_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/telephone.js +3 -3
- package/dist/lib/src/components/icon/comps/telephone.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/telephone.vue_vue_type_template_id_4a773bf3_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/tent.js +3 -3
- package/dist/lib/src/components/icon/comps/tent.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/tent.vue_vue_type_template_id_47e33158_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/trash.js +3 -3
- package/dist/lib/src/components/icon/comps/trash.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/trash.vue_vue_type_template_id_4c9d04a7_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/twitter.js +3 -3
- package/dist/lib/src/components/icon/comps/twitter.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/twitter.vue_vue_type_template_id_412f4ca2_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/upload.js +3 -3
- package/dist/lib/src/components/icon/comps/upload.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/upload.vue_vue_type_template_id_a6830fbc_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/verified-purchaser.js +3 -3
- package/dist/lib/src/components/icon/comps/verified-purchaser.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/verified-purchaser.vue_vue_type_template_id_5e11ec26_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/virtual-outfitting.js +3 -3
- package/dist/lib/src/components/icon/comps/virtual-outfitting.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/virtual-outfitting.vue_vue_type_template_id_1105a1d8_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/warning-fill.js +3 -3
- package/dist/lib/src/components/icon/comps/warning-fill.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/warning-fill.vue_vue_type_template_id_1b9e86f5_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/warning-stroke.js +3 -3
- package/dist/lib/src/components/icon/comps/warning-stroke.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/warning-stroke.vue_vue_type_template_id_2c7412ac_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/water.js +3 -3
- package/dist/lib/src/components/icon/comps/water.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/water.vue_vue_type_template_id_0d9461f4_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/wilderness.js +3 -3
- package/dist/lib/src/components/icon/comps/wilderness.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/wilderness.vue_vue_type_template_id_1b689022_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/x-fill.js +3 -3
- package/dist/lib/src/components/icon/comps/x-fill.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/x-fill.vue_vue_type_template_id_223b5859_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/x-lg.js +3 -3
- package/dist/lib/src/components/icon/comps/x-lg.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/x-lg.vue_vue_type_template_id_50ea0bd1_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/x-sm.js +3 -3
- package/dist/lib/src/components/icon/comps/x-sm.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/x-sm.vue_vue_type_template_id_5d308530_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/x-stroke.js +3 -3
- package/dist/lib/src/components/icon/comps/x-stroke.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/x-stroke.vue_vue_type_template_id_871801e4_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/youtube.js +3 -3
- package/dist/lib/src/components/icon/comps/youtube.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/youtube.vue_vue_type_template_id_acbe155c_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/zoom-in.js +3 -3
- package/dist/lib/src/components/icon/comps/zoom-in.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/zoom-in.vue_vue_type_template_id_1972e98e_lang.js +25 -0
- package/dist/lib/src/components/icon/comps/zoom-out.js +3 -3
- package/dist/lib/src/components/icon/comps/zoom-out.vue_vue_type_script_lang.js +19 -0
- package/dist/lib/src/components/icon/comps/zoom-out.vue_vue_type_template_id_61fb50b5_lang.js +25 -0
- package/dist/lib/src/components/icon/styles/CdrIcon.module.scss_vue_type_style_index_0_src_id_32ddc2b8_module_true_lang.css.js +16 -0
- package/dist/lib/src/components/image/CdrImg.js +4 -4
- package/dist/lib/src/components/image/CdrImg.vue_vue_type_script_lang.js +127 -0
- package/dist/lib/src/components/image/CdrImg.vue_vue_type_template_id_2db42a36_lang.js +29 -0
- package/dist/lib/src/components/image/styles/CdrImg.module.scss_vue_type_style_index_0_src_id_2db42a36_module_true_lang.css.js +12 -0
- package/dist/lib/src/components/input/CdrInput.js +4 -4
- package/dist/lib/src/components/input/CdrInput.vue_vue_type_script_lang.js +177 -0
- package/dist/lib/src/components/input/CdrInput.vue_vue_type_template_id_0727bc24_lang.js +134 -0
- package/dist/lib/src/components/input/styles/CdrInput.module.scss_vue_type_style_index_0_src_id_0727bc24_module_true_lang.css.js +22 -0
- package/dist/lib/src/components/labelStandalone/CdrLabelStandalone.js +4 -4
- package/dist/lib/src/components/labelStandalone/CdrLabelStandalone.vue_vue_type_script_lang.js +47 -0
- package/dist/lib/src/components/labelStandalone/CdrLabelStandalone.vue_vue_type_template_id_0fc61c8e_lang.js +60 -0
- package/dist/lib/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss_vue_type_style_index_0_src_id_0fc61c8e_module_true_lang.css.js +16 -0
- package/dist/lib/src/components/labelWrapper/CdrLabelWrapper.js +4 -4
- package/dist/lib/src/components/labelWrapper/CdrLabelWrapper.vue_vue_type_script_lang.js +41 -0
- package/dist/lib/src/components/labelWrapper/CdrLabelWrapper.vue_vue_type_template_id_1b3bfeb0_lang.js +26 -0
- package/dist/lib/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss_vue_type_style_index_0_src_id_1b3bfeb0_module_true_lang.css.js +27 -0
- package/dist/lib/src/components/link/CdrLink.js +4 -4
- package/dist/lib/src/components/link/CdrLink.vue_vue_type_script_lang.js +67 -0
- package/dist/lib/src/components/link/CdrLink.vue_vue_type_template_id_6c2e23a6_lang.js +21 -0
- package/dist/lib/src/components/link/styles/CdrLink.module.scss_vue_type_style_index_0_src_id_6c2e23a6_module_true_lang.css.js +7 -0
- package/dist/lib/src/components/list/CdrList.js +4 -4
- package/dist/lib/src/components/list/CdrList.vue_vue_type_script_lang.js +41 -0
- package/dist/lib/src/components/list/CdrList.vue_vue_type_template_id_41255cee_lang.js +18 -0
- package/dist/lib/src/components/list/styles/CdrList.module.scss_vue_type_style_index_0_src_id_41255cee_module_true_lang.css.js +9 -0
- package/dist/lib/src/components/modal/CdrModal.js +4 -4
- package/dist/lib/src/components/modal/CdrModal.vue_vue_type_script_lang.js +283 -0
- package/dist/lib/src/components/modal/CdrModal.vue_vue_type_template_id_57e9fd64_lang.js +108 -0
- package/dist/lib/src/components/modal/onTransitionEnd.js +1 -1
- package/dist/lib/src/components/modal/styles/CdrModal.module.scss_vue_type_style_index_0_src_id_57e9fd64_module_true_lang.css.js +17 -0
- package/dist/lib/src/components/pagination/CdrPagination.js +4 -4
- package/dist/lib/src/components/pagination/CdrPagination.vue_vue_type_script_lang.js +211 -0
- package/dist/lib/src/components/pagination/CdrPagination.vue_vue_type_template_id_15a761e6_lang.js +172 -0
- package/dist/lib/src/components/pagination/styles/CdrPagination.module.scss_vue_type_style_index_0_src_id_15a761e6_module_true_lang.css.js +15 -0
- package/dist/lib/src/components/popover/CdrPopover.js +4 -4
- package/dist/lib/src/components/popover/CdrPopover.vue_vue_type_script_lang.js +115 -0
- package/dist/lib/src/components/popover/CdrPopover.vue_vue_type_template_id_764fda0e_lang.js +76 -0
- package/dist/lib/src/components/popover/styles/CdrPopover.module.scss_vue_type_style_index_0_src_id_764fda0e_module_true_lang.css.js +11 -0
- package/dist/lib/src/components/popup/CdrPopup.js +4 -4
- package/dist/lib/src/components/popup/CdrPopup.vue_vue_type_script_lang.js +176 -0
- package/dist/lib/src/components/popup/CdrPopup.vue_vue_type_template_id_c9b83fa4_lang.js +21 -0
- package/dist/lib/src/components/popup/calculatePlacement.js +1 -1
- package/dist/lib/src/components/popup/styles/CdrPopup.module.scss_vue_type_style_index_0_src_id_c9b83fa4_module_true_lang.css.js +18 -0
- package/dist/lib/src/components/quote/CdrQuote.js +4 -4
- package/dist/lib/src/components/quote/CdrQuote.vue_vue_type_script_lang.js +48 -0
- package/dist/lib/src/components/quote/CdrQuote.vue_vue_type_template_id_20116a2e_lang.js +29 -0
- package/dist/lib/src/components/quote/styles/CdrQuote.module.scss_vue_type_style_index_0_src_id_20116a2e_module_true_lang.css.js +7 -0
- package/dist/lib/src/components/radio/CdrRadio.js +4 -4
- package/dist/lib/src/components/radio/CdrRadio.vue_vue_type_script_lang.js +79 -0
- package/dist/lib/src/components/radio/CdrRadio.vue_vue_type_template_id_0a348de4_lang.js +42 -0
- package/dist/lib/src/components/radio/styles/CdrRadio.module.scss_vue_type_style_index_0_src_id_0a348de4_module_true_lang.css.js +7 -0
- package/dist/lib/src/components/rating/CdrRating.js +4 -4
- package/dist/lib/src/components/rating/CdrRating.vue_vue_type_script_lang.js +139 -0
- package/dist/lib/src/components/rating/CdrRating.vue_vue_type_template_id_4cfe512c_lang.js +72 -0
- package/dist/lib/src/components/rating/styles/CdrRating.module.scss_vue_type_style_index_0_src_id_4cfe512c_module_true_lang.css.js +32 -0
- package/dist/lib/src/components/select/CdrSelect.js +4 -4
- package/dist/lib/src/components/select/CdrSelect.vue_vue_type_script_lang.js +185 -0
- package/dist/lib/src/components/select/CdrSelect.vue_vue_type_template_id_039dbe2a_lang.js +111 -0
- package/dist/lib/src/components/select/styles/CdrSelect.module.scss_vue_type_style_index_0_src_id_039dbe2a_module_true_lang.css.js +20 -0
- package/dist/lib/src/components/table/CdrTable.js +4 -4
- package/dist/lib/src/components/table/CdrTable.vue_vue_type_script_lang.js +73 -0
- package/dist/lib/src/components/table/CdrTable.vue_vue_type_template_id_81c7b324_lang.js +15 -0
- package/dist/lib/src/components/table/styles/CdrTable.module.scss_vue_type_style_index_0_src_id_81c7b324_module_true_lang.css.js +17 -0
- package/dist/lib/src/components/tabs/CdrTabPanel.js +4 -4
- package/dist/lib/src/components/tabs/CdrTabPanel.vue_vue_type_script_lang.js +100 -0
- package/dist/lib/src/components/tabs/CdrTabPanel.vue_vue_type_template_id_2950521f_lang.js +25 -0
- package/dist/lib/src/components/tabs/CdrTabs.js +4 -4
- package/dist/lib/src/components/tabs/CdrTabs.vue_vue_type_script_lang.js +302 -0
- package/dist/lib/src/components/tabs/CdrTabs.vue_vue_type_template_id_0b62a2ae_lang.js +75 -0
- package/dist/lib/src/components/tabs/styles/CdrTabPanel.module.scss_vue_type_style_index_0_src_id_2950521f_module_true_lang.css.js +9 -0
- package/dist/lib/src/components/tabs/styles/CdrTabs.module.scss_vue_type_style_index_0_src_id_0b62a2ae_module_true_lang.css.js +27 -0
- package/dist/lib/src/components/text/CdrText.js +4 -4
- package/dist/lib/src/components/text/CdrText.vue_vue_type_script_lang.js +20 -0
- package/dist/lib/src/components/text/CdrText.vue_vue_type_template_id_78d76fe8_lang.js +18 -0
- package/dist/lib/src/components/text/styles/CdrText.module.scss_vue_type_style_index_0_src_id_78d76fe8_module_true_lang.css.js +5 -0
- package/dist/lib/src/components/toast/CdrToast.js +9 -0
- package/dist/lib/src/components/toast/CdrToast.vue_vue_type_script_setup_true_lang.js +162 -0
- package/dist/lib/src/components/toast/styles/CdrToast.module.scss_vue_type_style_index_0_src_id_7e02aa8e_module_true_lang.css.js +18 -0
- package/dist/lib/src/components/tooltip/CdrTooltip.js +4 -4
- package/dist/lib/src/components/tooltip/CdrTooltip.vue_vue_type_script_lang.js +97 -0
- package/dist/lib/src/components/tooltip/CdrTooltip.vue_vue_type_template_id_5abb534e_lang.js +36 -0
- package/dist/lib/src/components/tooltip/styles/CdrTooltip.module.scss_vue_type_style_index_0_src_id_5abb534e_module_true_lang.css.js +13 -0
- package/dist/lib/src/index.js +210 -208
- package/dist/lib/src/mixins/breakpoints.js +1 -1
- package/dist/lib/src/props/background.js +1 -1
- package/dist/lib/src/props/size.js +1 -1
- package/dist/lib/src/utils/mapClasses.js +1 -1
- package/dist/lib/src/utils/propValidator.js +1 -1
- package/dist/style/cdr-accordion-group.css +1 -1
- package/dist/style/cdr-accordion.css +1 -1
- package/dist/style/cdr-banner.css +1 -1
- package/dist/style/cdr-breadcrumb.css +1 -1
- package/dist/style/cdr-button.css +1 -1
- package/dist/style/cdr-caption.css +1 -1
- package/dist/style/cdr-card.css +1 -1
- package/dist/style/cdr-checkbox.css +1 -1
- package/dist/style/cdr-chip-group.css +1 -1
- package/dist/style/cdr-chip.css +1 -1
- package/dist/style/cdr-container.css +1 -1
- package/dist/style/cdr-form-error.css +1 -1
- package/dist/style/cdr-form-group.css +1 -1
- package/dist/style/cdr-grid.css +1 -1
- package/dist/style/cdr-icon.css +1 -1
- package/dist/style/cdr-img.css +1 -1
- package/dist/style/cdr-input.css +1 -1
- package/dist/style/cdr-label-standalone.css +1 -1
- package/dist/style/cdr-link.css +1 -1
- package/dist/style/cdr-list.css +1 -1
- package/dist/style/cdr-modal.css +1 -1
- package/dist/style/cdr-pagination.css +1 -1
- package/dist/style/cdr-popover.css +1 -1
- package/dist/style/cdr-popup.css +1 -1
- package/dist/style/cdr-quote.css +1 -1
- package/dist/style/cdr-rating.css +1 -1
- package/dist/style/cdr-select.css +1 -1
- package/dist/style/cdr-tab-panel.css +1 -1
- package/dist/style/cdr-table.css +1 -1
- package/dist/style/cdr-tabs.css +1 -1
- package/dist/style/cdr-text.css +1 -1
- package/dist/style/cdr-toast.css +1 -0
- package/dist/style/cdr-tooltip.css +1 -1
- package/dist/style/cedar-full.css +1 -0
- package/package.json +6 -6
- package/dist/lib/assets/cedar-compiled-f79a10f8.css +0 -4141
- package/dist/lib/src/components/accordion/CdrAccordion.vue_vue&type=script&lang.js +0 -151
- package/dist/lib/src/components/accordion/CdrAccordion.vue_vue&type=template&id=529b06a4&lang.js +0 -69
- package/dist/lib/src/components/accordion/CdrAccordionGroup.vue_vue&type=script&lang.js +0 -102
- package/dist/lib/src/components/accordion/CdrAccordionGroup.vue_vue&type=template&id=09b98521&lang.js +0 -18
- package/dist/lib/src/components/accordion/styles/CdrAccordion.module.scss_vue&type=style&index=0&src&id=529b06a4&module=true&lang.css.js +0 -18
- package/dist/lib/src/components/accordion/styles/CdrAccordionGroup.module.scss_vue&type=style&index=0&src&id=09b98521&module=true&lang.css.js +0 -6
- package/dist/lib/src/components/banner/CdrBanner.vue_vue&type=script&lang.js +0 -31
- package/dist/lib/src/components/banner/CdrBanner.vue_vue&type=template&id=0217b2ec&lang.js +0 -11
- package/dist/lib/src/components/banner/styles/CdrBanner.module.scss_vue&type=style&index=0&src&id=0217b2ec&module=true&lang.css.js +0 -9
- package/dist/lib/src/components/breadcrumb/CdrBreadcrumb.vue_vue&type=script&lang.js +0 -81
- package/dist/lib/src/components/breadcrumb/CdrBreadcrumb.vue_vue&type=template&id=71430df8&lang.js +0 -73
- package/dist/lib/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss_vue&type=style&index=0&src&id=71430df8&module=true&lang.css.js +0 -11
- package/dist/lib/src/components/button/CdrButton.vue_vue&type=script&lang.js +0 -118
- package/dist/lib/src/components/button/CdrButton.vue_vue&type=template&id=4acc8116&lang.js +0 -19
- package/dist/lib/src/components/button/styles/CdrButton.module.scss_vue&type=style&index=0&src&id=4acc8116&module=true&lang.css.js +0 -36
- package/dist/lib/src/components/caption/CdrCaption.vue_vue&type=script&lang.js +0 -21
- package/dist/lib/src/components/caption/CdrCaption.vue_vue&type=template&id=175a476e&lang.js +0 -21
- package/dist/lib/src/components/caption/styles/CdrCaption.module.scss_vue&type=style&index=0&src&id=175a476e&module=true&lang.css.js +0 -6
- package/dist/lib/src/components/card/CdrCard.vue_vue&type=script&lang.js +0 -21
- package/dist/lib/src/components/card/CdrCard.vue_vue&type=template&id=69684dd2&lang.js +0 -18
- package/dist/lib/src/components/card/styles/CdrCard.module.scss_vue&type=style&index=0&src&id=69684dd2&module=true&lang.css.js +0 -5
- package/dist/lib/src/components/checkbox/CdrCheckbox.vue_vue&type=script&lang.js +0 -93
- package/dist/lib/src/components/checkbox/CdrCheckbox.vue_vue&type=template&id=6df096b8&lang.js +0 -43
- package/dist/lib/src/components/checkbox/styles/CdrCheckbox.module.scss_vue&type=style&index=0&src&id=6df096b8&module=true&lang.css.js +0 -7
- package/dist/lib/src/components/chip/CdrChip.vue_vue&type=script&lang.js +0 -30
- package/dist/lib/src/components/chip/CdrChip.vue_vue&type=template&id=7f59884a&lang.js +0 -25
- package/dist/lib/src/components/chip/CdrChipGroup.vue_vue&type=script&lang.js +0 -91
- package/dist/lib/src/components/chip/CdrChipGroup.vue_vue&type=template&id=fe1549f6&lang.js +0 -30
- package/dist/lib/src/components/chip/styles/CdrChip.module.scss_vue&type=style&index=0&src&id=7f59884a&module=true&lang.css.js +0 -8
- package/dist/lib/src/components/chip/styles/CdrChipGroup.module.scss_vue&type=style&index=0&src&id=fe1549f6&module=true&lang.css.js +0 -8
- package/dist/lib/src/components/container/CdrContainer.vue_vue&type=script&lang.js +0 -38
- package/dist/lib/src/components/container/CdrContainer.vue_vue&type=template&id=82971d64&lang.js +0 -18
- package/dist/lib/src/components/container/styles/CdrContainer.module.scss_vue&type=style&index=0&src&id=82971d64&module=true&lang.css.js +0 -6
- package/dist/lib/src/components/formError/CdrFormError.vue_vue&type=script&lang.js +0 -21
- package/dist/lib/src/components/formError/CdrFormError.vue_vue&type=template&id=57e71ba4&lang.js +0 -23
- package/dist/lib/src/components/formError/styles/CdrFormError.module.scss_vue&type=style&index=0&src&id=57e71ba4&module=true&lang.css.js +0 -6
- package/dist/lib/src/components/formGroup/CdrFormGroup.vue_vue&type=script&lang.js +0 -54
- package/dist/lib/src/components/formGroup/CdrFormGroup.vue_vue&type=template&id=0703fb8e&lang.js +0 -46
- package/dist/lib/src/components/formGroup/styles/CdrFormGroup.module.scss_vue&type=style&index=0&src&id=0703fb8e&module=true&lang.css.js +0 -10
- package/dist/lib/src/components/grid/CdrGrid.vue_vue&type=script&lang.js +0 -47
- package/dist/lib/src/components/grid/CdrGrid.vue_vue&type=template&id=09e8c23e&lang.js +0 -18
- package/dist/lib/src/components/grid/styles/CdrGrid.module.scss_vue&type=style&index=0&src&id=09e8c23e&module=true&lang.css.js +0 -25
- package/dist/lib/src/components/icon/CdrIcon.vue_vue&type=script&lang.js +0 -58
- package/dist/lib/src/components/icon/CdrIcon.vue_vue&type=template&id=32ddc2b8&lang.js +0 -15
- package/dist/lib/src/components/icon/comps/account-profile-fill.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/account-profile-fill.vue_vue&type=template&id=6016ce28&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/account-profile.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/account-profile.vue_vue&type=template&id=40195a38&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/arrow-down.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/arrow-down.vue_vue&type=template&id=816699f2&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/arrow-left.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/arrow-left.vue_vue&type=template&id=5eac1828&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/arrow-right.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/arrow-right.vue_vue&type=template&id=fc4cb8f2&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/arrow-up.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/arrow-up.vue_vue&type=template&id=6d8e7080&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/atv.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/atv.vue_vue&type=template&id=0e1da852&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/bed-outline.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/bed-outline.vue_vue&type=template&id=3d5f9c25&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/bike-shop.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/bike-shop.vue_vue&type=template&id=47eac651&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/binoculars.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/binoculars.vue_vue&type=template&id=0f7b7251&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/birding.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/birding.vue_vue&type=template&id=23709890&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/boat.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/boat.vue_vue&type=template&id=16454bbe&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/boating.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/boating.vue_vue&type=template&id=4d87c951&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/bookmark-fill.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/bookmark-fill.vue_vue&type=template&id=6c6b7d29&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/bookmark-stroke.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/bookmark-stroke.vue_vue&type=template&id=3b2e2fde&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/brand-abstract.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/brand-abstract.vue_vue&type=template&id=34dd556e&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/brand-code-sandbox.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/brand-code-sandbox.vue_vue&type=template&id=45ed2e0e&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/brand-github.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/brand-github.vue_vue&type=template&id=338f5f6c&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/brand-linkedin.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/brand-linkedin.vue_vue&type=template&id=9a6dafb6&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/brand-rei-ice-axes.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/brand-rei-ice-axes.vue_vue&type=template&id=257e5c25&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/brand-sketch.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/brand-sketch.vue_vue&type=template&id=6f2e18da&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/buddies.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/buddies.vue_vue&type=template&id=37486b93&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/bus.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/bus.vue_vue&type=template&id=448e75af&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/calendar.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/calendar.vue_vue&type=template&id=058ea09f&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/camera.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/camera.vue_vue&type=template&id=434cfb46&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/canoe.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/canoe.vue_vue&type=template&id=36d10415&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/car.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/car.vue_vue&type=template&id=5745ad03&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/caret-down.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/caret-down.vue_vue&type=template&id=02ecee66&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/caret-left.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/caret-left.vue_vue&type=template&id=0fe6c9b2&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/caret-right.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/caret-right.vue_vue&type=template&id=2a378681&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/caret-up.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/caret-up.vue_vue&type=template&id=19c751f4&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/cart-fill.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/cart-fill.vue_vue&type=template&id=448f31ff&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/cart.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/cart.vue_vue&type=template&id=d5aca7fe&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/chain-link.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/chain-link.vue_vue&type=template&id=e56a02b2&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/chat.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/chat.vue_vue&type=template&id=2b1a2f8e&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/check-fill.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/check-fill.vue_vue&type=template&id=41932d6e&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/check-lg.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/check-lg.vue_vue&type=template&id=8356ce7e&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/check-sm.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/check-sm.vue_vue&type=template&id=6ac9dbc0&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/check-stroke.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/check-stroke.vue_vue&type=template&id=26ee93fe&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/climb.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/climb.vue_vue&type=template&id=bd2a5cb8&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/clipboard.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/clipboard.vue_vue&type=template&id=47b14c85&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/clock.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/clock.vue_vue&type=template&id=6382db06&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/code-html.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/code-html.vue_vue&type=template&id=52d293fa&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/code-js.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/code-js.vue_vue&type=template&id=1ce7fc58&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/compass.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/compass.vue_vue&type=template&id=cfc7107e&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/copy.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/copy.vue_vue&type=template&id=769dadd6&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/coupon-fill.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/coupon-fill.vue_vue&type=template&id=04cba1f9&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/coupon-stroke.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/coupon-stroke.vue_vue&type=template&id=3c1860ae&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/credit-card.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/credit-card.vue_vue&type=template&id=659778da&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/curbside-pickup.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/curbside-pickup.vue_vue&type=template&id=f619e602&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/day.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/day.vue_vue&type=template&id=e6e2e66a&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/diving.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/diving.vue_vue&type=template&id=4dbe8fd2&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/dog.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/dog.vue_vue&type=template&id=b916832a&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/download.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/download.vue_vue&type=template&id=5caeb8e9&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/edit.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/edit.vue_vue&type=template&id=1779cc2a&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/elevation.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/elevation.vue_vue&type=template&id=bec23c68&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/error-fill.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/error-fill.vue_vue&type=template&id=00d01c49&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/error-stroke.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/error-stroke.vue_vue&type=template&id=48e786fe&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/expand.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/expand.vue_vue&type=template&id=4931578a&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/experiences-backpacking.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/experiences-backpacking.vue_vue&type=template&id=bc6d18e6&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/experiences-camping.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/experiences-camping.vue_vue&type=template&id=45b2a2ec&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/experiences-climbing.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/experiences-climbing.vue_vue&type=template&id=77cf6872&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/experiences-clothing.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/experiences-clothing.vue_vue&type=template&id=a2a3b526&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/experiences-cycling.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/experiences-cycling.vue_vue&type=template&id=7b379764&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/experiences-family.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/experiences-family.vue_vue&type=template&id=61ecd689&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/experiences-fitness.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/experiences-fitness.vue_vue&type=template&id=1a615b93&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/experiences-hiking.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/experiences-hiking.vue_vue&type=template&id=1f4ce13d&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/experiences-outdoor-basics.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/experiences-outdoor-basics.vue_vue&type=template&id=674ff21b&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/experiences-paddling.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/experiences-paddling.vue_vue&type=template&id=ee1477e8&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/experiences-rentals.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/experiences-rentals.vue_vue&type=template&id=5a1591fa&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/experiences-snowsports.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/experiences-snowsports.vue_vue&type=template&id=2740d867&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/experiences-travel.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/experiences-travel.vue_vue&type=template&id=5af62f3f&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/external-link.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/external-link.vue_vue&type=template&id=52f0fd2b&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/eye-hide.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/eye-hide.vue_vue&type=template&id=e9f07e82&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/eye-show.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/eye-show.vue_vue&type=template&id=3edd2e0c&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/facebook.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/facebook.vue_vue&type=template&id=04e63c27&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/filter-alt.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/filter-alt.vue_vue&type=template&id=013359f5&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/filter.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/filter.vue_vue&type=template&id=5ea9a219&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/find-location.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/find-location.vue_vue&type=template&id=03146738&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/fire.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/fire.vue_vue&type=template&id=732bac17&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/fishing.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/fishing.vue_vue&type=template&id=75a3a139&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/free-product.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/free-product.vue_vue&type=template&id=2299e922&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/grid-view.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/grid-view.vue_vue&type=template&id=7381d0bb&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/heart-fill.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/heart-fill.vue_vue&type=template&id=a391b86a&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/heart-stroke.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/heart-stroke.vue_vue&type=template&id=38aab600&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/hike.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/hike.vue_vue&type=template&id=36fc197c&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/history.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/history.vue_vue&type=template&id=799ce37a&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/home.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/home.vue_vue&type=template&id=77cb2e40&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/horse.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/horse.vue_vue&type=template&id=b6381a68&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/horseshoe.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/horseshoe.vue_vue&type=template&id=2c6db392&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/image.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/image.vue_vue&type=template&id=5cbc1d6c&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/information-fill.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/information-fill.vue_vue&type=template&id=55659236&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/information-stroke.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/information-stroke.vue_vue&type=template&id=1aef2acc&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/instagram.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/instagram.vue_vue&type=template&id=23b408a1&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/kayak.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/kayak.vue_vue&type=template&id=0749bc3c&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/list-ragged.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/list-ragged.vue_vue&type=template&id=bc4f1428&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/list-view.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/list-view.vue_vue&type=template&id=274fa33a&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/location-pin-fill.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/location-pin-fill.vue_vue&type=template&id=48f2c97c&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/location-pin-stroke.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/location-pin-stroke.vue_vue&type=template&id=4ffa2bb7&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/lock-locked-fill.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/lock-locked-fill.vue_vue&type=template&id=4b517bb6&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/lock-locked-stroke.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/lock-locked-stroke.vue_vue&type=template&id=4586b44c&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/lock-unlocked-stroke.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/lock-unlocked-stroke.vue_vue&type=template&id=63517ea1&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/mail.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/mail.vue_vue&type=template&id=d7add9d0&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/map.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/map.vue_vue&type=template&id=6827ce8b&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/member-card.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/member-card.vue_vue&type=template&id=00126912&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/microphone.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/microphone.vue_vue&type=template&id=0cb7cb6a&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/minus-fill.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/minus-fill.vue_vue&type=template&id=00023ae1&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/minus-lg.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/minus-lg.vue_vue&type=template&id=3ad01f4e&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/minus-sm.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/minus-sm.vue_vue&type=template&id=22432c90&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/minus-stroke.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/minus-stroke.vue_vue&type=template&id=440c5f96&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/more-functions.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/more-functions.vue_vue&type=template&id=6cbdaf44&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/my-location.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/my-location.vue_vue&type=template&id=78b11be5&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/navigation-menu.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/navigation-menu.vue_vue&type=template&id=a1502bb2&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/night.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/night.vue_vue&type=template&id=57610587&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/paddle.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/paddle.vue_vue&type=template&id=759b95ea&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/pause-fill.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/pause-fill.vue_vue&type=template&id=3cdd57ca&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/pause-stroke.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/pause-stroke.vue_vue&type=template&id=038bdb60&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/pause.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/pause.vue_vue&type=template&id=3769a865&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/photography.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/photography.vue_vue&type=template&id=c6655968&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/picnic.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/picnic.vue_vue&type=template&id=0b3817df&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/pinterest.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/pinterest.vue_vue&type=template&id=5cfdf6ee&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/plane.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/plane.vue_vue&type=template&id=f8dc8c6a&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/play-fill.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/play-fill.vue_vue&type=template&id=cfd00f2a&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/play-stroke.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/play-stroke.vue_vue&type=template&id=2da8e2a0&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/play.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/play.vue_vue&type=template&id=04c19215&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/playground.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/playground.vue_vue&type=template&id=0860fe5c&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/plugin.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/plugin.vue_vue&type=template&id=b7ac1f58&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/plus-fill.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/plus-fill.vue_vue&type=template&id=ff856e76&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/plus-lg.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/plus-lg.vue_vue&type=template&id=5945273d&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/plus-sm.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/plus-sm.vue_vue&type=template&id=658ba09c&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/plus-stroke.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/plus-stroke.vue_vue&type=template&id=bc88f70c&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/print.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/print.vue_vue&type=template&id=ca43fcc8&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/protection-fill.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/protection-fill.vue_vue&type=template&id=44edd5b4&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/protection-stroke.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/protection-stroke.vue_vue&type=template&id=497486ca&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/question-fill.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/question-fill.vue_vue&type=template&id=4511270e&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/question-stroke.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/question-stroke.vue_vue&type=template&id=ce08e9a4&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/refresh.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/refresh.vue_vue&type=template&id=5b85c10a&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/reload.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/reload.vue_vue&type=template&id=70f15fba&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/returns.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/returns.vue_vue&type=template&id=56ab2372&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/run.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/run.vue_vue&type=template&id=daa8978c&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/scan-barcode.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/scan-barcode.vue_vue&type=template&id=952bd5de&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/search.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/search.vue_vue&type=template&id=de3ab76e&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/service-shop.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/service-shop.vue_vue&type=template&id=39564fef&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/shipping.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/shipping.vue_vue&type=template&id=02d3cb0f&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/shopping-bag-fill.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/shopping-bag-fill.vue_vue&type=template&id=7c5f2b5c&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/shopping-bag.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/shopping-bag.vue_vue&type=template&id=2e308c84&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/shrink.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/shrink.vue_vue&type=template&id=6a7b6c2a&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/size-chart.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/size-chart.vue_vue&type=template&id=06d65433&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/ski-boot.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/ski-boot.vue_vue&type=template&id=f5cc60e2&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/ski.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/ski.vue_vue&type=template&id=9389f880&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/snow-shop.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/snow-shop.vue_vue&type=template&id=7459a222&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/snow.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/snow.vue_vue&type=template&id=840d8e38&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/sort.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/sort.vue_vue&type=template&id=10589102&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/star-100.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/star-100.vue_vue&type=template&id=54aa4957&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/star-25.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/star-25.vue_vue&type=template&id=574b444d&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/star-50.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/star-50.vue_vue&type=template&id=5c2358a5&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/star-75.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/star-75.vue_vue&type=template&id=5fd37f68&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/star-stroke.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/star-stroke.vue_vue&type=template&id=144de8c2&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/storefront.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/storefront.vue_vue&type=template&id=ca3f87ee&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/swim.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/swim.vue_vue&type=template&id=e171612e&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/telephone.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/telephone.vue_vue&type=template&id=4a773bf3&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/tent.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/tent.vue_vue&type=template&id=47e33158&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/trash.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/trash.vue_vue&type=template&id=4c9d04a7&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/twitter.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/twitter.vue_vue&type=template&id=412f4ca2&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/upload.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/upload.vue_vue&type=template&id=a6830fbc&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/verified-purchaser.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/verified-purchaser.vue_vue&type=template&id=5e11ec26&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/virtual-outfitting.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/virtual-outfitting.vue_vue&type=template&id=1105a1d8&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/warning-fill.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/warning-fill.vue_vue&type=template&id=1b9e86f5&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/warning-stroke.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/warning-stroke.vue_vue&type=template&id=2c7412ac&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/water.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/water.vue_vue&type=template&id=0d9461f4&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/wilderness.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/wilderness.vue_vue&type=template&id=1b689022&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/x-fill.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/x-fill.vue_vue&type=template&id=223b5859&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/x-lg.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/x-lg.vue_vue&type=template&id=50ea0bd1&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/x-sm.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/x-sm.vue_vue&type=template&id=5d308530&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/x-stroke.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/x-stroke.vue_vue&type=template&id=871801e4&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/youtube.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/youtube.vue_vue&type=template&id=acbe155c&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/zoom-in.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/zoom-in.vue_vue&type=template&id=1972e98e&lang.js +0 -25
- package/dist/lib/src/components/icon/comps/zoom-out.vue_vue&type=script&lang.js +0 -19
- package/dist/lib/src/components/icon/comps/zoom-out.vue_vue&type=template&id=61fb50b5&lang.js +0 -25
- package/dist/lib/src/components/icon/styles/CdrIcon.module.scss_vue&type=style&index=0&src&id=32ddc2b8&module=true&lang.css.js +0 -16
- package/dist/lib/src/components/image/CdrImg.vue_vue&type=script&lang.js +0 -127
- package/dist/lib/src/components/image/CdrImg.vue_vue&type=template&id=2db42a36&lang.js +0 -27
- package/dist/lib/src/components/image/styles/CdrImg.module.scss_vue&type=style&index=0&src&id=2db42a36&module=true&lang.css.js +0 -12
- package/dist/lib/src/components/input/CdrInput.vue_vue&type=script&lang.js +0 -177
- package/dist/lib/src/components/input/CdrInput.vue_vue&type=template&id=0727bc24&lang.js +0 -131
- package/dist/lib/src/components/input/styles/CdrInput.module.scss_vue&type=style&index=0&src&id=0727bc24&module=true&lang.css.js +0 -22
- package/dist/lib/src/components/labelStandalone/CdrLabelStandalone.vue_vue&type=script&lang.js +0 -47
- package/dist/lib/src/components/labelStandalone/CdrLabelStandalone.vue_vue&type=template&id=0fc61c8e&lang.js +0 -58
- package/dist/lib/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss_vue&type=style&index=0&src&id=0fc61c8e&module=true&lang.css.js +0 -16
- package/dist/lib/src/components/labelWrapper/CdrLabelWrapper.vue_vue&type=script&lang.js +0 -41
- package/dist/lib/src/components/labelWrapper/CdrLabelWrapper.vue_vue&type=template&id=1b3bfeb0&lang.js +0 -26
- package/dist/lib/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss_vue&type=style&index=0&src&id=1b3bfeb0&module=true&lang.css.js +0 -27
- package/dist/lib/src/components/link/CdrLink.vue_vue&type=script&lang.js +0 -67
- package/dist/lib/src/components/link/CdrLink.vue_vue&type=template&id=6c2e23a6&lang.js +0 -21
- package/dist/lib/src/components/link/styles/CdrLink.module.scss_vue&type=style&index=0&src&id=6c2e23a6&module=true&lang.css.js +0 -7
- package/dist/lib/src/components/list/CdrList.vue_vue&type=script&lang.js +0 -41
- package/dist/lib/src/components/list/CdrList.vue_vue&type=template&id=41255cee&lang.js +0 -18
- package/dist/lib/src/components/list/styles/CdrList.module.scss_vue&type=style&index=0&src&id=41255cee&module=true&lang.css.js +0 -9
- package/dist/lib/src/components/modal/CdrModal.vue_vue&type=script&lang.js +0 -283
- package/dist/lib/src/components/modal/CdrModal.vue_vue&type=template&id=57e9fd64&lang.js +0 -105
- package/dist/lib/src/components/modal/styles/CdrModal.module.scss_vue&type=style&index=0&src&id=57e9fd64&module=true&lang.css.js +0 -17
- package/dist/lib/src/components/pagination/CdrPagination.vue_vue&type=script&lang.js +0 -211
- package/dist/lib/src/components/pagination/CdrPagination.vue_vue&type=template&id=15a761e6&lang.js +0 -170
- package/dist/lib/src/components/pagination/styles/CdrPagination.module.scss_vue&type=style&index=0&src&id=15a761e6&module=true&lang.css.js +0 -15
- package/dist/lib/src/components/popover/CdrPopover.vue_vue&type=script&lang.js +0 -115
- package/dist/lib/src/components/popover/CdrPopover.vue_vue&type=template&id=764fda0e&lang.js +0 -76
- package/dist/lib/src/components/popover/styles/CdrPopover.module.scss_vue&type=style&index=0&src&id=764fda0e&module=true&lang.css.js +0 -11
- package/dist/lib/src/components/popup/CdrPopup.vue_vue&type=script&lang.js +0 -176
- package/dist/lib/src/components/popup/CdrPopup.vue_vue&type=template&id=c9b83fa4&lang.js +0 -21
- package/dist/lib/src/components/popup/styles/CdrPopup.module.scss_vue&type=style&index=0&src&id=c9b83fa4&module=true&lang.css.js +0 -18
- package/dist/lib/src/components/quote/CdrQuote.vue_vue&type=script&lang.js +0 -48
- package/dist/lib/src/components/quote/CdrQuote.vue_vue&type=template&id=20116a2e&lang.js +0 -29
- package/dist/lib/src/components/quote/styles/CdrQuote.module.scss_vue&type=style&index=0&src&id=20116a2e&module=true&lang.css.js +0 -7
- package/dist/lib/src/components/radio/CdrRadio.vue_vue&type=script&lang.js +0 -79
- package/dist/lib/src/components/radio/CdrRadio.vue_vue&type=template&id=0a348de4&lang.js +0 -41
- package/dist/lib/src/components/radio/styles/CdrRadio.module.scss_vue&type=style&index=0&src&id=0a348de4&module=true&lang.css.js +0 -7
- package/dist/lib/src/components/rating/CdrRating.vue_vue&type=script&lang.js +0 -139
- package/dist/lib/src/components/rating/CdrRating.vue_vue&type=template&id=4cfe512c&lang.js +0 -72
- package/dist/lib/src/components/rating/styles/CdrRating.module.scss_vue&type=style&index=0&src&id=4cfe512c&module=true&lang.css.js +0 -32
- package/dist/lib/src/components/select/CdrSelect.vue_vue&type=script&lang.js +0 -185
- package/dist/lib/src/components/select/CdrSelect.vue_vue&type=template&id=039dbe2a&lang.js +0 -109
- package/dist/lib/src/components/select/styles/CdrSelect.module.scss_vue&type=style&index=0&src&id=039dbe2a&module=true&lang.css.js +0 -20
- package/dist/lib/src/components/table/CdrTable.vue_vue&type=script&lang.js +0 -73
- package/dist/lib/src/components/table/CdrTable.vue_vue&type=template&id=81c7b324&lang.js +0 -15
- package/dist/lib/src/components/table/styles/CdrTable.module.scss_vue&type=style&index=0&src&id=81c7b324&module=true&lang.css.js +0 -17
- package/dist/lib/src/components/tabs/CdrTabPanel.vue_vue&type=script&lang.js +0 -100
- package/dist/lib/src/components/tabs/CdrTabPanel.vue_vue&type=template&id=2950521f&lang.js +0 -24
- package/dist/lib/src/components/tabs/CdrTabs.vue_vue&type=script&lang.js +0 -302
- package/dist/lib/src/components/tabs/CdrTabs.vue_vue&type=template&id=0b62a2ae&lang.js +0 -74
- package/dist/lib/src/components/tabs/styles/CdrTabPanel.module.scss_vue&type=style&index=0&src&id=2950521f&module=true&lang.css.js +0 -9
- package/dist/lib/src/components/tabs/styles/CdrTabs.module.scss_vue&type=style&index=0&src&id=0b62a2ae&module=true&lang.css.js +0 -27
- package/dist/lib/src/components/text/CdrText.vue_vue&type=script&lang.js +0 -20
- package/dist/lib/src/components/text/CdrText.vue_vue&type=template&id=78d76fe8&lang.js +0 -18
- package/dist/lib/src/components/text/styles/CdrText.module.scss_vue&type=style&index=0&src&id=78d76fe8&module=true&lang.css.js +0 -5
- package/dist/lib/src/components/tooltip/CdrTooltip.vue_vue&type=script&lang.js +0 -97
- package/dist/lib/src/components/tooltip/CdrTooltip.vue_vue&type=template&id=5abb534e&lang.js +0 -36
- package/dist/lib/src/components/tooltip/styles/CdrTooltip.module.scss_vue&type=style&index=0&src&id=5abb534e&module=true&lang.css.js +0 -13
- package/dist/style/cdr-label-wrapper.css +0 -1
- package/dist/style/cdr-radio.css +0 -1
package/dist/cedar-compiled.css
CHANGED
|
@@ -73,7 +73,7 @@ input[type="month"] {
|
|
|
73
73
|
-webkit-appearance: none; }
|
|
74
74
|
|
|
75
75
|
/* intentionally empty */
|
|
76
|
-
.cdr-accordion_13-0-0-alpha-
|
|
76
|
+
.cdr-accordion_13-0-0-alpha-1 {
|
|
77
77
|
border-top: 0.1rem solid #dcd6cb;
|
|
78
78
|
border-bottom: 0.1rem solid #dcd6cb;
|
|
79
79
|
position: relative;
|
|
@@ -88,10 +88,10 @@ input[type="month"] {
|
|
|
88
88
|
/* Border-Aligned and Compact
|
|
89
89
|
========== */
|
|
90
90
|
}
|
|
91
|
-
.cdr-accordion_13-0-0-alpha-
|
|
91
|
+
.cdr-accordion_13-0-0-alpha-1 + .cdr-accordion_13-0-0-alpha-1 {
|
|
92
92
|
border-top: none;
|
|
93
93
|
}
|
|
94
|
-
.cdr-accordion__button_13-0-0-alpha-
|
|
94
|
+
.cdr-accordion__button_13-0-0-alpha-1 {
|
|
95
95
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
96
96
|
font-style: normal;
|
|
97
97
|
font-weight: 600;
|
|
@@ -110,20 +110,20 @@ input[type="month"] {
|
|
|
110
110
|
width: 100%;
|
|
111
111
|
z-index: 1;
|
|
112
112
|
}
|
|
113
|
-
.cdr-accordion__button_13-0-0-alpha-
|
|
113
|
+
.cdr-accordion__button_13-0-0-alpha-1:hover, .cdr-accordion__button_13-0-0-alpha-1:focus {
|
|
114
114
|
background-color: #f9f8f6;
|
|
115
115
|
}
|
|
116
|
-
.cdr-accordion__label_13-0-0-alpha-
|
|
116
|
+
.cdr-accordion__label_13-0-0-alpha-1 {
|
|
117
117
|
margin-bottom: 0;
|
|
118
118
|
}
|
|
119
|
-
.cdr-accordion__header_13-0-0-alpha-
|
|
119
|
+
.cdr-accordion__header_13-0-0-alpha-1 {
|
|
120
120
|
margin: 0;
|
|
121
121
|
padding: 0;
|
|
122
122
|
font-weight: unset;
|
|
123
123
|
font-style: unset;
|
|
124
124
|
font-size: unset;
|
|
125
125
|
}
|
|
126
|
-
.cdr-accordion__header--unwrapped_13-0-0-alpha-
|
|
126
|
+
.cdr-accordion__header--unwrapped_13-0-0-alpha-1 {
|
|
127
127
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
128
128
|
font-style: normal;
|
|
129
129
|
font-weight: 500;
|
|
@@ -132,24 +132,24 @@ input[type="month"] {
|
|
|
132
132
|
line-height: 2.4rem;
|
|
133
133
|
margin: 1.6rem 0;
|
|
134
134
|
}
|
|
135
|
-
.cdr-accordion__icon_13-0-0-alpha-
|
|
135
|
+
.cdr-accordion__icon_13-0-0-alpha-1 {
|
|
136
136
|
margin-left: 1.6rem;
|
|
137
137
|
fill: #928b80;
|
|
138
138
|
transition: transform 0.3s cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
139
139
|
}
|
|
140
|
-
.cdr-accordion__icon_13-0-0-alpha-
|
|
140
|
+
.cdr-accordion__icon_13-0-0-alpha-1 .cdr-tabs--open_13-0-0-alpha-1 {
|
|
141
141
|
transform: rotate(-180deg);
|
|
142
142
|
}
|
|
143
|
-
.cdr-accordion__content-container_13-0-0-alpha-
|
|
143
|
+
.cdr-accordion__content-container_13-0-0-alpha-1 {
|
|
144
144
|
overflow: hidden;
|
|
145
145
|
transition-duration: 0.3s;
|
|
146
146
|
transition-property: max-height;
|
|
147
147
|
transition-timing-function: cubic-bezier(0.15, 0, 0.15, 1);
|
|
148
148
|
}
|
|
149
|
-
.cdr-accordion__content-container_13-0-0-alpha-
|
|
149
|
+
.cdr-accordion__content-container_13-0-0-alpha-1 .cdr-tabs--open_13-0-0-alpha-1 {
|
|
150
150
|
transition-duration: 0.3s;
|
|
151
151
|
}
|
|
152
|
-
.cdr-accordion__content_13-0-0-alpha-
|
|
152
|
+
.cdr-accordion__content_13-0-0-alpha-1 {
|
|
153
153
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
154
154
|
font-style: normal;
|
|
155
155
|
font-weight: 400;
|
|
@@ -162,7 +162,7 @@ input[type="month"] {
|
|
|
162
162
|
transition: opacity 0.1s linear;
|
|
163
163
|
opacity: 0;
|
|
164
164
|
}
|
|
165
|
-
.cdr-accordion__content_13-0-0-alpha-
|
|
165
|
+
.cdr-accordion__content_13-0-0-alpha-1 > * {
|
|
166
166
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
167
167
|
font-style: normal;
|
|
168
168
|
font-weight: 400;
|
|
@@ -170,26 +170,26 @@ input[type="month"] {
|
|
|
170
170
|
font-size: 1.6rem;
|
|
171
171
|
line-height: 2.6rem;
|
|
172
172
|
}
|
|
173
|
-
.cdr-accordion__content_13-0-0-alpha-
|
|
173
|
+
.cdr-accordion__content_13-0-0-alpha-1.cdr-tabs--open_13-0-0-alpha-1 {
|
|
174
174
|
opacity: 1;
|
|
175
175
|
}
|
|
176
|
-
.cdr-accordion__content_13-0-0-alpha-
|
|
176
|
+
.cdr-accordion__content_13-0-0-alpha-1.cdr-tabs--closed_13-0-0-alpha-1 {
|
|
177
177
|
visibility: hidden;
|
|
178
178
|
}
|
|
179
|
-
.cdr-accordion--unwrap_13-0-0-alpha-
|
|
179
|
+
.cdr-accordion--unwrap_13-0-0-alpha-1 {
|
|
180
180
|
padding: 0;
|
|
181
181
|
}
|
|
182
|
-
.cdr-accordion--border-aligned_13-0-0-alpha-
|
|
182
|
+
.cdr-accordion--border-aligned_13-0-0-alpha-1 {
|
|
183
183
|
margin: 0 1.6rem;
|
|
184
184
|
}
|
|
185
|
-
.cdr-accordion--border-aligned_13-0-0-alpha-
|
|
185
|
+
.cdr-accordion--border-aligned_13-0-0-alpha-1 .cdr-accordion__button_13-0-0-alpha-1 {
|
|
186
186
|
margin-left: -1.6rem;
|
|
187
187
|
width: calc(100% + 3.2rem);
|
|
188
188
|
}
|
|
189
|
-
.cdr-accordion--border-aligned_13-0-0-alpha-
|
|
189
|
+
.cdr-accordion--border-aligned_13-0-0-alpha-1 .cdr-accordion__content_13-0-0-alpha-1 {
|
|
190
190
|
padding: 0.8rem 0 1.6rem;
|
|
191
191
|
}
|
|
192
|
-
.cdr-accordion--compact_13-0-0-alpha-
|
|
192
|
+
.cdr-accordion--compact_13-0-0-alpha-1 .cdr-accordion__button_13-0-0-alpha-1 {
|
|
193
193
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
194
194
|
font-style: normal;
|
|
195
195
|
font-weight: 600;
|
|
@@ -198,7 +198,7 @@ input[type="month"] {
|
|
|
198
198
|
line-height: 1.8rem;
|
|
199
199
|
padding: 1.2rem;
|
|
200
200
|
}
|
|
201
|
-
.cdr-accordion--compact_13-0-0-alpha-
|
|
201
|
+
.cdr-accordion--compact_13-0-0-alpha-1 .cdr-accordion__content_13-0-0-alpha-1 {
|
|
202
202
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
203
203
|
font-style: normal;
|
|
204
204
|
font-weight: 400;
|
|
@@ -207,7 +207,7 @@ input[type="month"] {
|
|
|
207
207
|
line-height: 1.8rem;
|
|
208
208
|
padding: 0.4rem 1.2rem 1.2rem;
|
|
209
209
|
}
|
|
210
|
-
.cdr-accordion--compact_13-0-0-alpha-
|
|
210
|
+
.cdr-accordion--compact_13-0-0-alpha-1 .cdr-accordion__content_13-0-0-alpha-1 > * {
|
|
211
211
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
212
212
|
font-style: normal;
|
|
213
213
|
font-weight: 400;
|
|
@@ -215,14 +215,14 @@ input[type="month"] {
|
|
|
215
215
|
font-size: 1.4rem;
|
|
216
216
|
line-height: 1.8rem;
|
|
217
217
|
}
|
|
218
|
-
.cdr-accordion--compact_13-0-0-alpha-
|
|
218
|
+
.cdr-accordion--compact_13-0-0-alpha-1.cdr-accordion--border-aligned_13-0-0-alpha-1 .cdr-accordion__button_13-0-0-alpha-1 {
|
|
219
219
|
margin-left: -1.2rem;
|
|
220
220
|
width: calc(100% + 2.4rem);
|
|
221
221
|
}
|
|
222
|
-
.cdr-accordion--compact_13-0-0-alpha-
|
|
222
|
+
.cdr-accordion--compact_13-0-0-alpha-1.cdr-accordion--border-aligned_13-0-0-alpha-1 .cdr-accordion__content_13-0-0-alpha-1 {
|
|
223
223
|
padding: 0.4rem 0 1.2rem;
|
|
224
224
|
}
|
|
225
|
-
.cdr-accordion--focused_13-0-0-alpha-
|
|
225
|
+
.cdr-accordion--focused_13-0-0-alpha-1 {
|
|
226
226
|
/*
|
|
227
227
|
This z-index change is to fix a Chrome-only visual issue with the light blue focus outline. Basically, the bottom
|
|
228
228
|
line of the outline is usually covered by the accordion immediately below what's currently focuesd. We increase
|
|
@@ -230,54 +230,170 @@ input[type="month"] {
|
|
|
230
230
|
*/
|
|
231
231
|
z-index: 10;
|
|
232
232
|
}
|
|
233
|
-
.cdr-accordion-group_13-0-0-alpha-
|
|
233
|
+
.cdr-accordion-group_13-0-0-alpha-1 {
|
|
234
234
|
display: block;
|
|
235
235
|
list-style: none;
|
|
236
236
|
padding: 0;
|
|
237
237
|
margin: 0;
|
|
238
238
|
}
|
|
239
|
-
.cdr-accordion-group_13-0-0-alpha-
|
|
239
|
+
.cdr-accordion-group_13-0-0-alpha-1 li + li > .cdr-accordion_13-0-0-alpha-1 {
|
|
240
240
|
border-top: none;
|
|
241
241
|
}
|
|
242
|
-
.cdr-banner_13-0-0-alpha-
|
|
242
|
+
.cdr-banner_13-0-0-alpha-1 {
|
|
243
243
|
position: relative;
|
|
244
|
-
padding: 0.8rem;
|
|
245
244
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
246
245
|
font-style: normal;
|
|
247
246
|
font-weight: 400;
|
|
248
247
|
letter-spacing: -0.016rem;
|
|
249
|
-
font-size: 1.
|
|
250
|
-
line-height:
|
|
248
|
+
font-size: 1.4rem;
|
|
249
|
+
line-height: 1.8rem;
|
|
250
|
+
display: grid;
|
|
251
|
+
grid-template-columns: 1fr auto;
|
|
252
|
+
grid-template-areas: "main info-action" "message-body info-action";
|
|
251
253
|
}
|
|
252
|
-
.cdr-
|
|
253
|
-
|
|
254
|
-
border: 0.1rem solid #406eb5;
|
|
254
|
+
.cdr-banner__wrapper--prominence_13-0-0-alpha-1 {
|
|
255
|
+
box-shadow: 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2);
|
|
255
256
|
}
|
|
256
|
-
.cdr-
|
|
257
|
-
|
|
257
|
+
.cdr-banner__main_13-0-0-alpha-1 {
|
|
258
|
+
grid-area: main;
|
|
259
|
+
display: grid;
|
|
260
|
+
grid-template-columns: auto 1fr auto;
|
|
261
|
+
grid-template-areas: "icon-left message icon-right";
|
|
258
262
|
}
|
|
259
|
-
.cdr-
|
|
260
|
-
|
|
261
|
-
|
|
263
|
+
.cdr-banner__icon-left_13-0-0-alpha-1 {
|
|
264
|
+
grid-area: icon-left;
|
|
265
|
+
display: inherit;
|
|
266
|
+
align-items: center;
|
|
267
|
+
justify-items: center;
|
|
268
|
+
}
|
|
269
|
+
.cdr-banner__icon-left_13-0-0-alpha-1 svg {
|
|
270
|
+
max-height: 2.2rem;
|
|
271
|
+
max-width: 2.2rem;
|
|
272
|
+
stroke: white;
|
|
273
|
+
stroke-width: 0.4rem;
|
|
274
|
+
paint-order: stroke fill;
|
|
275
|
+
margin: 0.4rem;
|
|
276
|
+
}
|
|
277
|
+
.cdr-banner__message_13-0-0-alpha-1 {
|
|
278
|
+
display: inherit;
|
|
279
|
+
grid-area: message;
|
|
280
|
+
padding: 0 0.8rem;
|
|
281
|
+
align-items: center;
|
|
262
282
|
}
|
|
263
|
-
.cdr-
|
|
264
|
-
|
|
283
|
+
.cdr-banner__message-body_13-0-0-alpha-1 {
|
|
284
|
+
grid-area: message-body;
|
|
285
|
+
background-color: #ffffff;
|
|
286
|
+
padding: 0.8rem;
|
|
265
287
|
}
|
|
266
|
-
.cdr-
|
|
267
|
-
|
|
268
|
-
|
|
288
|
+
.cdr-banner__icon-right_13-0-0-alpha-1 {
|
|
289
|
+
display: inherit;
|
|
290
|
+
align-items: center;
|
|
291
|
+
grid-area: icon-right;
|
|
269
292
|
}
|
|
270
|
-
.cdr-
|
|
271
|
-
|
|
293
|
+
.cdr-banner__icon-right_13-0-0-alpha-1 svg {
|
|
294
|
+
max-height: 2rem;
|
|
295
|
+
max-width: 2rem;
|
|
296
|
+
fill: rgba(3, 3, 1, 0.9) !important;
|
|
272
297
|
}
|
|
273
|
-
.cdr-
|
|
274
|
-
|
|
275
|
-
|
|
298
|
+
.cdr-banner__info-action_13-0-0-alpha-1 {
|
|
299
|
+
display: inherit;
|
|
300
|
+
grid-area: info-action;
|
|
301
|
+
align-content: center;
|
|
302
|
+
justify-content: center;
|
|
303
|
+
max-height: 3.2rem;
|
|
304
|
+
width: 4rem;
|
|
276
305
|
}
|
|
277
|
-
.cdr-
|
|
278
|
-
|
|
306
|
+
.cdr-banner__info-action_13-0-0-alpha-1 svg {
|
|
307
|
+
max-height: 2.2rem;
|
|
308
|
+
max-width: 2.2rem;
|
|
309
|
+
fill: #406eb5 !important;
|
|
279
310
|
}
|
|
280
|
-
.cdr-
|
|
311
|
+
.cdr-banner--default_13-0-0-alpha-1 .cdr-banner__main_13-0-0-alpha-1 {
|
|
312
|
+
background-color: #f9f8f6;
|
|
313
|
+
border-top: 0.1rem solid;
|
|
314
|
+
border-right: 0.1rem solid;
|
|
315
|
+
border-bottom: 0.1rem solid;
|
|
316
|
+
border-color: #e8e0ce;
|
|
317
|
+
}
|
|
318
|
+
.cdr-banner--default_13-0-0-alpha-1 .cdr-banner__main_13-0-0-alpha-1 .cdr-banner__icon-left_13-0-0-alpha-1 {
|
|
319
|
+
background-color: #e8e0ce;
|
|
320
|
+
}
|
|
321
|
+
.cdr-banner--default_13-0-0-alpha-1 .cdr-banner__main_13-0-0-alpha-1 .cdr-banner__icon-left_13-0-0-alpha-1 svg {
|
|
322
|
+
fill: #726d64;
|
|
323
|
+
}
|
|
324
|
+
.cdr-banner--default_13-0-0-alpha-1 .cdr-banner__wrapper_13-0-0-alpha-1 {
|
|
325
|
+
border-left: 0.4rem solid;
|
|
326
|
+
border-left-color: #726d64;
|
|
327
|
+
}
|
|
328
|
+
.cdr-banner--info_13-0-0-alpha-1 .cdr-banner__main_13-0-0-alpha-1 {
|
|
329
|
+
background-color: #edf4f5;
|
|
330
|
+
border-top: 0.1rem solid;
|
|
331
|
+
border-right: 0.1rem solid;
|
|
332
|
+
border-bottom: 0.1rem solid;
|
|
333
|
+
border-color: #c2d8db;
|
|
334
|
+
}
|
|
335
|
+
.cdr-banner--info_13-0-0-alpha-1 .cdr-banner__main_13-0-0-alpha-1 .cdr-banner__icon-left_13-0-0-alpha-1 {
|
|
336
|
+
background-color: #c2d8db;
|
|
337
|
+
}
|
|
338
|
+
.cdr-banner--info_13-0-0-alpha-1 .cdr-banner__main_13-0-0-alpha-1 .cdr-banner__icon-left_13-0-0-alpha-1 svg {
|
|
339
|
+
fill: #408e86;
|
|
340
|
+
}
|
|
341
|
+
.cdr-banner--info_13-0-0-alpha-1 .cdr-banner__wrapper_13-0-0-alpha-1 {
|
|
342
|
+
border-left: 0.4rem solid;
|
|
343
|
+
border-left-color: #408e86;
|
|
344
|
+
}
|
|
345
|
+
.cdr-banner--warning_13-0-0-alpha-1 .cdr-banner__main_13-0-0-alpha-1 {
|
|
346
|
+
background-color: #fefcf1;
|
|
347
|
+
border-top: 0.1rem solid;
|
|
348
|
+
border-right: 0.1rem solid;
|
|
349
|
+
border-bottom: 0.1rem solid;
|
|
350
|
+
border-color: #f5e9b7;
|
|
351
|
+
}
|
|
352
|
+
.cdr-banner--warning_13-0-0-alpha-1 .cdr-banner__main_13-0-0-alpha-1 .cdr-banner__icon-left_13-0-0-alpha-1 {
|
|
353
|
+
background-color: #f5e9b7;
|
|
354
|
+
}
|
|
355
|
+
.cdr-banner--warning_13-0-0-alpha-1 .cdr-banner__main_13-0-0-alpha-1 .cdr-banner__icon-left_13-0-0-alpha-1 svg {
|
|
356
|
+
fill: #b68b37;
|
|
357
|
+
}
|
|
358
|
+
.cdr-banner--warning_13-0-0-alpha-1 .cdr-banner__wrapper_13-0-0-alpha-1 {
|
|
359
|
+
border-left: 0.4rem solid;
|
|
360
|
+
border-left-color: #b68b37;
|
|
361
|
+
}
|
|
362
|
+
.cdr-banner--success_13-0-0-alpha-1 .cdr-banner__main_13-0-0-alpha-1 {
|
|
363
|
+
background-color: #f4fbf5;
|
|
364
|
+
border-top: 0.1rem solid;
|
|
365
|
+
border-right: 0.1rem solid;
|
|
366
|
+
border-bottom: 0.1rem solid;
|
|
367
|
+
border-color: #d5e6cb;
|
|
368
|
+
}
|
|
369
|
+
.cdr-banner--success_13-0-0-alpha-1 .cdr-banner__main_13-0-0-alpha-1 .cdr-banner__icon-left_13-0-0-alpha-1 {
|
|
370
|
+
background-color: #d5e6cb;
|
|
371
|
+
}
|
|
372
|
+
.cdr-banner--success_13-0-0-alpha-1 .cdr-banner__main_13-0-0-alpha-1 .cdr-banner__icon-left_13-0-0-alpha-1 svg {
|
|
373
|
+
fill: #3b8349;
|
|
374
|
+
}
|
|
375
|
+
.cdr-banner--success_13-0-0-alpha-1 .cdr-banner__wrapper_13-0-0-alpha-1 {
|
|
376
|
+
border-left: 0.4rem solid;
|
|
377
|
+
border-left-color: #3b8349;
|
|
378
|
+
}
|
|
379
|
+
.cdr-banner--error_13-0-0-alpha-1 .cdr-banner__main_13-0-0-alpha-1 {
|
|
380
|
+
background-color: #fdf7f7;
|
|
381
|
+
border-top: 0.1rem solid;
|
|
382
|
+
border-right: 0.1rem solid;
|
|
383
|
+
border-bottom: 0.1rem solid;
|
|
384
|
+
border-color: #eecbc1;
|
|
385
|
+
}
|
|
386
|
+
.cdr-banner--error_13-0-0-alpha-1 .cdr-banner__main_13-0-0-alpha-1 .cdr-banner__icon-left_13-0-0-alpha-1 {
|
|
387
|
+
background-color: #eecbc1;
|
|
388
|
+
}
|
|
389
|
+
.cdr-banner--error_13-0-0-alpha-1 .cdr-banner__main_13-0-0-alpha-1 .cdr-banner__icon-left_13-0-0-alpha-1 svg {
|
|
390
|
+
fill: #bb4045;
|
|
391
|
+
}
|
|
392
|
+
.cdr-banner--error_13-0-0-alpha-1 .cdr-banner__wrapper_13-0-0-alpha-1 {
|
|
393
|
+
border-left: 0.4rem solid;
|
|
394
|
+
border-left-color: #bb4045;
|
|
395
|
+
}
|
|
396
|
+
.cdr-breadcrumb_13-0-0-alpha-1 {
|
|
281
397
|
line-height: 1;
|
|
282
398
|
/* List
|
|
283
399
|
========== */
|
|
@@ -290,31 +406,31 @@ input[type="month"] {
|
|
|
290
406
|
/* Ellipses
|
|
291
407
|
========== */
|
|
292
408
|
}
|
|
293
|
-
.cdr-breadcrumb__list_13-0-0-alpha-
|
|
409
|
+
.cdr-breadcrumb__list_13-0-0-alpha-1 {
|
|
294
410
|
display: inline-flex;
|
|
295
411
|
flex-wrap: wrap;
|
|
296
412
|
padding: 0;
|
|
297
413
|
margin: 0;
|
|
298
414
|
}
|
|
299
|
-
.cdr-breadcrumb__item_13-0-0-alpha-
|
|
415
|
+
.cdr-breadcrumb__item_13-0-0-alpha-1 {
|
|
300
416
|
display: inline-flex;
|
|
301
417
|
flex: none;
|
|
302
418
|
padding: 0;
|
|
303
419
|
color: rgba(66, 59, 47, 0.75);
|
|
304
420
|
}
|
|
305
|
-
.cdr-breadcrumb__link_13-0-0-alpha-
|
|
421
|
+
.cdr-breadcrumb__link_13-0-0-alpha-1 {
|
|
306
422
|
text-decoration: none;
|
|
307
423
|
color: inherit;
|
|
308
424
|
}
|
|
309
|
-
.cdr-breadcrumb__link_13-0-0-alpha-
|
|
425
|
+
.cdr-breadcrumb__link_13-0-0-alpha-1:hover, .cdr-breadcrumb__link_13-0-0-alpha-1:active, .cdr-breadcrumb__link_13-0-0-alpha-1:focus {
|
|
310
426
|
color: #406eb5;
|
|
311
427
|
text-decoration: underline;
|
|
312
428
|
}
|
|
313
|
-
.cdr-breadcrumb__delimiter_13-0-0-alpha-
|
|
429
|
+
.cdr-breadcrumb__delimiter_13-0-0-alpha-1 {
|
|
314
430
|
color: inherit;
|
|
315
431
|
padding: 0 0.8rem;
|
|
316
432
|
}
|
|
317
|
-
.cdr-breadcrumb__ellipses_13-0-0-alpha-
|
|
433
|
+
.cdr-breadcrumb__ellipses_13-0-0-alpha-1 {
|
|
318
434
|
font-family: inherit;
|
|
319
435
|
font-size: inherit;
|
|
320
436
|
line-height: inherit;
|
|
@@ -328,16 +444,16 @@ input[type="month"] {
|
|
|
328
444
|
/* Ellipses Icon
|
|
329
445
|
========== */
|
|
330
446
|
}
|
|
331
|
-
.cdr-breadcrumb__ellipses_13-0-0-alpha-
|
|
447
|
+
.cdr-breadcrumb__ellipses_13-0-0-alpha-1 .cdr-breadcrumb__ellipses-icon_13-0-0-alpha-1 {
|
|
332
448
|
color: rgba(66, 59, 47, 0.75);
|
|
333
449
|
border-bottom: 0.1rem solid transparent;
|
|
334
450
|
fill: inherit;
|
|
335
451
|
}
|
|
336
|
-
.cdr-breadcrumb__ellipses_13-0-0-alpha-
|
|
452
|
+
.cdr-breadcrumb__ellipses_13-0-0-alpha-1:hover .cdr-breadcrumb__ellipses-icon_13-0-0-alpha-1, .cdr-breadcrumb__ellipses_13-0-0-alpha-1:active .cdr-breadcrumb__ellipses-icon_13-0-0-alpha-1, .cdr-breadcrumb__ellipses_13-0-0-alpha-1:focus .cdr-breadcrumb__ellipses-icon_13-0-0-alpha-1 {
|
|
337
453
|
color: #406eb5;
|
|
338
454
|
text-decoration: underline;
|
|
339
455
|
}
|
|
340
|
-
.cdr-breadcrumb__link_13-0-0-alpha-
|
|
456
|
+
.cdr-breadcrumb__link_13-0-0-alpha-1, .cdr-breadcrumb__delimiter_13-0-0-alpha-1, .cdr-breadcrumb__ellipses_13-0-0-alpha-1 {
|
|
341
457
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
342
458
|
font-style: normal;
|
|
343
459
|
font-weight: 400;
|
|
@@ -346,7 +462,7 @@ input[type="month"] {
|
|
|
346
462
|
line-height: 1.6rem;
|
|
347
463
|
}
|
|
348
464
|
@media (min-width: 992px) {
|
|
349
|
-
.cdr-breadcrumb__link_13-0-0-alpha-
|
|
465
|
+
.cdr-breadcrumb__link_13-0-0-alpha-1, .cdr-breadcrumb__delimiter_13-0-0-alpha-1, .cdr-breadcrumb__ellipses_13-0-0-alpha-1 {
|
|
350
466
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
351
467
|
font-style: normal;
|
|
352
468
|
font-weight: 400;
|
|
@@ -355,7 +471,7 @@ input[type="month"] {
|
|
|
355
471
|
line-height: 1.8rem;
|
|
356
472
|
}
|
|
357
473
|
}
|
|
358
|
-
.cdr-button_13-0-0-alpha-
|
|
474
|
+
.cdr-button_13-0-0-alpha-1 {
|
|
359
475
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
360
476
|
font-style: normal;
|
|
361
477
|
font-weight: 500;
|
|
@@ -404,175 +520,175 @@ input[type="month"] {
|
|
|
404
520
|
1200px and up
|
|
405
521
|
========== */
|
|
406
522
|
}
|
|
407
|
-
.cdr-button_13-0-0-alpha-
|
|
523
|
+
.cdr-button_13-0-0-alpha-1:hover, .cdr-button_13-0-0-alpha-1:active, .cdr-button_13-0-0-alpha-1:focus {
|
|
408
524
|
outline: none;
|
|
409
525
|
outline-offset: 0;
|
|
410
526
|
text-decoration: none;
|
|
411
527
|
}
|
|
412
|
-
.cdr-button_13-0-0-alpha-
|
|
528
|
+
.cdr-button_13-0-0-alpha-1[disabled] {
|
|
413
529
|
cursor: not-allowed;
|
|
414
530
|
}
|
|
415
|
-
.cdr-button_13-0-0-alpha-
|
|
531
|
+
.cdr-button_13-0-0-alpha-1 svg {
|
|
416
532
|
align-self: center;
|
|
417
533
|
fill: inherit;
|
|
418
534
|
}
|
|
419
|
-
.cdr-button_13-0-0-alpha-
|
|
535
|
+
.cdr-button_13-0-0-alpha-1.cdr-button--has-icon-left_13-0-0-alpha-1 svg {
|
|
420
536
|
margin-right: 0.4rem;
|
|
421
537
|
}
|
|
422
|
-
.cdr-button_13-0-0-alpha-
|
|
538
|
+
.cdr-button_13-0-0-alpha-1.cdr-button--has-icon-right_13-0-0-alpha-1 svg {
|
|
423
539
|
margin-left: 0.4rem;
|
|
424
540
|
}
|
|
425
|
-
.cdr-button--primary_13-0-0-alpha-
|
|
541
|
+
.cdr-button--primary_13-0-0-alpha-1 {
|
|
426
542
|
background-color: #1f513f;
|
|
427
543
|
box-shadow: inset 0 0 0 0.1rem #1f513f;
|
|
428
544
|
color: #f9f8f6;
|
|
429
545
|
fill: #f9f8f6;
|
|
430
546
|
}
|
|
431
|
-
.cdr-button--primary_13-0-0-alpha-
|
|
547
|
+
.cdr-button--primary_13-0-0-alpha-1:hover, .cdr-button--primary_13-0-0-alpha-1:focus {
|
|
432
548
|
color: #1f513f;
|
|
433
549
|
fill: #1f513f;
|
|
434
550
|
background-color: #f4f2ed;
|
|
435
551
|
box-shadow: inset 0 0 0 0.3rem #1f513f, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2);
|
|
436
552
|
}
|
|
437
|
-
.cdr-button--primary_13-0-0-alpha-
|
|
553
|
+
.cdr-button--primary_13-0-0-alpha-1:active {
|
|
438
554
|
color: #f9f8f6;
|
|
439
555
|
fill: #f9f8f6;
|
|
440
556
|
background-color: #1f513f;
|
|
441
557
|
box-shadow: inset 0 0 0 0.3rem #1f513f, inset 0 0 0 0.5rem #f4f2ed;
|
|
442
558
|
}
|
|
443
|
-
.cdr-button--primary_13-0-0-alpha-
|
|
559
|
+
.cdr-button--primary_13-0-0-alpha-1[disabled] {
|
|
444
560
|
background-color: #dcd6cb;
|
|
445
561
|
box-shadow: inset 0 0 0 0.1rem #dcd6cb;
|
|
446
562
|
color: #ffffff;
|
|
447
563
|
fill: #ffffff;
|
|
448
564
|
}
|
|
449
|
-
.cdr-button--primary_13-0-0-alpha-
|
|
565
|
+
.cdr-button--primary_13-0-0-alpha-1.cdr-button--elevated_13-0-0-alpha-1 {
|
|
450
566
|
box-shadow: inset 0 0 0 0.1rem #1f513f, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2);
|
|
451
567
|
}
|
|
452
|
-
.cdr-button--primary_13-0-0-alpha-
|
|
568
|
+
.cdr-button--primary_13-0-0-alpha-1.cdr-button--elevated_13-0-0-alpha-1:hover, .cdr-button--primary_13-0-0-alpha-1.cdr-button--elevated_13-0-0-alpha-1:focus {
|
|
453
569
|
box-shadow: inset 0 0 0 0.3rem #1f513f, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2);
|
|
454
570
|
}
|
|
455
|
-
.cdr-button--primary_13-0-0-alpha-
|
|
571
|
+
.cdr-button--primary_13-0-0-alpha-1.cdr-button--elevated_13-0-0-alpha-1:active {
|
|
456
572
|
box-shadow: inset 0 0 0 0.3rem #1f513f, inset 0 0 0 0.5rem #f4f2ed, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2);
|
|
457
573
|
}
|
|
458
|
-
.cdr-button--secondary_13-0-0-alpha-
|
|
574
|
+
.cdr-button--secondary_13-0-0-alpha-1 {
|
|
459
575
|
background-color: #f9f8f6;
|
|
460
576
|
box-shadow: inset 0 0 0 0.1rem #928b80;
|
|
461
577
|
color: #4e4d49;
|
|
462
578
|
fill: #928b80;
|
|
463
579
|
}
|
|
464
|
-
.cdr-button--secondary_13-0-0-alpha-
|
|
580
|
+
.cdr-button--secondary_13-0-0-alpha-1:hover, .cdr-button--secondary_13-0-0-alpha-1:focus {
|
|
465
581
|
color: #4e4d49;
|
|
466
582
|
fill: #4e4d49;
|
|
467
583
|
background-color: #f4f2ed;
|
|
468
584
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2);
|
|
469
585
|
}
|
|
470
|
-
.cdr-button--secondary_13-0-0-alpha-
|
|
586
|
+
.cdr-button--secondary_13-0-0-alpha-1:active {
|
|
471
587
|
color: #f9f8f6;
|
|
472
588
|
fill: #f9f8f6;
|
|
473
589
|
background-color: #928b80;
|
|
474
590
|
box-shadow: inset 0 0 0 0.3rem #928b80, inset 0 0 0 0.5rem #f4f2ed;
|
|
475
591
|
}
|
|
476
|
-
.cdr-button--secondary_13-0-0-alpha-
|
|
592
|
+
.cdr-button--secondary_13-0-0-alpha-1[disabled] {
|
|
477
593
|
background-color: #f9f8f6;
|
|
478
594
|
box-shadow: inset 0 0 0 0.1rem #dcd6cb;
|
|
479
595
|
color: #d1cbbd;
|
|
480
596
|
fill: #d1cbbd;
|
|
481
597
|
}
|
|
482
|
-
.cdr-button--secondary_13-0-0-alpha-
|
|
598
|
+
.cdr-button--secondary_13-0-0-alpha-1.cdr-button--elevated_13-0-0-alpha-1 {
|
|
483
599
|
box-shadow: inset 0 0 0 0.1rem #928b80, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2);
|
|
484
600
|
}
|
|
485
|
-
.cdr-button--secondary_13-0-0-alpha-
|
|
601
|
+
.cdr-button--secondary_13-0-0-alpha-1.cdr-button--elevated_13-0-0-alpha-1:hover, .cdr-button--secondary_13-0-0-alpha-1.cdr-button--elevated_13-0-0-alpha-1:focus {
|
|
486
602
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2);
|
|
487
603
|
}
|
|
488
|
-
.cdr-button--secondary_13-0-0-alpha-
|
|
604
|
+
.cdr-button--secondary_13-0-0-alpha-1.cdr-button--elevated_13-0-0-alpha-1:active {
|
|
489
605
|
box-shadow: inset 0 0 0 0.3rem #928b80, inset 0 0 0 0.5rem #f4f2ed, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2);
|
|
490
606
|
}
|
|
491
|
-
.cdr-button--dark_13-0-0-alpha-
|
|
607
|
+
.cdr-button--dark_13-0-0-alpha-1 {
|
|
492
608
|
background-color: #4e4d49;
|
|
493
609
|
box-shadow: inset 0 0 0 0.1rem #4e4d49;
|
|
494
610
|
color: #f9f8f6;
|
|
495
611
|
fill: #f9f8f6;
|
|
496
612
|
}
|
|
497
|
-
.cdr-button--dark_13-0-0-alpha-
|
|
613
|
+
.cdr-button--dark_13-0-0-alpha-1:hover, .cdr-button--dark_13-0-0-alpha-1:focus {
|
|
498
614
|
color: #4e4d49;
|
|
499
615
|
fill: #4e4d49;
|
|
500
616
|
background-color: #edeae3;
|
|
501
617
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2);
|
|
502
618
|
}
|
|
503
|
-
.cdr-button--dark_13-0-0-alpha-
|
|
619
|
+
.cdr-button--dark_13-0-0-alpha-1:active {
|
|
504
620
|
color: #f9f8f6;
|
|
505
621
|
fill: #f9f8f6;
|
|
506
622
|
background-color: #4e4d49;
|
|
507
623
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, inset 0 0 0 0.5rem #edeae3;
|
|
508
624
|
}
|
|
509
|
-
.cdr-button--dark_13-0-0-alpha-
|
|
625
|
+
.cdr-button--dark_13-0-0-alpha-1[disabled] {
|
|
510
626
|
background-color: #dcd6cb;
|
|
511
627
|
box-shadow: inset 0 0 0 0.1rem #dcd6cb;
|
|
512
628
|
color: #ffffff;
|
|
513
629
|
fill: #ffffff;
|
|
514
630
|
}
|
|
515
|
-
.cdr-button--dark_13-0-0-alpha-
|
|
631
|
+
.cdr-button--dark_13-0-0-alpha-1.cdr-button--elevated_13-0-0-alpha-1 {
|
|
516
632
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2);
|
|
517
633
|
}
|
|
518
|
-
.cdr-button--dark_13-0-0-alpha-
|
|
634
|
+
.cdr-button--dark_13-0-0-alpha-1.cdr-button--elevated_13-0-0-alpha-1:hover, .cdr-button--dark_13-0-0-alpha-1.cdr-button--elevated_13-0-0-alpha-1:focus {
|
|
519
635
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2);
|
|
520
636
|
}
|
|
521
|
-
.cdr-button--dark_13-0-0-alpha-
|
|
637
|
+
.cdr-button--dark_13-0-0-alpha-1.cdr-button--elevated_13-0-0-alpha-1:active {
|
|
522
638
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, inset 0 0 0 0.5rem #edeae3, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2);
|
|
523
639
|
}
|
|
524
|
-
.cdr-button--sale_13-0-0-alpha-
|
|
640
|
+
.cdr-button--sale_13-0-0-alpha-1 {
|
|
525
641
|
background-color: #c7370f;
|
|
526
642
|
box-shadow: inset 0 0 0 0.1rem #c7370f;
|
|
527
643
|
color: #ffffff;
|
|
528
644
|
fill: #ffffff;
|
|
529
645
|
}
|
|
530
|
-
.cdr-button--sale_13-0-0-alpha-
|
|
646
|
+
.cdr-button--sale_13-0-0-alpha-1:hover, .cdr-button--sale_13-0-0-alpha-1:focus {
|
|
531
647
|
color: #c7370f;
|
|
532
648
|
fill: #c7370f;
|
|
533
649
|
background-color: #f4f2ed;
|
|
534
650
|
box-shadow: inset 0 0 0 0.3rem #c7370f, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2);
|
|
535
651
|
}
|
|
536
|
-
.cdr-button--sale_13-0-0-alpha-
|
|
652
|
+
.cdr-button--sale_13-0-0-alpha-1:active {
|
|
537
653
|
color: #ffffff;
|
|
538
654
|
fill: #ffffff;
|
|
539
655
|
background-color: #c7370f;
|
|
540
656
|
box-shadow: inset 0 0 0 0.3rem #c7370f, inset 0 0 0 0.5rem #f4f2ed;
|
|
541
657
|
}
|
|
542
|
-
.cdr-button--sale_13-0-0-alpha-
|
|
658
|
+
.cdr-button--sale_13-0-0-alpha-1[disabled] {
|
|
543
659
|
background-color: #dcd6cb;
|
|
544
660
|
box-shadow: inset 0 0 0 0.1rem #dcd6cb;
|
|
545
661
|
color: #ffffff;
|
|
546
662
|
fill: #ffffff;
|
|
547
663
|
}
|
|
548
|
-
.cdr-button--sale_13-0-0-alpha-
|
|
664
|
+
.cdr-button--sale_13-0-0-alpha-1.cdr-button--elevated_13-0-0-alpha-1 {
|
|
549
665
|
box-shadow: inset 0 0 0 0.1rem #c7370f, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2);
|
|
550
666
|
}
|
|
551
|
-
.cdr-button--sale_13-0-0-alpha-
|
|
667
|
+
.cdr-button--sale_13-0-0-alpha-1.cdr-button--elevated_13-0-0-alpha-1:hover, .cdr-button--sale_13-0-0-alpha-1.cdr-button--elevated_13-0-0-alpha-1:focus {
|
|
552
668
|
box-shadow: inset 0 0 0 0.3rem #c7370f, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2);
|
|
553
669
|
}
|
|
554
|
-
.cdr-button--sale_13-0-0-alpha-
|
|
670
|
+
.cdr-button--sale_13-0-0-alpha-1.cdr-button--elevated_13-0-0-alpha-1:active {
|
|
555
671
|
box-shadow: inset 0 0 0 0.3rem #c7370f, inset 0 0 0 0.5rem #f4f2ed, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2);
|
|
556
672
|
}
|
|
557
|
-
.cdr-button--link_13-0-0-alpha-
|
|
673
|
+
.cdr-button--link_13-0-0-alpha-1 {
|
|
558
674
|
color: #406eb5;
|
|
559
675
|
fill: #406eb5;
|
|
560
676
|
background-color: transparent;
|
|
561
677
|
text-decoration: underline;
|
|
562
678
|
}
|
|
563
|
-
.cdr-button--link_13-0-0-alpha-
|
|
679
|
+
.cdr-button--link_13-0-0-alpha-1:active, .cdr-button--link_13-0-0-alpha-1:focus {
|
|
564
680
|
color: #0b2d60;
|
|
565
681
|
}
|
|
566
|
-
.cdr-button--link_13-0-0-alpha-
|
|
682
|
+
.cdr-button--link_13-0-0-alpha-1:hover {
|
|
567
683
|
color: #406eb5;
|
|
568
684
|
text-decoration: none;
|
|
569
685
|
}
|
|
570
|
-
.cdr-button--link_13-0-0-alpha-
|
|
686
|
+
.cdr-button--link_13-0-0-alpha-1:focus {
|
|
571
687
|
outline: 0.2rem solid Highlight;
|
|
572
688
|
outline-color: -webkit-focus-ring-color;
|
|
573
689
|
outline-offset: 0;
|
|
574
690
|
}
|
|
575
|
-
.cdr-button--large_13-0-0-alpha-
|
|
691
|
+
.cdr-button--large_13-0-0-alpha-1 {
|
|
576
692
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
577
693
|
font-style: normal;
|
|
578
694
|
font-weight: 500;
|
|
@@ -582,18 +698,18 @@ input[type="month"] {
|
|
|
582
698
|
padding: 1.2rem 2.4rem;
|
|
583
699
|
width: auto;
|
|
584
700
|
}
|
|
585
|
-
.cdr-button--large_13-0-0-alpha-
|
|
701
|
+
.cdr-button--large_13-0-0-alpha-1.cdr-button--has-icon-left_13-0-0-alpha-1 {
|
|
586
702
|
padding-left: 2rem;
|
|
587
703
|
}
|
|
588
|
-
.cdr-button--large_13-0-0-alpha-
|
|
704
|
+
.cdr-button--large_13-0-0-alpha-1.cdr-button--has-icon-right_13-0-0-alpha-1 {
|
|
589
705
|
padding-right: 2rem;
|
|
590
706
|
}
|
|
591
|
-
.cdr-button--large_13-0-0-alpha-
|
|
707
|
+
.cdr-button--large_13-0-0-alpha-1 svg {
|
|
592
708
|
/* This is to correct icon size vs line height */
|
|
593
709
|
width: 2.4rem;
|
|
594
710
|
height: 2.4rem;
|
|
595
711
|
}
|
|
596
|
-
.cdr-button--medium_13-0-0-alpha-
|
|
712
|
+
.cdr-button--medium_13-0-0-alpha-1 {
|
|
597
713
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
598
714
|
font-style: normal;
|
|
599
715
|
font-weight: 500;
|
|
@@ -603,18 +719,18 @@ input[type="month"] {
|
|
|
603
719
|
padding: 0.8rem 1.6rem;
|
|
604
720
|
width: auto;
|
|
605
721
|
}
|
|
606
|
-
.cdr-button--medium_13-0-0-alpha-
|
|
722
|
+
.cdr-button--medium_13-0-0-alpha-1.cdr-button--has-icon-left_13-0-0-alpha-1 {
|
|
607
723
|
padding-left: 1.2rem;
|
|
608
724
|
}
|
|
609
|
-
.cdr-button--medium_13-0-0-alpha-
|
|
725
|
+
.cdr-button--medium_13-0-0-alpha-1.cdr-button--has-icon-right_13-0-0-alpha-1 {
|
|
610
726
|
padding-right: 1.2rem;
|
|
611
727
|
}
|
|
612
|
-
.cdr-button--medium_13-0-0-alpha-
|
|
728
|
+
.cdr-button--medium_13-0-0-alpha-1 svg {
|
|
613
729
|
/* This is to correct icon size vs line height */
|
|
614
730
|
width: 2.4rem;
|
|
615
731
|
height: 2.4rem;
|
|
616
732
|
}
|
|
617
|
-
.cdr-button--small_13-0-0-alpha-
|
|
733
|
+
.cdr-button--small_13-0-0-alpha-1 {
|
|
618
734
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
619
735
|
font-style: normal;
|
|
620
736
|
font-weight: 500;
|
|
@@ -624,18 +740,18 @@ input[type="month"] {
|
|
|
624
740
|
padding: 0.6rem 1.2rem;
|
|
625
741
|
width: auto;
|
|
626
742
|
}
|
|
627
|
-
.cdr-button--small_13-0-0-alpha-
|
|
743
|
+
.cdr-button--small_13-0-0-alpha-1.cdr-button--has-icon-left_13-0-0-alpha-1 {
|
|
628
744
|
padding-left: 0.8rem;
|
|
629
745
|
}
|
|
630
|
-
.cdr-button--small_13-0-0-alpha-
|
|
746
|
+
.cdr-button--small_13-0-0-alpha-1.cdr-button--has-icon-right_13-0-0-alpha-1 {
|
|
631
747
|
padding-right: 0.8rem;
|
|
632
748
|
}
|
|
633
|
-
.cdr-button--small_13-0-0-alpha-
|
|
749
|
+
.cdr-button--small_13-0-0-alpha-1 svg {
|
|
634
750
|
/* This is to correct icon size vs line height */
|
|
635
751
|
width: 2rem;
|
|
636
752
|
height: 2rem;
|
|
637
753
|
}
|
|
638
|
-
.cdr-button--icon-only_13-0-0-alpha-
|
|
754
|
+
.cdr-button--icon-only_13-0-0-alpha-1 {
|
|
639
755
|
background: none;
|
|
640
756
|
border: none;
|
|
641
757
|
border-radius: 0.2rem;
|
|
@@ -645,68 +761,68 @@ input[type="month"] {
|
|
|
645
761
|
padding: 0.8rem;
|
|
646
762
|
fill: #928b80;
|
|
647
763
|
}
|
|
648
|
-
.cdr-button--icon-only_13-0-0-alpha-
|
|
764
|
+
.cdr-button--icon-only_13-0-0-alpha-1:hover {
|
|
649
765
|
background: none;
|
|
650
766
|
box-shadow: none;
|
|
651
767
|
border: none;
|
|
652
768
|
fill: #928b80;
|
|
653
769
|
}
|
|
654
|
-
.cdr-button--icon-only_13-0-0-alpha-
|
|
770
|
+
.cdr-button--icon-only_13-0-0-alpha-1:active, .cdr-button--icon-only_13-0-0-alpha-1:focus {
|
|
655
771
|
background: none;
|
|
656
772
|
outline: none;
|
|
657
773
|
border: none;
|
|
658
774
|
box-shadow: none;
|
|
659
775
|
fill: #928b80;
|
|
660
776
|
}
|
|
661
|
-
.cdr-button--icon-only_13-0-0-alpha-
|
|
777
|
+
.cdr-button--icon-only_13-0-0-alpha-1:active svg, .cdr-button--icon-only_13-0-0-alpha-1:focus svg {
|
|
662
778
|
box-shadow: inset 0 0 0 0.1rem #928b80;
|
|
663
779
|
}
|
|
664
|
-
.cdr-button--icon-only_13-0-0-alpha-
|
|
780
|
+
.cdr-button--icon-only_13-0-0-alpha-1[disabled] {
|
|
665
781
|
background: transparent;
|
|
666
782
|
box-shadow: none;
|
|
667
783
|
border: none;
|
|
668
784
|
fill: #dcd6cb;
|
|
669
785
|
}
|
|
670
|
-
.cdr-button--icon-only_13-0-0-alpha-
|
|
786
|
+
.cdr-button--icon-only_13-0-0-alpha-1 > svg {
|
|
671
787
|
margin: 0;
|
|
672
788
|
}
|
|
673
|
-
.cdr-button--icon-only-large_13-0-0-alpha-
|
|
789
|
+
.cdr-button--icon-only-large_13-0-0-alpha-1 {
|
|
674
790
|
padding: 1.2rem;
|
|
675
791
|
}
|
|
676
|
-
.cdr-button--with-background_13-0-0-alpha-
|
|
792
|
+
.cdr-button--with-background_13-0-0-alpha-1 {
|
|
677
793
|
border-radius: 50%;
|
|
678
794
|
fill: #928b80;
|
|
679
795
|
background-color: #f9f8f6;
|
|
680
796
|
box-shadow: inset 0 0 0 0.1rem #928b80;
|
|
681
797
|
}
|
|
682
|
-
.cdr-button--with-background_13-0-0-alpha-
|
|
798
|
+
.cdr-button--with-background_13-0-0-alpha-1:hover, .cdr-button--with-background_13-0-0-alpha-1:focus {
|
|
683
799
|
fill: #928b80;
|
|
684
800
|
background-color: #f4f2ed;
|
|
685
801
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2);
|
|
686
802
|
}
|
|
687
|
-
.cdr-button--with-background_13-0-0-alpha-
|
|
803
|
+
.cdr-button--with-background_13-0-0-alpha-1:hover svg, .cdr-button--with-background_13-0-0-alpha-1:focus svg {
|
|
688
804
|
box-shadow: none;
|
|
689
805
|
}
|
|
690
|
-
.cdr-button--with-background_13-0-0-alpha-
|
|
806
|
+
.cdr-button--with-background_13-0-0-alpha-1:active {
|
|
691
807
|
color: #f9f8f6;
|
|
692
808
|
fill: #f9f8f6;
|
|
693
809
|
background-color: #928b80;
|
|
694
810
|
box-shadow: inset 0 0 0 0.3rem #928b80, inset 0 0 0 0.5rem #f4f2ed;
|
|
695
811
|
}
|
|
696
|
-
.cdr-button--with-background_13-0-0-alpha-
|
|
812
|
+
.cdr-button--with-background_13-0-0-alpha-1:active svg {
|
|
697
813
|
box-shadow: none;
|
|
698
814
|
}
|
|
699
|
-
.cdr-button--with-background_13-0-0-alpha-
|
|
815
|
+
.cdr-button--with-background_13-0-0-alpha-1[disabled] {
|
|
700
816
|
background-color: #f9f8f6;
|
|
701
817
|
box-shadow: inset 0 0 0 0.1rem #dcd6cb;
|
|
702
818
|
fill: #d1cbbd;
|
|
703
819
|
}
|
|
704
|
-
.cdr-button--full-width_13-0-0-alpha-
|
|
820
|
+
.cdr-button--full-width_13-0-0-alpha-1 {
|
|
705
821
|
width: 100% !important;
|
|
706
822
|
justify-content: center;
|
|
707
823
|
}
|
|
708
824
|
@media (min-width: 0) and (max-width: 767px) {
|
|
709
|
-
.cdr-button--small\@xs_13-0-0-alpha-
|
|
825
|
+
.cdr-button--small\@xs_13-0-0-alpha-1 {
|
|
710
826
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
711
827
|
font-style: normal;
|
|
712
828
|
font-weight: 500;
|
|
@@ -716,18 +832,18 @@ input[type="month"] {
|
|
|
716
832
|
padding: 0.6rem 1.2rem;
|
|
717
833
|
width: auto;
|
|
718
834
|
}
|
|
719
|
-
.cdr-button--small\@xs_13-0-0-alpha-
|
|
835
|
+
.cdr-button--small\@xs_13-0-0-alpha-1.cdr-button--has-icon-left_13-0-0-alpha-1 {
|
|
720
836
|
padding-left: 0.8rem;
|
|
721
837
|
}
|
|
722
|
-
.cdr-button--small\@xs_13-0-0-alpha-
|
|
838
|
+
.cdr-button--small\@xs_13-0-0-alpha-1.cdr-button--has-icon-right_13-0-0-alpha-1 {
|
|
723
839
|
padding-right: 0.8rem;
|
|
724
840
|
}
|
|
725
|
-
.cdr-button--small\@xs_13-0-0-alpha-
|
|
841
|
+
.cdr-button--small\@xs_13-0-0-alpha-1 svg {
|
|
726
842
|
/* This is to correct icon size vs line height */
|
|
727
843
|
width: 2rem;
|
|
728
844
|
height: 2rem;
|
|
729
845
|
}
|
|
730
|
-
.cdr-button--medium\@xs_13-0-0-alpha-
|
|
846
|
+
.cdr-button--medium\@xs_13-0-0-alpha-1 {
|
|
731
847
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
732
848
|
font-style: normal;
|
|
733
849
|
font-weight: 500;
|
|
@@ -737,18 +853,18 @@ input[type="month"] {
|
|
|
737
853
|
padding: 0.8rem 1.6rem;
|
|
738
854
|
width: auto;
|
|
739
855
|
}
|
|
740
|
-
.cdr-button--medium\@xs_13-0-0-alpha-
|
|
856
|
+
.cdr-button--medium\@xs_13-0-0-alpha-1.cdr-button--has-icon-left_13-0-0-alpha-1 {
|
|
741
857
|
padding-left: 1.2rem;
|
|
742
858
|
}
|
|
743
|
-
.cdr-button--medium\@xs_13-0-0-alpha-
|
|
859
|
+
.cdr-button--medium\@xs_13-0-0-alpha-1.cdr-button--has-icon-right_13-0-0-alpha-1 {
|
|
744
860
|
padding-right: 1.2rem;
|
|
745
861
|
}
|
|
746
|
-
.cdr-button--medium\@xs_13-0-0-alpha-
|
|
862
|
+
.cdr-button--medium\@xs_13-0-0-alpha-1 svg {
|
|
747
863
|
/* This is to correct icon size vs line height */
|
|
748
864
|
width: 2.4rem;
|
|
749
865
|
height: 2.4rem;
|
|
750
866
|
}
|
|
751
|
-
.cdr-button--large\@xs_13-0-0-alpha-
|
|
867
|
+
.cdr-button--large\@xs_13-0-0-alpha-1 {
|
|
752
868
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
753
869
|
font-style: normal;
|
|
754
870
|
font-weight: 500;
|
|
@@ -758,24 +874,24 @@ input[type="month"] {
|
|
|
758
874
|
padding: 1.2rem 2.4rem;
|
|
759
875
|
width: auto;
|
|
760
876
|
}
|
|
761
|
-
.cdr-button--large\@xs_13-0-0-alpha-
|
|
877
|
+
.cdr-button--large\@xs_13-0-0-alpha-1.cdr-button--has-icon-left_13-0-0-alpha-1 {
|
|
762
878
|
padding-left: 2rem;
|
|
763
879
|
}
|
|
764
|
-
.cdr-button--large\@xs_13-0-0-alpha-
|
|
880
|
+
.cdr-button--large\@xs_13-0-0-alpha-1.cdr-button--has-icon-right_13-0-0-alpha-1 {
|
|
765
881
|
padding-right: 2rem;
|
|
766
882
|
}
|
|
767
|
-
.cdr-button--large\@xs_13-0-0-alpha-
|
|
883
|
+
.cdr-button--large\@xs_13-0-0-alpha-1 svg {
|
|
768
884
|
/* This is to correct icon size vs line height */
|
|
769
885
|
width: 2.4rem;
|
|
770
886
|
height: 2.4rem;
|
|
771
887
|
}
|
|
772
|
-
.cdr-button--fullWidth\@xs_13-0-0-alpha-
|
|
888
|
+
.cdr-button--fullWidth\@xs_13-0-0-alpha-1 {
|
|
773
889
|
width: 100% !important;
|
|
774
890
|
justify-content: center;
|
|
775
891
|
}
|
|
776
892
|
}
|
|
777
893
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
778
|
-
.cdr-button--small\@sm_13-0-0-alpha-
|
|
894
|
+
.cdr-button--small\@sm_13-0-0-alpha-1 {
|
|
779
895
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
780
896
|
font-style: normal;
|
|
781
897
|
font-weight: 500;
|
|
@@ -785,18 +901,18 @@ input[type="month"] {
|
|
|
785
901
|
padding: 0.6rem 1.2rem;
|
|
786
902
|
width: auto;
|
|
787
903
|
}
|
|
788
|
-
.cdr-button--small\@sm_13-0-0-alpha-
|
|
904
|
+
.cdr-button--small\@sm_13-0-0-alpha-1.cdr-button--has-icon-left_13-0-0-alpha-1 {
|
|
789
905
|
padding-left: 0.8rem;
|
|
790
906
|
}
|
|
791
|
-
.cdr-button--small\@sm_13-0-0-alpha-
|
|
907
|
+
.cdr-button--small\@sm_13-0-0-alpha-1.cdr-button--has-icon-right_13-0-0-alpha-1 {
|
|
792
908
|
padding-right: 0.8rem;
|
|
793
909
|
}
|
|
794
|
-
.cdr-button--small\@sm_13-0-0-alpha-
|
|
910
|
+
.cdr-button--small\@sm_13-0-0-alpha-1 svg {
|
|
795
911
|
/* This is to correct icon size vs line height */
|
|
796
912
|
width: 2rem;
|
|
797
913
|
height: 2rem;
|
|
798
914
|
}
|
|
799
|
-
.cdr-button--medium\@sm_13-0-0-alpha-
|
|
915
|
+
.cdr-button--medium\@sm_13-0-0-alpha-1 {
|
|
800
916
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
801
917
|
font-style: normal;
|
|
802
918
|
font-weight: 500;
|
|
@@ -806,18 +922,18 @@ input[type="month"] {
|
|
|
806
922
|
padding: 0.8rem 1.6rem;
|
|
807
923
|
width: auto;
|
|
808
924
|
}
|
|
809
|
-
.cdr-button--medium\@sm_13-0-0-alpha-
|
|
925
|
+
.cdr-button--medium\@sm_13-0-0-alpha-1.cdr-button--has-icon-left_13-0-0-alpha-1 {
|
|
810
926
|
padding-left: 1.2rem;
|
|
811
927
|
}
|
|
812
|
-
.cdr-button--medium\@sm_13-0-0-alpha-
|
|
928
|
+
.cdr-button--medium\@sm_13-0-0-alpha-1.cdr-button--has-icon-right_13-0-0-alpha-1 {
|
|
813
929
|
padding-right: 1.2rem;
|
|
814
930
|
}
|
|
815
|
-
.cdr-button--medium\@sm_13-0-0-alpha-
|
|
931
|
+
.cdr-button--medium\@sm_13-0-0-alpha-1 svg {
|
|
816
932
|
/* This is to correct icon size vs line height */
|
|
817
933
|
width: 2.4rem;
|
|
818
934
|
height: 2.4rem;
|
|
819
935
|
}
|
|
820
|
-
.cdr-button--large\@sm_13-0-0-alpha-
|
|
936
|
+
.cdr-button--large\@sm_13-0-0-alpha-1 {
|
|
821
937
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
822
938
|
font-style: normal;
|
|
823
939
|
font-weight: 500;
|
|
@@ -827,24 +943,24 @@ input[type="month"] {
|
|
|
827
943
|
padding: 1.2rem 2.4rem;
|
|
828
944
|
width: auto;
|
|
829
945
|
}
|
|
830
|
-
.cdr-button--large\@sm_13-0-0-alpha-
|
|
946
|
+
.cdr-button--large\@sm_13-0-0-alpha-1.cdr-button--has-icon-left_13-0-0-alpha-1 {
|
|
831
947
|
padding-left: 2rem;
|
|
832
948
|
}
|
|
833
|
-
.cdr-button--large\@sm_13-0-0-alpha-
|
|
949
|
+
.cdr-button--large\@sm_13-0-0-alpha-1.cdr-button--has-icon-right_13-0-0-alpha-1 {
|
|
834
950
|
padding-right: 2rem;
|
|
835
951
|
}
|
|
836
|
-
.cdr-button--large\@sm_13-0-0-alpha-
|
|
952
|
+
.cdr-button--large\@sm_13-0-0-alpha-1 svg {
|
|
837
953
|
/* This is to correct icon size vs line height */
|
|
838
954
|
width: 2.4rem;
|
|
839
955
|
height: 2.4rem;
|
|
840
956
|
}
|
|
841
|
-
.cdr-button--fullWidth\@sm_13-0-0-alpha-
|
|
957
|
+
.cdr-button--fullWidth\@sm_13-0-0-alpha-1 {
|
|
842
958
|
width: 100% !important;
|
|
843
959
|
justify-content: center;
|
|
844
960
|
}
|
|
845
961
|
}
|
|
846
962
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
847
|
-
.cdr-button--small\@md_13-0-0-alpha-
|
|
963
|
+
.cdr-button--small\@md_13-0-0-alpha-1 {
|
|
848
964
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
849
965
|
font-style: normal;
|
|
850
966
|
font-weight: 500;
|
|
@@ -854,18 +970,18 @@ input[type="month"] {
|
|
|
854
970
|
padding: 0.6rem 1.2rem;
|
|
855
971
|
width: auto;
|
|
856
972
|
}
|
|
857
|
-
.cdr-button--small\@md_13-0-0-alpha-
|
|
973
|
+
.cdr-button--small\@md_13-0-0-alpha-1.cdr-button--has-icon-left_13-0-0-alpha-1 {
|
|
858
974
|
padding-left: 0.8rem;
|
|
859
975
|
}
|
|
860
|
-
.cdr-button--small\@md_13-0-0-alpha-
|
|
976
|
+
.cdr-button--small\@md_13-0-0-alpha-1.cdr-button--has-icon-right_13-0-0-alpha-1 {
|
|
861
977
|
padding-right: 0.8rem;
|
|
862
978
|
}
|
|
863
|
-
.cdr-button--small\@md_13-0-0-alpha-
|
|
979
|
+
.cdr-button--small\@md_13-0-0-alpha-1 svg {
|
|
864
980
|
/* This is to correct icon size vs line height */
|
|
865
981
|
width: 2rem;
|
|
866
982
|
height: 2rem;
|
|
867
983
|
}
|
|
868
|
-
.cdr-button--medium\@md_13-0-0-alpha-
|
|
984
|
+
.cdr-button--medium\@md_13-0-0-alpha-1 {
|
|
869
985
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
870
986
|
font-style: normal;
|
|
871
987
|
font-weight: 500;
|
|
@@ -875,18 +991,18 @@ input[type="month"] {
|
|
|
875
991
|
padding: 0.8rem 1.6rem;
|
|
876
992
|
width: auto;
|
|
877
993
|
}
|
|
878
|
-
.cdr-button--medium\@md_13-0-0-alpha-
|
|
994
|
+
.cdr-button--medium\@md_13-0-0-alpha-1.cdr-button--has-icon-left_13-0-0-alpha-1 {
|
|
879
995
|
padding-left: 1.2rem;
|
|
880
996
|
}
|
|
881
|
-
.cdr-button--medium\@md_13-0-0-alpha-
|
|
997
|
+
.cdr-button--medium\@md_13-0-0-alpha-1.cdr-button--has-icon-right_13-0-0-alpha-1 {
|
|
882
998
|
padding-right: 1.2rem;
|
|
883
999
|
}
|
|
884
|
-
.cdr-button--medium\@md_13-0-0-alpha-
|
|
1000
|
+
.cdr-button--medium\@md_13-0-0-alpha-1 svg {
|
|
885
1001
|
/* This is to correct icon size vs line height */
|
|
886
1002
|
width: 2.4rem;
|
|
887
1003
|
height: 2.4rem;
|
|
888
1004
|
}
|
|
889
|
-
.cdr-button--large\@md_13-0-0-alpha-
|
|
1005
|
+
.cdr-button--large\@md_13-0-0-alpha-1 {
|
|
890
1006
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
891
1007
|
font-style: normal;
|
|
892
1008
|
font-weight: 500;
|
|
@@ -896,24 +1012,24 @@ input[type="month"] {
|
|
|
896
1012
|
padding: 1.2rem 2.4rem;
|
|
897
1013
|
width: auto;
|
|
898
1014
|
}
|
|
899
|
-
.cdr-button--large\@md_13-0-0-alpha-
|
|
1015
|
+
.cdr-button--large\@md_13-0-0-alpha-1.cdr-button--has-icon-left_13-0-0-alpha-1 {
|
|
900
1016
|
padding-left: 2rem;
|
|
901
1017
|
}
|
|
902
|
-
.cdr-button--large\@md_13-0-0-alpha-
|
|
1018
|
+
.cdr-button--large\@md_13-0-0-alpha-1.cdr-button--has-icon-right_13-0-0-alpha-1 {
|
|
903
1019
|
padding-right: 2rem;
|
|
904
1020
|
}
|
|
905
|
-
.cdr-button--large\@md_13-0-0-alpha-
|
|
1021
|
+
.cdr-button--large\@md_13-0-0-alpha-1 svg {
|
|
906
1022
|
/* This is to correct icon size vs line height */
|
|
907
1023
|
width: 2.4rem;
|
|
908
1024
|
height: 2.4rem;
|
|
909
1025
|
}
|
|
910
|
-
.cdr-button--fullWidth\@md_13-0-0-alpha-
|
|
1026
|
+
.cdr-button--fullWidth\@md_13-0-0-alpha-1 {
|
|
911
1027
|
width: 100% !important;
|
|
912
1028
|
justify-content: center;
|
|
913
1029
|
}
|
|
914
1030
|
}
|
|
915
1031
|
@media (min-width: 1232px) {
|
|
916
|
-
.cdr-button--small\@lg_13-0-0-alpha-
|
|
1032
|
+
.cdr-button--small\@lg_13-0-0-alpha-1 {
|
|
917
1033
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
918
1034
|
font-style: normal;
|
|
919
1035
|
font-weight: 500;
|
|
@@ -923,18 +1039,18 @@ input[type="month"] {
|
|
|
923
1039
|
padding: 0.6rem 1.2rem;
|
|
924
1040
|
width: auto;
|
|
925
1041
|
}
|
|
926
|
-
.cdr-button--small\@lg_13-0-0-alpha-
|
|
1042
|
+
.cdr-button--small\@lg_13-0-0-alpha-1.cdr-button--has-icon-left_13-0-0-alpha-1 {
|
|
927
1043
|
padding-left: 0.8rem;
|
|
928
1044
|
}
|
|
929
|
-
.cdr-button--small\@lg_13-0-0-alpha-
|
|
1045
|
+
.cdr-button--small\@lg_13-0-0-alpha-1.cdr-button--has-icon-right_13-0-0-alpha-1 {
|
|
930
1046
|
padding-right: 0.8rem;
|
|
931
1047
|
}
|
|
932
|
-
.cdr-button--small\@lg_13-0-0-alpha-
|
|
1048
|
+
.cdr-button--small\@lg_13-0-0-alpha-1 svg {
|
|
933
1049
|
/* This is to correct icon size vs line height */
|
|
934
1050
|
width: 2rem;
|
|
935
1051
|
height: 2rem;
|
|
936
1052
|
}
|
|
937
|
-
.cdr-button--medium\@lg_13-0-0-alpha-
|
|
1053
|
+
.cdr-button--medium\@lg_13-0-0-alpha-1 {
|
|
938
1054
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
939
1055
|
font-style: normal;
|
|
940
1056
|
font-weight: 500;
|
|
@@ -944,18 +1060,18 @@ input[type="month"] {
|
|
|
944
1060
|
padding: 0.8rem 1.6rem;
|
|
945
1061
|
width: auto;
|
|
946
1062
|
}
|
|
947
|
-
.cdr-button--medium\@lg_13-0-0-alpha-
|
|
1063
|
+
.cdr-button--medium\@lg_13-0-0-alpha-1.cdr-button--has-icon-left_13-0-0-alpha-1 {
|
|
948
1064
|
padding-left: 1.2rem;
|
|
949
1065
|
}
|
|
950
|
-
.cdr-button--medium\@lg_13-0-0-alpha-
|
|
1066
|
+
.cdr-button--medium\@lg_13-0-0-alpha-1.cdr-button--has-icon-right_13-0-0-alpha-1 {
|
|
951
1067
|
padding-right: 1.2rem;
|
|
952
1068
|
}
|
|
953
|
-
.cdr-button--medium\@lg_13-0-0-alpha-
|
|
1069
|
+
.cdr-button--medium\@lg_13-0-0-alpha-1 svg {
|
|
954
1070
|
/* This is to correct icon size vs line height */
|
|
955
1071
|
width: 2.4rem;
|
|
956
1072
|
height: 2.4rem;
|
|
957
1073
|
}
|
|
958
|
-
.cdr-button--large\@lg_13-0-0-alpha-
|
|
1074
|
+
.cdr-button--large\@lg_13-0-0-alpha-1 {
|
|
959
1075
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
960
1076
|
font-style: normal;
|
|
961
1077
|
font-weight: 500;
|
|
@@ -965,18 +1081,18 @@ input[type="month"] {
|
|
|
965
1081
|
padding: 1.2rem 2.4rem;
|
|
966
1082
|
width: auto;
|
|
967
1083
|
}
|
|
968
|
-
.cdr-button--large\@lg_13-0-0-alpha-
|
|
1084
|
+
.cdr-button--large\@lg_13-0-0-alpha-1.cdr-button--has-icon-left_13-0-0-alpha-1 {
|
|
969
1085
|
padding-left: 2rem;
|
|
970
1086
|
}
|
|
971
|
-
.cdr-button--large\@lg_13-0-0-alpha-
|
|
1087
|
+
.cdr-button--large\@lg_13-0-0-alpha-1.cdr-button--has-icon-right_13-0-0-alpha-1 {
|
|
972
1088
|
padding-right: 2rem;
|
|
973
1089
|
}
|
|
974
|
-
.cdr-button--large\@lg_13-0-0-alpha-
|
|
1090
|
+
.cdr-button--large\@lg_13-0-0-alpha-1 svg {
|
|
975
1091
|
/* This is to correct icon size vs line height */
|
|
976
1092
|
width: 2.4rem;
|
|
977
1093
|
height: 2.4rem;
|
|
978
1094
|
}
|
|
979
|
-
.cdr-button--fullWidth\@lg_13-0-0-alpha-
|
|
1095
|
+
.cdr-button--fullWidth\@lg_13-0-0-alpha-1 {
|
|
980
1096
|
width: 100% !important;
|
|
981
1097
|
justify-content: center;
|
|
982
1098
|
}
|
|
@@ -992,12 +1108,12 @@ input[type="month"] {
|
|
|
992
1108
|
|
|
993
1109
|
:Base - CdrCaption
|
|
994
1110
|
========================================================================== */
|
|
995
|
-
.cdr-caption_13-0-0-alpha-
|
|
1111
|
+
.cdr-caption_13-0-0-alpha-1 {
|
|
996
1112
|
max-width: 53rem;
|
|
997
1113
|
line-height: 1;
|
|
998
1114
|
padding: 0.8rem 0;
|
|
999
1115
|
}
|
|
1000
|
-
.cdr-caption_13-0-0-alpha-
|
|
1116
|
+
.cdr-caption_13-0-0-alpha-1 cite {
|
|
1001
1117
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1002
1118
|
font-size: 1.2rem;
|
|
1003
1119
|
font-weight: 400;
|
|
@@ -1006,7 +1122,7 @@ input[type="month"] {
|
|
|
1006
1122
|
color: rgba(66, 59, 47, 0.75);
|
|
1007
1123
|
font-style: normal;
|
|
1008
1124
|
}
|
|
1009
|
-
.cdr-caption__summary_13-0-0-alpha-
|
|
1125
|
+
.cdr-caption__summary_13-0-0-alpha-1 {
|
|
1010
1126
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1011
1127
|
font-size: 1.4rem;
|
|
1012
1128
|
font-weight: 400;
|
|
@@ -1015,11 +1131,11 @@ input[type="month"] {
|
|
|
1015
1131
|
margin: 0;
|
|
1016
1132
|
color: rgba(12, 11, 8, 0.75);
|
|
1017
1133
|
}
|
|
1018
|
-
.cdr-caption__summary_13-0-0-alpha-
|
|
1134
|
+
.cdr-caption__summary_13-0-0-alpha-1 + cite {
|
|
1019
1135
|
display: inline-block;
|
|
1020
1136
|
margin-top: 0.8rem;
|
|
1021
1137
|
}
|
|
1022
|
-
.cdr-card_13-0-0-alpha-
|
|
1138
|
+
.cdr-card_13-0-0-alpha-1 {
|
|
1023
1139
|
position: relative;
|
|
1024
1140
|
background-color: #ffffff;
|
|
1025
1141
|
border-radius: 0.4rem;
|
|
@@ -1030,7 +1146,7 @@ input[type="month"] {
|
|
|
1030
1146
|
cursor: pointer;
|
|
1031
1147
|
overflow: hidden;
|
|
1032
1148
|
}
|
|
1033
|
-
.cdr-card_13-0-0-alpha-
|
|
1149
|
+
.cdr-card_13-0-0-alpha-1:active, .cdr-card_13-0-0-alpha-1:hover {
|
|
1034
1150
|
box-shadow: 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2);
|
|
1035
1151
|
transform: translateY(-0.2rem);
|
|
1036
1152
|
transition: 0.2s;
|
|
@@ -1055,7 +1171,7 @@ input[type="month"] {
|
|
|
1055
1171
|
top: 0;
|
|
1056
1172
|
background-color: transparent;
|
|
1057
1173
|
}
|
|
1058
|
-
.cdr-label-wrapper_13-0-0-alpha-
|
|
1174
|
+
.cdr-label-wrapper_13-0-0-alpha-1 {
|
|
1059
1175
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1060
1176
|
font-style: normal;
|
|
1061
1177
|
font-weight: 400;
|
|
@@ -1095,50 +1211,50 @@ input[type="month"] {
|
|
|
1095
1211
|
1200px and up
|
|
1096
1212
|
========== */
|
|
1097
1213
|
}
|
|
1098
|
-
.cdr-label-wrapper__container_13-0-0-alpha-
|
|
1214
|
+
.cdr-label-wrapper__container_13-0-0-alpha-1 {
|
|
1099
1215
|
font-size: 0;
|
|
1100
1216
|
line-height: 1;
|
|
1101
1217
|
}
|
|
1102
|
-
.cdr-label-wrapper_13-0-0-alpha-
|
|
1218
|
+
.cdr-label-wrapper_13-0-0-alpha-1 input {
|
|
1103
1219
|
position: absolute;
|
|
1104
1220
|
opacity: 0;
|
|
1105
1221
|
z-index: -1;
|
|
1106
1222
|
}
|
|
1107
|
-
.cdr-label-wrapper--primary_13-0-0-alpha-
|
|
1223
|
+
.cdr-label-wrapper--primary_13-0-0-alpha-1:hover {
|
|
1108
1224
|
background-color: #f9f8f6;
|
|
1109
1225
|
cursor: pointer;
|
|
1110
1226
|
}
|
|
1111
|
-
.cdr-label-wrapper--primary_13-0-0-alpha-
|
|
1227
|
+
.cdr-label-wrapper--primary_13-0-0-alpha-1:focus-within {
|
|
1112
1228
|
background-color: #f9f8f6;
|
|
1113
1229
|
box-shadow: inset 0 0 0 0.2rem #20201d;
|
|
1114
1230
|
}
|
|
1115
|
-
.cdr-label-wrapper--primary_13-0-0-alpha-
|
|
1231
|
+
.cdr-label-wrapper--primary_13-0-0-alpha-1:active {
|
|
1116
1232
|
background-color: #edeae3;
|
|
1117
1233
|
}
|
|
1118
|
-
.cdr-label-wrapper--secondary_13-0-0-alpha-
|
|
1234
|
+
.cdr-label-wrapper--secondary_13-0-0-alpha-1 {
|
|
1119
1235
|
background-color: rgba(244, 242, 237, 0.15);
|
|
1120
1236
|
}
|
|
1121
|
-
.cdr-label-wrapper--secondary_13-0-0-alpha-
|
|
1237
|
+
.cdr-label-wrapper--secondary_13-0-0-alpha-1:hover {
|
|
1122
1238
|
background-color: rgba(255, 255, 255, 0.75);
|
|
1123
1239
|
cursor: pointer;
|
|
1124
1240
|
}
|
|
1125
|
-
.cdr-label-wrapper--secondary_13-0-0-alpha-
|
|
1241
|
+
.cdr-label-wrapper--secondary_13-0-0-alpha-1:focus-within {
|
|
1126
1242
|
background-color: rgba(255, 255, 255, 0.75);
|
|
1127
1243
|
}
|
|
1128
|
-
.cdr-label-wrapper--secondary_13-0-0-alpha-
|
|
1244
|
+
.cdr-label-wrapper--secondary_13-0-0-alpha-1:active {
|
|
1129
1245
|
background-color: #ffffff;
|
|
1130
1246
|
}
|
|
1131
|
-
.cdr-label-wrapper--disabled_13-0-0-alpha-
|
|
1247
|
+
.cdr-label-wrapper--disabled_13-0-0-alpha-1 {
|
|
1132
1248
|
color: #d1cbbd !important;
|
|
1133
1249
|
cursor: not-allowed !important;
|
|
1134
1250
|
}
|
|
1135
|
-
.cdr-label-wrapper--disabled_13-0-0-alpha-
|
|
1251
|
+
.cdr-label-wrapper--disabled_13-0-0-alpha-1:hover, .cdr-label-wrapper--disabled_13-0-0-alpha-1:focus-within, .cdr-label-wrapper--disabled_13-0-0-alpha-1:active {
|
|
1136
1252
|
background-color: transparent !important;
|
|
1137
1253
|
}
|
|
1138
|
-
.cdr-label-wrapper--disabled_13-0-0-alpha-
|
|
1254
|
+
.cdr-label-wrapper--disabled_13-0-0-alpha-1 .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1139
1255
|
cursor: not-allowed !important;
|
|
1140
1256
|
}
|
|
1141
|
-
.cdr-label-wrapper__figure_13-0-0-alpha-
|
|
1257
|
+
.cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1142
1258
|
top: 1.1rem;
|
|
1143
1259
|
width: 1.6rem;
|
|
1144
1260
|
height: 1.6rem;
|
|
@@ -1149,22 +1265,22 @@ input[type="month"] {
|
|
|
1149
1265
|
box-shadow: 0 0 0 0.1rem #928b80;
|
|
1150
1266
|
transition: box-shadow 0.2s cubic-bezier(0.15, 0, 0.15, 0);
|
|
1151
1267
|
}
|
|
1152
|
-
.cdr-label-wrapper__figure_13-0-0-alpha-
|
|
1268
|
+
.cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1153
1269
|
width: 0.4rem;
|
|
1154
1270
|
height: 0.4rem;
|
|
1155
1271
|
}
|
|
1156
|
-
.cdr-label-wrapper__content_13-0-0-alpha-
|
|
1272
|
+
.cdr-label-wrapper__content_13-0-0-alpha-1 {
|
|
1157
1273
|
-webkit-user-select: text;
|
|
1158
1274
|
-ms-user-select: text;
|
|
1159
1275
|
user-select: text;
|
|
1160
1276
|
}
|
|
1161
|
-
.cdr-label-wrapper--hide-figure_13-0-0-alpha-
|
|
1277
|
+
.cdr-label-wrapper--hide-figure_13-0-0-alpha-1 {
|
|
1162
1278
|
padding-left: 0;
|
|
1163
1279
|
}
|
|
1164
|
-
.cdr-label-wrapper--hide-figure_13-0-0-alpha-
|
|
1280
|
+
.cdr-label-wrapper--hide-figure_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1165
1281
|
display: none;
|
|
1166
1282
|
}
|
|
1167
|
-
.cdr-label-wrapper--small_13-0-0-alpha-
|
|
1283
|
+
.cdr-label-wrapper--small_13-0-0-alpha-1 {
|
|
1168
1284
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1169
1285
|
font-style: normal;
|
|
1170
1286
|
font-weight: 400;
|
|
@@ -1173,15 +1289,15 @@ input[type="month"] {
|
|
|
1173
1289
|
line-height: 1.8rem;
|
|
1174
1290
|
padding-left: 3.2rem;
|
|
1175
1291
|
}
|
|
1176
|
-
.cdr-label-wrapper--small_13-0-0-alpha-
|
|
1292
|
+
.cdr-label-wrapper--small_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1177
1293
|
width: 1.6rem;
|
|
1178
1294
|
height: 1.6rem;
|
|
1179
1295
|
}
|
|
1180
|
-
.cdr-label-wrapper--small_13-0-0-alpha-
|
|
1296
|
+
.cdr-label-wrapper--small_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1181
1297
|
width: 0.4rem;
|
|
1182
1298
|
height: 0.4rem;
|
|
1183
1299
|
}
|
|
1184
|
-
.cdr-label-wrapper--medium_13-0-0-alpha-
|
|
1300
|
+
.cdr-label-wrapper--medium_13-0-0-alpha-1 {
|
|
1185
1301
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1186
1302
|
font-style: normal;
|
|
1187
1303
|
font-weight: 400;
|
|
@@ -1190,15 +1306,15 @@ input[type="month"] {
|
|
|
1190
1306
|
line-height: 2.2rem;
|
|
1191
1307
|
padding-left: 3.2rem;
|
|
1192
1308
|
}
|
|
1193
|
-
.cdr-label-wrapper--medium_13-0-0-alpha-
|
|
1309
|
+
.cdr-label-wrapper--medium_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1194
1310
|
width: 1.6rem;
|
|
1195
1311
|
height: 1.6rem;
|
|
1196
1312
|
}
|
|
1197
|
-
.cdr-label-wrapper--medium_13-0-0-alpha-
|
|
1313
|
+
.cdr-label-wrapper--medium_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1198
1314
|
width: 0.4rem;
|
|
1199
1315
|
height: 0.4rem;
|
|
1200
1316
|
}
|
|
1201
|
-
.cdr-label-wrapper--large_13-0-0-alpha-
|
|
1317
|
+
.cdr-label-wrapper--large_13-0-0-alpha-1 {
|
|
1202
1318
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1203
1319
|
font-style: normal;
|
|
1204
1320
|
font-weight: 400;
|
|
@@ -1207,16 +1323,16 @@ input[type="month"] {
|
|
|
1207
1323
|
line-height: 2.2rem;
|
|
1208
1324
|
padding-left: 3.6rem;
|
|
1209
1325
|
}
|
|
1210
|
-
.cdr-label-wrapper--large_13-0-0-alpha-
|
|
1326
|
+
.cdr-label-wrapper--large_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1211
1327
|
width: 2rem;
|
|
1212
1328
|
height: 2rem;
|
|
1213
1329
|
}
|
|
1214
|
-
.cdr-label-wrapper--large_13-0-0-alpha-
|
|
1330
|
+
.cdr-label-wrapper--large_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1215
1331
|
width: 0.5rem;
|
|
1216
1332
|
height: 0.5rem;
|
|
1217
1333
|
}
|
|
1218
1334
|
@media (min-width: 0) and (max-width: 767px) {
|
|
1219
|
-
.cdr-label-wrapper--small\@xs_13-0-0-alpha-
|
|
1335
|
+
.cdr-label-wrapper--small\@xs_13-0-0-alpha-1 {
|
|
1220
1336
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1221
1337
|
font-style: normal;
|
|
1222
1338
|
font-weight: 400;
|
|
@@ -1225,15 +1341,15 @@ input[type="month"] {
|
|
|
1225
1341
|
line-height: 1.8rem;
|
|
1226
1342
|
padding-left: 3.2rem;
|
|
1227
1343
|
}
|
|
1228
|
-
.cdr-label-wrapper--small\@xs_13-0-0-alpha-
|
|
1344
|
+
.cdr-label-wrapper--small\@xs_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1229
1345
|
width: 1.6rem;
|
|
1230
1346
|
height: 1.6rem;
|
|
1231
1347
|
}
|
|
1232
|
-
.cdr-label-wrapper--small\@xs_13-0-0-alpha-
|
|
1348
|
+
.cdr-label-wrapper--small\@xs_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1233
1349
|
width: 0.4rem;
|
|
1234
1350
|
height: 0.4rem;
|
|
1235
1351
|
}
|
|
1236
|
-
.cdr-label-wrapper--medium\@xs_13-0-0-alpha-
|
|
1352
|
+
.cdr-label-wrapper--medium\@xs_13-0-0-alpha-1 {
|
|
1237
1353
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1238
1354
|
font-style: normal;
|
|
1239
1355
|
font-weight: 400;
|
|
@@ -1242,15 +1358,15 @@ input[type="month"] {
|
|
|
1242
1358
|
line-height: 2.2rem;
|
|
1243
1359
|
padding-left: 3.2rem;
|
|
1244
1360
|
}
|
|
1245
|
-
.cdr-label-wrapper--medium\@xs_13-0-0-alpha-
|
|
1361
|
+
.cdr-label-wrapper--medium\@xs_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1246
1362
|
width: 1.6rem;
|
|
1247
1363
|
height: 1.6rem;
|
|
1248
1364
|
}
|
|
1249
|
-
.cdr-label-wrapper--medium\@xs_13-0-0-alpha-
|
|
1365
|
+
.cdr-label-wrapper--medium\@xs_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1250
1366
|
width: 0.4rem;
|
|
1251
1367
|
height: 0.4rem;
|
|
1252
1368
|
}
|
|
1253
|
-
.cdr-label-wrapper--large\@xs_13-0-0-alpha-
|
|
1369
|
+
.cdr-label-wrapper--large\@xs_13-0-0-alpha-1 {
|
|
1254
1370
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1255
1371
|
font-style: normal;
|
|
1256
1372
|
font-weight: 400;
|
|
@@ -1259,17 +1375,17 @@ input[type="month"] {
|
|
|
1259
1375
|
line-height: 2.2rem;
|
|
1260
1376
|
padding-left: 3.6rem;
|
|
1261
1377
|
}
|
|
1262
|
-
.cdr-label-wrapper--large\@xs_13-0-0-alpha-
|
|
1378
|
+
.cdr-label-wrapper--large\@xs_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1263
1379
|
width: 2rem;
|
|
1264
1380
|
height: 2rem;
|
|
1265
1381
|
}
|
|
1266
|
-
.cdr-label-wrapper--large\@xs_13-0-0-alpha-
|
|
1382
|
+
.cdr-label-wrapper--large\@xs_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1267
1383
|
width: 0.5rem;
|
|
1268
1384
|
height: 0.5rem;
|
|
1269
1385
|
}
|
|
1270
1386
|
}
|
|
1271
1387
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
1272
|
-
.cdr-label-wrapper--small\@sm_13-0-0-alpha-
|
|
1388
|
+
.cdr-label-wrapper--small\@sm_13-0-0-alpha-1 {
|
|
1273
1389
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1274
1390
|
font-style: normal;
|
|
1275
1391
|
font-weight: 400;
|
|
@@ -1278,15 +1394,15 @@ input[type="month"] {
|
|
|
1278
1394
|
line-height: 1.8rem;
|
|
1279
1395
|
padding-left: 3.2rem;
|
|
1280
1396
|
}
|
|
1281
|
-
.cdr-label-wrapper--small\@sm_13-0-0-alpha-
|
|
1397
|
+
.cdr-label-wrapper--small\@sm_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1282
1398
|
width: 1.6rem;
|
|
1283
1399
|
height: 1.6rem;
|
|
1284
1400
|
}
|
|
1285
|
-
.cdr-label-wrapper--small\@sm_13-0-0-alpha-
|
|
1401
|
+
.cdr-label-wrapper--small\@sm_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1286
1402
|
width: 0.4rem;
|
|
1287
1403
|
height: 0.4rem;
|
|
1288
1404
|
}
|
|
1289
|
-
.cdr-label-wrapper--medium\@sm_13-0-0-alpha-
|
|
1405
|
+
.cdr-label-wrapper--medium\@sm_13-0-0-alpha-1 {
|
|
1290
1406
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1291
1407
|
font-style: normal;
|
|
1292
1408
|
font-weight: 400;
|
|
@@ -1295,15 +1411,15 @@ input[type="month"] {
|
|
|
1295
1411
|
line-height: 2.2rem;
|
|
1296
1412
|
padding-left: 3.2rem;
|
|
1297
1413
|
}
|
|
1298
|
-
.cdr-label-wrapper--medium\@sm_13-0-0-alpha-
|
|
1414
|
+
.cdr-label-wrapper--medium\@sm_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1299
1415
|
width: 1.6rem;
|
|
1300
1416
|
height: 1.6rem;
|
|
1301
1417
|
}
|
|
1302
|
-
.cdr-label-wrapper--medium\@sm_13-0-0-alpha-
|
|
1418
|
+
.cdr-label-wrapper--medium\@sm_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1303
1419
|
width: 0.4rem;
|
|
1304
1420
|
height: 0.4rem;
|
|
1305
1421
|
}
|
|
1306
|
-
.cdr-label-wrapper--large\@sm_13-0-0-alpha-
|
|
1422
|
+
.cdr-label-wrapper--large\@sm_13-0-0-alpha-1 {
|
|
1307
1423
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1308
1424
|
font-style: normal;
|
|
1309
1425
|
font-weight: 400;
|
|
@@ -1312,17 +1428,17 @@ input[type="month"] {
|
|
|
1312
1428
|
line-height: 2.2rem;
|
|
1313
1429
|
padding-left: 3.6rem;
|
|
1314
1430
|
}
|
|
1315
|
-
.cdr-label-wrapper--large\@sm_13-0-0-alpha-
|
|
1431
|
+
.cdr-label-wrapper--large\@sm_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1316
1432
|
width: 2rem;
|
|
1317
1433
|
height: 2rem;
|
|
1318
1434
|
}
|
|
1319
|
-
.cdr-label-wrapper--large\@sm_13-0-0-alpha-
|
|
1435
|
+
.cdr-label-wrapper--large\@sm_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1320
1436
|
width: 0.5rem;
|
|
1321
1437
|
height: 0.5rem;
|
|
1322
1438
|
}
|
|
1323
1439
|
}
|
|
1324
1440
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
1325
|
-
.cdr-label-wrapper--small\@md_13-0-0-alpha-
|
|
1441
|
+
.cdr-label-wrapper--small\@md_13-0-0-alpha-1 {
|
|
1326
1442
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1327
1443
|
font-style: normal;
|
|
1328
1444
|
font-weight: 400;
|
|
@@ -1331,15 +1447,15 @@ input[type="month"] {
|
|
|
1331
1447
|
line-height: 1.8rem;
|
|
1332
1448
|
padding-left: 3.2rem;
|
|
1333
1449
|
}
|
|
1334
|
-
.cdr-label-wrapper--small\@md_13-0-0-alpha-
|
|
1450
|
+
.cdr-label-wrapper--small\@md_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1335
1451
|
width: 1.6rem;
|
|
1336
1452
|
height: 1.6rem;
|
|
1337
1453
|
}
|
|
1338
|
-
.cdr-label-wrapper--small\@md_13-0-0-alpha-
|
|
1454
|
+
.cdr-label-wrapper--small\@md_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1339
1455
|
width: 0.4rem;
|
|
1340
1456
|
height: 0.4rem;
|
|
1341
1457
|
}
|
|
1342
|
-
.cdr-label-wrapper--medium\@md_13-0-0-alpha-
|
|
1458
|
+
.cdr-label-wrapper--medium\@md_13-0-0-alpha-1 {
|
|
1343
1459
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1344
1460
|
font-style: normal;
|
|
1345
1461
|
font-weight: 400;
|
|
@@ -1348,15 +1464,15 @@ input[type="month"] {
|
|
|
1348
1464
|
line-height: 2.2rem;
|
|
1349
1465
|
padding-left: 3.2rem;
|
|
1350
1466
|
}
|
|
1351
|
-
.cdr-label-wrapper--medium\@md_13-0-0-alpha-
|
|
1467
|
+
.cdr-label-wrapper--medium\@md_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1352
1468
|
width: 1.6rem;
|
|
1353
1469
|
height: 1.6rem;
|
|
1354
1470
|
}
|
|
1355
|
-
.cdr-label-wrapper--medium\@md_13-0-0-alpha-
|
|
1471
|
+
.cdr-label-wrapper--medium\@md_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1356
1472
|
width: 0.4rem;
|
|
1357
1473
|
height: 0.4rem;
|
|
1358
1474
|
}
|
|
1359
|
-
.cdr-label-wrapper--large\@md_13-0-0-alpha-
|
|
1475
|
+
.cdr-label-wrapper--large\@md_13-0-0-alpha-1 {
|
|
1360
1476
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1361
1477
|
font-style: normal;
|
|
1362
1478
|
font-weight: 400;
|
|
@@ -1365,17 +1481,17 @@ input[type="month"] {
|
|
|
1365
1481
|
line-height: 2.2rem;
|
|
1366
1482
|
padding-left: 3.6rem;
|
|
1367
1483
|
}
|
|
1368
|
-
.cdr-label-wrapper--large\@md_13-0-0-alpha-
|
|
1484
|
+
.cdr-label-wrapper--large\@md_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1369
1485
|
width: 2rem;
|
|
1370
1486
|
height: 2rem;
|
|
1371
1487
|
}
|
|
1372
|
-
.cdr-label-wrapper--large\@md_13-0-0-alpha-
|
|
1488
|
+
.cdr-label-wrapper--large\@md_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1373
1489
|
width: 0.5rem;
|
|
1374
1490
|
height: 0.5rem;
|
|
1375
1491
|
}
|
|
1376
1492
|
}
|
|
1377
1493
|
@media (min-width: 1232px) {
|
|
1378
|
-
.cdr-label-wrapper--small\@lg_13-0-0-alpha-
|
|
1494
|
+
.cdr-label-wrapper--small\@lg_13-0-0-alpha-1 {
|
|
1379
1495
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1380
1496
|
font-style: normal;
|
|
1381
1497
|
font-weight: 400;
|
|
@@ -1384,15 +1500,15 @@ input[type="month"] {
|
|
|
1384
1500
|
line-height: 1.8rem;
|
|
1385
1501
|
padding-left: 3.2rem;
|
|
1386
1502
|
}
|
|
1387
|
-
.cdr-label-wrapper--small\@lg_13-0-0-alpha-
|
|
1503
|
+
.cdr-label-wrapper--small\@lg_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1388
1504
|
width: 1.6rem;
|
|
1389
1505
|
height: 1.6rem;
|
|
1390
1506
|
}
|
|
1391
|
-
.cdr-label-wrapper--small\@lg_13-0-0-alpha-
|
|
1507
|
+
.cdr-label-wrapper--small\@lg_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1392
1508
|
width: 0.4rem;
|
|
1393
1509
|
height: 0.4rem;
|
|
1394
1510
|
}
|
|
1395
|
-
.cdr-label-wrapper--medium\@lg_13-0-0-alpha-
|
|
1511
|
+
.cdr-label-wrapper--medium\@lg_13-0-0-alpha-1 {
|
|
1396
1512
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1397
1513
|
font-style: normal;
|
|
1398
1514
|
font-weight: 400;
|
|
@@ -1401,15 +1517,15 @@ input[type="month"] {
|
|
|
1401
1517
|
line-height: 2.2rem;
|
|
1402
1518
|
padding-left: 3.2rem;
|
|
1403
1519
|
}
|
|
1404
|
-
.cdr-label-wrapper--medium\@lg_13-0-0-alpha-
|
|
1520
|
+
.cdr-label-wrapper--medium\@lg_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1405
1521
|
width: 1.6rem;
|
|
1406
1522
|
height: 1.6rem;
|
|
1407
1523
|
}
|
|
1408
|
-
.cdr-label-wrapper--medium\@lg_13-0-0-alpha-
|
|
1524
|
+
.cdr-label-wrapper--medium\@lg_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1409
1525
|
width: 0.4rem;
|
|
1410
1526
|
height: 0.4rem;
|
|
1411
1527
|
}
|
|
1412
|
-
.cdr-label-wrapper--large\@lg_13-0-0-alpha-
|
|
1528
|
+
.cdr-label-wrapper--large\@lg_13-0-0-alpha-1 {
|
|
1413
1529
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1414
1530
|
font-style: normal;
|
|
1415
1531
|
font-weight: 400;
|
|
@@ -1418,17 +1534,17 @@ input[type="month"] {
|
|
|
1418
1534
|
line-height: 2.2rem;
|
|
1419
1535
|
padding-left: 3.6rem;
|
|
1420
1536
|
}
|
|
1421
|
-
.cdr-label-wrapper--large\@lg_13-0-0-alpha-
|
|
1537
|
+
.cdr-label-wrapper--large\@lg_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1422
1538
|
width: 2rem;
|
|
1423
1539
|
height: 2rem;
|
|
1424
1540
|
}
|
|
1425
|
-
.cdr-label-wrapper--large\@lg_13-0-0-alpha-
|
|
1541
|
+
.cdr-label-wrapper--large\@lg_13-0-0-alpha-1 > .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1426
1542
|
width: 0.5rem;
|
|
1427
1543
|
height: 0.5rem;
|
|
1428
1544
|
}
|
|
1429
1545
|
}
|
|
1430
1546
|
/* intentionally empty */
|
|
1431
|
-
.cdr-checkbox_13-0-0-alpha-
|
|
1547
|
+
.cdr-checkbox_13-0-0-alpha-1 {
|
|
1432
1548
|
/* Checked
|
|
1433
1549
|
========== */
|
|
1434
1550
|
/* Disabled
|
|
@@ -1438,16 +1554,16 @@ input[type="month"] {
|
|
|
1438
1554
|
/* Focus
|
|
1439
1555
|
========== */
|
|
1440
1556
|
}
|
|
1441
|
-
.cdr-checkbox__input_13-0-0-alpha-
|
|
1557
|
+
.cdr-checkbox__input_13-0-0-alpha-1:checked ~ .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1442
1558
|
box-shadow: inset 0 0 0 0.1rem #4e4d49;
|
|
1443
1559
|
background-color: #4e4d49;
|
|
1444
1560
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath role='presentation' d='M9.673 18.669h.001L19.766 6.644a1 1 0 10-1.532-1.286l-9.3 11.085-3.169-3.776a1 1 0 10-1.532 1.286l3.875 4.618a.999.999 0 001.565.099z'/%3E%3C/svg%3E");
|
|
1445
1561
|
background-repeat: no-repeat;
|
|
1446
1562
|
}
|
|
1447
|
-
.cdr-checkbox__input_13-0-0-alpha-
|
|
1563
|
+
.cdr-checkbox__input_13-0-0-alpha-1[indeterminate] ~ .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1448
1564
|
box-shadow: inset 0 0 0 0.1rem #4e4d49;
|
|
1449
1565
|
}
|
|
1450
|
-
.cdr-checkbox__input_13-0-0-alpha-
|
|
1566
|
+
.cdr-checkbox__input_13-0-0-alpha-1[indeterminate] ~ .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1451
1567
|
content: "";
|
|
1452
1568
|
position: absolute;
|
|
1453
1569
|
left: 50%;
|
|
@@ -1458,64 +1574,64 @@ input[type="month"] {
|
|
|
1458
1574
|
background-color: #4e4d49;
|
|
1459
1575
|
border-radius: 0.2rem;
|
|
1460
1576
|
}
|
|
1461
|
-
.cdr-checkbox_13-0-0-alpha-
|
|
1577
|
+
.cdr-checkbox_13-0-0-alpha-1:hover .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1462
1578
|
cursor: pointer;
|
|
1463
1579
|
box-shadow: inset 0 0 0 0.1rem #20201d, 0 0 0 0.1rem #20201d;
|
|
1464
1580
|
background-color: #f9f8f6;
|
|
1465
1581
|
}
|
|
1466
|
-
.cdr-checkbox_13-0-0-alpha-
|
|
1582
|
+
.cdr-checkbox_13-0-0-alpha-1:hover .cdr-checkbox__input_13-0-0-alpha-1 {
|
|
1467
1583
|
/* Hover + Checked
|
|
1468
1584
|
========== */
|
|
1469
1585
|
/* Hover + Indeterminate
|
|
1470
1586
|
========== */
|
|
1471
1587
|
}
|
|
1472
|
-
.cdr-checkbox_13-0-0-alpha-
|
|
1588
|
+
.cdr-checkbox_13-0-0-alpha-1:hover .cdr-checkbox__input_13-0-0-alpha-1:checked ~ .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1473
1589
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
|
|
1474
1590
|
background-color: #928b80;
|
|
1475
1591
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath role='presentation' d='M9.673 18.669h.001L19.766 6.644a1 1 0 10-1.532-1.286l-9.3 11.085-3.169-3.776a1 1 0 10-1.532 1.286l3.875 4.618a.999.999 0 001.565.099z'/%3E%3C/svg%3E");
|
|
1476
1592
|
}
|
|
1477
|
-
.cdr-checkbox_13-0-0-alpha-
|
|
1593
|
+
.cdr-checkbox_13-0-0-alpha-1:hover .cdr-checkbox__input_13-0-0-alpha-1[indeterminate] ~ .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1478
1594
|
box-shadow: inset 0 0 0 0.2rem #4e4d49;
|
|
1479
1595
|
}
|
|
1480
|
-
.cdr-checkbox_13-0-0-alpha-
|
|
1596
|
+
.cdr-checkbox_13-0-0-alpha-1:hover .cdr-checkbox__input_13-0-0-alpha-1[indeterminate] ~ .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1481
1597
|
background-color: #ffffff;
|
|
1482
1598
|
}
|
|
1483
|
-
.cdr-checkbox__input_13-0-0-alpha-
|
|
1599
|
+
.cdr-checkbox__input_13-0-0-alpha-1:disabled {
|
|
1484
1600
|
/* Disabled + Checked
|
|
1485
1601
|
========== */
|
|
1486
1602
|
/* Disabled + Indeterminate
|
|
1487
1603
|
========== */
|
|
1488
1604
|
}
|
|
1489
|
-
.cdr-checkbox__input_13-0-0-alpha-
|
|
1605
|
+
.cdr-checkbox__input_13-0-0-alpha-1:disabled ~ .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1490
1606
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd !important;
|
|
1491
1607
|
background-color: #f9f8f6 !important;
|
|
1492
1608
|
background-image: none !important;
|
|
1493
1609
|
}
|
|
1494
|
-
.cdr-checkbox__input_13-0-0-alpha-
|
|
1610
|
+
.cdr-checkbox__input_13-0-0-alpha-1:disabled:checked ~ .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1495
1611
|
background-color: #f9f8f6 !important;
|
|
1496
1612
|
}
|
|
1497
|
-
.cdr-checkbox__input_13-0-0-alpha-
|
|
1613
|
+
.cdr-checkbox__input_13-0-0-alpha-1:disabled[indeterminate] ~ .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1498
1614
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd !important;
|
|
1499
1615
|
}
|
|
1500
|
-
.cdr-checkbox__input_13-0-0-alpha-
|
|
1616
|
+
.cdr-checkbox__input_13-0-0-alpha-1:disabled[indeterminate] ~ .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1501
1617
|
background-color: #f9f8f6 !important;
|
|
1502
1618
|
}
|
|
1503
|
-
.cdr-checkbox_13-0-0-alpha-
|
|
1619
|
+
.cdr-checkbox_13-0-0-alpha-1:active .cdr-label-wrapper__figure_13-0-0-alpha-1, .cdr-checkbox_13-0-0-alpha-1:active .cdr-checkbox__input_13-0-0-alpha-1:checked ~ .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1504
1620
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
|
|
1505
1621
|
background-color: #f9f8f6;
|
|
1506
1622
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234e4d49'%3E%3Cpath role='presentation' d='M9.673 18.669h.001L19.766 6.644a1 1 0 10-1.532-1.286l-9.3 11.085-3.169-3.776a1 1 0 10-1.532 1.286l3.875 4.618a.999.999 0 001.565.099z'/%3E%3C/svg%3E");
|
|
1507
1623
|
}
|
|
1508
|
-
.cdr-checkbox_13-0-0-alpha-
|
|
1624
|
+
.cdr-checkbox_13-0-0-alpha-1:active .cdr-checkbox__input_13-0-0-alpha-1[indeterminate] ~ .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
1509
1625
|
content: none;
|
|
1510
1626
|
}
|
|
1511
|
-
.cdr-checkbox__input_13-0-0-alpha-
|
|
1627
|
+
.cdr-checkbox__input_13-0-0-alpha-1:focus ~ .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1512
1628
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
|
|
1513
1629
|
background-color: #f9f8f6;
|
|
1514
1630
|
}
|
|
1515
|
-
.cdr-checkbox__input_13-0-0-alpha-
|
|
1631
|
+
.cdr-checkbox__input_13-0-0-alpha-1:focus:checked ~ .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
1516
1632
|
background-color: #928b80;
|
|
1517
1633
|
}
|
|
1518
|
-
.cdr-chip_13-0-0-alpha-
|
|
1634
|
+
.cdr-chip_13-0-0-alpha-1 {
|
|
1519
1635
|
display: inline-flex;
|
|
1520
1636
|
align-items: center;
|
|
1521
1637
|
position: relative;
|
|
@@ -1536,54 +1652,54 @@ input[type="month"] {
|
|
|
1536
1652
|
letter-spacing: -0.008rem;
|
|
1537
1653
|
transition: color 0.1s cubic-bezier(0.15, 0, 0.15, 0), fill 0.1s cubic-bezier(0.15, 0, 0.15, 0), background-color 0.1s cubic-bezier(0.15, 0, 0.15, 0), box-shadow 0.1s cubic-bezier(0.15, 0, 0.15, 0);
|
|
1538
1654
|
}
|
|
1539
|
-
.cdr-chip_13-0-0-alpha-
|
|
1655
|
+
.cdr-chip_13-0-0-alpha-1:disabled, .cdr-chip_13-0-0-alpha-1:disabled:hover, .cdr-chip_13-0-0-alpha-1:disabled:focus {
|
|
1540
1656
|
cursor: not-allowed !important;
|
|
1541
1657
|
background-color: #ffffff !important;
|
|
1542
1658
|
box-shadow: inset 0 0 0 0.1rem #dcd6cb !important;
|
|
1543
1659
|
color: #d1cbbd !important;
|
|
1544
1660
|
}
|
|
1545
|
-
.cdr-chip_13-0-0-alpha-
|
|
1661
|
+
.cdr-chip_13-0-0-alpha-1:hover {
|
|
1546
1662
|
background-color: #f9f8f6;
|
|
1547
1663
|
box-shadow: inset 0 0 0 0.1rem #928b80, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2);
|
|
1548
1664
|
}
|
|
1549
|
-
.cdr-chip_13-0-0-alpha-
|
|
1665
|
+
.cdr-chip_13-0-0-alpha-1:focus {
|
|
1550
1666
|
outline: none;
|
|
1551
1667
|
outline-offset: 0;
|
|
1552
1668
|
background-color: #ffffff;
|
|
1553
1669
|
box-shadow: inset 0 0 0 0.3rem #4e4d49;
|
|
1554
1670
|
}
|
|
1555
|
-
.cdr-chip_13-0-0-alpha-
|
|
1671
|
+
.cdr-chip_13-0-0-alpha-1:active {
|
|
1556
1672
|
background-color: #edeae3;
|
|
1557
1673
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2);
|
|
1558
1674
|
}
|
|
1559
|
-
.cdr-chip_13-0-0-alpha-
|
|
1675
|
+
.cdr-chip_13-0-0-alpha-1[aria-pressed=true], .cdr-chip_13-0-0-alpha-1[aria-checked=true] {
|
|
1560
1676
|
text-shadow: 0 0 0.1rem currentColor;
|
|
1561
1677
|
background-color: #edeae3;
|
|
1562
1678
|
box-shadow: inset 0 0 0 0.1rem #4e4d49;
|
|
1563
1679
|
}
|
|
1564
|
-
.cdr-chip_13-0-0-alpha-
|
|
1680
|
+
.cdr-chip_13-0-0-alpha-1[aria-pressed=true]:hover, .cdr-chip_13-0-0-alpha-1[aria-checked=true]:hover {
|
|
1565
1681
|
background-color: #edeae3;
|
|
1566
1682
|
box-shadow: inset 0 0 0 0.2rem #726d64, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2);
|
|
1567
1683
|
}
|
|
1568
|
-
.cdr-chip_13-0-0-alpha-
|
|
1684
|
+
.cdr-chip_13-0-0-alpha-1[aria-pressed=true]:focus, .cdr-chip_13-0-0-alpha-1[aria-checked=true]:focus {
|
|
1569
1685
|
background-color: #edeae3;
|
|
1570
1686
|
box-shadow: inset 0 0 0 0.3rem #4e4d49;
|
|
1571
1687
|
}
|
|
1572
|
-
.cdr-chip__icon-left_13-0-0-alpha-
|
|
1688
|
+
.cdr-chip__icon-left_13-0-0-alpha-1 {
|
|
1573
1689
|
position: absolute;
|
|
1574
1690
|
left: 0.8rem;
|
|
1575
1691
|
}
|
|
1576
|
-
.cdr-chip__icon-right_13-0-0-alpha-
|
|
1692
|
+
.cdr-chip__icon-right_13-0-0-alpha-1 {
|
|
1577
1693
|
position: absolute;
|
|
1578
1694
|
right: 0.8rem;
|
|
1579
1695
|
}
|
|
1580
|
-
.cdr-chip__icon-left_13-0-0-alpha-
|
|
1696
|
+
.cdr-chip__icon-left_13-0-0-alpha-1 ~ .cdr-chip__content_13-0-0-alpha-1 {
|
|
1581
1697
|
margin-left: 1.6rem;
|
|
1582
1698
|
}
|
|
1583
|
-
.cdr-chip__icon-right_13-0-0-alpha-
|
|
1699
|
+
.cdr-chip__icon-right_13-0-0-alpha-1 ~ .cdr-chip__content_13-0-0-alpha-1 {
|
|
1584
1700
|
margin-right: 1.6rem;
|
|
1585
1701
|
}
|
|
1586
|
-
.cdr-chip-group_13-0-0-alpha-
|
|
1702
|
+
.cdr-chip-group_13-0-0-alpha-1 {
|
|
1587
1703
|
border: none;
|
|
1588
1704
|
-webkit-margin-start: 0;
|
|
1589
1705
|
margin-inline-start: 0;
|
|
@@ -1598,16 +1714,16 @@ input[type="month"] {
|
|
|
1598
1714
|
-webkit-padding-after: 0;
|
|
1599
1715
|
padding-block-end: 0;
|
|
1600
1716
|
}
|
|
1601
|
-
.cdr-chip-group_13-0-0-alpha-
|
|
1717
|
+
.cdr-chip-group_13-0-0-alpha-1 legend {
|
|
1602
1718
|
-webkit-padding-start: 0;
|
|
1603
1719
|
padding-inline-start: 0;
|
|
1604
1720
|
margin-bottom: 0.8rem;
|
|
1605
1721
|
}
|
|
1606
|
-
.cdr-chip-group__content_13-0-0-alpha-
|
|
1722
|
+
.cdr-chip-group__content_13-0-0-alpha-1 > button:not(:last-child) {
|
|
1607
1723
|
margin-right: 0.8rem;
|
|
1608
1724
|
margin-bottom: 0.8rem;
|
|
1609
1725
|
}
|
|
1610
|
-
.cdr-chip-group__legend--hidden_13-0-0-alpha-
|
|
1726
|
+
.cdr-chip-group__legend--hidden_13-0-0-alpha-1 {
|
|
1611
1727
|
position: absolute;
|
|
1612
1728
|
width: 0.1rem;
|
|
1613
1729
|
height: 0.1rem;
|
|
@@ -1617,7 +1733,7 @@ input[type="month"] {
|
|
|
1617
1733
|
clip: rect(0, 0, 0, 0);
|
|
1618
1734
|
border: 0;
|
|
1619
1735
|
}
|
|
1620
|
-
.cdr-chip-group__legend_13-0-0-alpha-
|
|
1736
|
+
.cdr-chip-group__legend_13-0-0-alpha-1 {
|
|
1621
1737
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1622
1738
|
font-style: normal;
|
|
1623
1739
|
font-weight: 500;
|
|
@@ -1625,7 +1741,7 @@ input[type="month"] {
|
|
|
1625
1741
|
font-size: 1.6rem;
|
|
1626
1742
|
line-height: 2rem;
|
|
1627
1743
|
}
|
|
1628
|
-
.cdr-container_13-0-0-alpha-
|
|
1744
|
+
.cdr-container_13-0-0-alpha-1 {
|
|
1629
1745
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1630
1746
|
font-style: normal;
|
|
1631
1747
|
font-weight: 400;
|
|
@@ -1637,17 +1753,17 @@ input[type="month"] {
|
|
|
1637
1753
|
width: 100%;
|
|
1638
1754
|
}
|
|
1639
1755
|
@media (min-width: 992px) {
|
|
1640
|
-
.cdr-container_13-0-0-alpha-
|
|
1756
|
+
.cdr-container_13-0-0-alpha-1 {
|
|
1641
1757
|
padding-left: 3.2rem;
|
|
1642
1758
|
padding-right: 3.2rem;
|
|
1643
1759
|
}
|
|
1644
1760
|
}
|
|
1645
|
-
.cdr-container--static_13-0-0-alpha-
|
|
1761
|
+
.cdr-container--static_13-0-0-alpha-1 {
|
|
1646
1762
|
margin-left: auto;
|
|
1647
1763
|
margin-right: auto;
|
|
1648
1764
|
max-width: 123.2rem;
|
|
1649
1765
|
}
|
|
1650
|
-
.cdr-form-error_13-0-0-alpha-
|
|
1766
|
+
.cdr-form-error_13-0-0-alpha-1 {
|
|
1651
1767
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1652
1768
|
font-style: normal;
|
|
1653
1769
|
font-weight: 400;
|
|
@@ -1658,13 +1774,13 @@ input[type="month"] {
|
|
|
1658
1774
|
fill: #b33322;
|
|
1659
1775
|
margin-top: 0.4rem;
|
|
1660
1776
|
}
|
|
1661
|
-
.cdr-form-error__icon_13-0-0-alpha-
|
|
1777
|
+
.cdr-form-error__icon_13-0-0-alpha-1 {
|
|
1662
1778
|
position: relative;
|
|
1663
1779
|
width: 1.8rem;
|
|
1664
1780
|
height: 1.8rem;
|
|
1665
1781
|
display: inline-block;
|
|
1666
1782
|
}
|
|
1667
|
-
.cdr-form-error__icon_13-0-0-alpha-
|
|
1783
|
+
.cdr-form-error__icon_13-0-0-alpha-1::after {
|
|
1668
1784
|
content: "";
|
|
1669
1785
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='9' cy='9' r='8' stroke='%23FFF5F5' stroke-width='2' opacity='0.75'/%3E %3Ccircle cx='9' cy='9' r='6.25' fill='white' stroke='%23B33322' stroke-width='1.5'/%3E %3Crect x='5.6416' y='6.70215' width='1.5' height='8' rx='0.75' transform='rotate(-45 5.6416 6.70215)' fill='%23B33322'/%3E %3C/svg%3E");
|
|
1670
1786
|
background-repeat: no-repeat;
|
|
@@ -1675,7 +1791,7 @@ input[type="month"] {
|
|
|
1675
1791
|
height: 100%;
|
|
1676
1792
|
}
|
|
1677
1793
|
/* intentionally empty */
|
|
1678
|
-
.cdr-form-group_13-0-0-alpha-
|
|
1794
|
+
.cdr-form-group_13-0-0-alpha-1 {
|
|
1679
1795
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1680
1796
|
font-style: normal;
|
|
1681
1797
|
font-weight: 500;
|
|
@@ -1696,112 +1812,112 @@ input[type="month"] {
|
|
|
1696
1812
|
-webkit-padding-after: 0;
|
|
1697
1813
|
padding-block-end: 0;
|
|
1698
1814
|
}
|
|
1699
|
-
.cdr-form-group_13-0-0-alpha-
|
|
1815
|
+
.cdr-form-group_13-0-0-alpha-1 legend {
|
|
1700
1816
|
-webkit-padding-start: 0;
|
|
1701
1817
|
padding-inline-start: 0;
|
|
1702
1818
|
margin-bottom: 0.8rem;
|
|
1703
1819
|
}
|
|
1704
|
-
.cdr-form-group--error_13-0-0-alpha-
|
|
1820
|
+
.cdr-form-group--error_13-0-0-alpha-1 {
|
|
1705
1821
|
box-shadow: inset 0 0 0 0.1rem #b33322;
|
|
1706
1822
|
background-color: rgba(255, 242, 242, 0.75);
|
|
1707
1823
|
}
|
|
1708
|
-
.cdr-form-group--error_13-0-0-alpha-
|
|
1824
|
+
.cdr-form-group--error_13-0-0-alpha-1:hover {
|
|
1709
1825
|
background-color: transparent;
|
|
1710
1826
|
}
|
|
1711
|
-
.cdr-form-group--disabled_13-0-0-alpha-
|
|
1827
|
+
.cdr-form-group--disabled_13-0-0-alpha-1 {
|
|
1712
1828
|
cursor: not-allowed;
|
|
1713
1829
|
color: #d1cbbd;
|
|
1714
1830
|
}
|
|
1715
|
-
.cdr-form-group--disabled_13-0-0-alpha-
|
|
1831
|
+
.cdr-form-group--disabled_13-0-0-alpha-1 .cdr-form-group__optional_13-0-0-alpha-1, .cdr-form-group--disabled_13-0-0-alpha-1 .cdr-form-group__required_13-0-0-alpha-1 {
|
|
1716
1832
|
color: #d1cbbd;
|
|
1717
1833
|
}
|
|
1718
|
-
.cdr-form-group__wrapper_13-0-0-alpha-
|
|
1834
|
+
.cdr-form-group__wrapper_13-0-0-alpha-1 {
|
|
1719
1835
|
border-radius: 0.4rem;
|
|
1720
1836
|
display: flex;
|
|
1721
1837
|
flex-direction: column;
|
|
1722
1838
|
}
|
|
1723
|
-
.cdr-form-group__wrapper_13-0-0-alpha-
|
|
1839
|
+
.cdr-form-group__wrapper_13-0-0-alpha-1 > * {
|
|
1724
1840
|
flex: 1 1 0;
|
|
1725
1841
|
}
|
|
1726
|
-
.cdr-form-group__optional_13-0-0-alpha-
|
|
1842
|
+
.cdr-form-group__optional_13-0-0-alpha-1 {
|
|
1727
1843
|
color: rgba(66, 59, 47, 0.75);
|
|
1728
1844
|
}
|
|
1729
|
-
.cdr-grid_13-0-0-alpha-
|
|
1845
|
+
.cdr-grid_13-0-0-alpha-1 {
|
|
1730
1846
|
display: grid;
|
|
1731
1847
|
list-style: none;
|
|
1732
1848
|
margin: 0;
|
|
1733
1849
|
padding: 0;
|
|
1734
1850
|
gap: 1.6rem 1.6rem;
|
|
1735
1851
|
}
|
|
1736
|
-
.cdr-grid--gutter-none_13-0-0-alpha-
|
|
1852
|
+
.cdr-grid--gutter-none_13-0-0-alpha-1 {
|
|
1737
1853
|
gap: 0 0;
|
|
1738
1854
|
}
|
|
1739
|
-
.cdr-grid--gutter-small_13-0-0-alpha-
|
|
1855
|
+
.cdr-grid--gutter-small_13-0-0-alpha-1 {
|
|
1740
1856
|
gap: 0.2rem 0.2rem;
|
|
1741
1857
|
}
|
|
1742
|
-
.cdr-grid--gutter-medium_13-0-0-alpha-
|
|
1858
|
+
.cdr-grid--gutter-medium_13-0-0-alpha-1 {
|
|
1743
1859
|
gap: 1.6rem 1.6rem;
|
|
1744
1860
|
}
|
|
1745
|
-
.cdr-grid--gutter-large_13-0-0-alpha-
|
|
1861
|
+
.cdr-grid--gutter-large_13-0-0-alpha-1 {
|
|
1746
1862
|
gap: 3.2rem 3.2rem;
|
|
1747
1863
|
}
|
|
1748
1864
|
@media (min-width: 0) and (max-width: 767px) {
|
|
1749
|
-
.cdr-grid--gutter-none\@xs_13-0-0-alpha-
|
|
1865
|
+
.cdr-grid--gutter-none\@xs_13-0-0-alpha-1 {
|
|
1750
1866
|
gap: 0 0;
|
|
1751
1867
|
}
|
|
1752
|
-
.cdr-grid--gutter-small\@xs_13-0-0-alpha-
|
|
1868
|
+
.cdr-grid--gutter-small\@xs_13-0-0-alpha-1 {
|
|
1753
1869
|
gap: 0.2rem 0.2rem;
|
|
1754
1870
|
}
|
|
1755
|
-
.cdr-grid--gutter-medium\@xs_13-0-0-alpha-
|
|
1871
|
+
.cdr-grid--gutter-medium\@xs_13-0-0-alpha-1 {
|
|
1756
1872
|
gap: 1.6rem 1.6rem;
|
|
1757
1873
|
}
|
|
1758
|
-
.cdr-grid--gutter-large\@xs_13-0-0-alpha-
|
|
1874
|
+
.cdr-grid--gutter-large\@xs_13-0-0-alpha-1 {
|
|
1759
1875
|
gap: 3.2rem 3.2rem;
|
|
1760
1876
|
}
|
|
1761
1877
|
}
|
|
1762
1878
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
1763
|
-
.cdr-grid--gutter-none\@sm_13-0-0-alpha-
|
|
1879
|
+
.cdr-grid--gutter-none\@sm_13-0-0-alpha-1 {
|
|
1764
1880
|
gap: 0 0;
|
|
1765
1881
|
}
|
|
1766
|
-
.cdr-grid--gutter-small\@sm_13-0-0-alpha-
|
|
1882
|
+
.cdr-grid--gutter-small\@sm_13-0-0-alpha-1 {
|
|
1767
1883
|
gap: 0.2rem 0.2rem;
|
|
1768
1884
|
}
|
|
1769
|
-
.cdr-grid--gutter-medium\@sm_13-0-0-alpha-
|
|
1885
|
+
.cdr-grid--gutter-medium\@sm_13-0-0-alpha-1 {
|
|
1770
1886
|
gap: 1.6rem 1.6rem;
|
|
1771
1887
|
}
|
|
1772
|
-
.cdr-grid--gutter-large\@sm_13-0-0-alpha-
|
|
1888
|
+
.cdr-grid--gutter-large\@sm_13-0-0-alpha-1 {
|
|
1773
1889
|
gap: 3.2rem 3.2rem;
|
|
1774
1890
|
}
|
|
1775
1891
|
}
|
|
1776
1892
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
1777
|
-
.cdr-grid--gutter-none\@md_13-0-0-alpha-
|
|
1893
|
+
.cdr-grid--gutter-none\@md_13-0-0-alpha-1 {
|
|
1778
1894
|
gap: 0 0;
|
|
1779
1895
|
}
|
|
1780
|
-
.cdr-grid--gutter-small\@md_13-0-0-alpha-
|
|
1896
|
+
.cdr-grid--gutter-small\@md_13-0-0-alpha-1 {
|
|
1781
1897
|
gap: 0.2rem 0.2rem;
|
|
1782
1898
|
}
|
|
1783
|
-
.cdr-grid--gutter-medium\@md_13-0-0-alpha-
|
|
1899
|
+
.cdr-grid--gutter-medium\@md_13-0-0-alpha-1 {
|
|
1784
1900
|
gap: 1.6rem 1.6rem;
|
|
1785
1901
|
}
|
|
1786
|
-
.cdr-grid--gutter-large\@md_13-0-0-alpha-
|
|
1902
|
+
.cdr-grid--gutter-large\@md_13-0-0-alpha-1 {
|
|
1787
1903
|
gap: 3.2rem 3.2rem;
|
|
1788
1904
|
}
|
|
1789
1905
|
}
|
|
1790
1906
|
@media (min-width: 1232px) {
|
|
1791
|
-
.cdr-grid--gutter-none\@lg_13-0-0-alpha-
|
|
1907
|
+
.cdr-grid--gutter-none\@lg_13-0-0-alpha-1 {
|
|
1792
1908
|
gap: 0 0;
|
|
1793
1909
|
}
|
|
1794
|
-
.cdr-grid--gutter-small\@lg_13-0-0-alpha-
|
|
1910
|
+
.cdr-grid--gutter-small\@lg_13-0-0-alpha-1 {
|
|
1795
1911
|
gap: 0.2rem 0.2rem;
|
|
1796
1912
|
}
|
|
1797
|
-
.cdr-grid--gutter-medium\@lg_13-0-0-alpha-
|
|
1913
|
+
.cdr-grid--gutter-medium\@lg_13-0-0-alpha-1 {
|
|
1798
1914
|
gap: 1.6rem 1.6rem;
|
|
1799
1915
|
}
|
|
1800
|
-
.cdr-grid--gutter-large\@lg_13-0-0-alpha-
|
|
1916
|
+
.cdr-grid--gutter-large\@lg_13-0-0-alpha-1 {
|
|
1801
1917
|
gap: 3.2rem 3.2rem;
|
|
1802
1918
|
}
|
|
1803
1919
|
}
|
|
1804
|
-
.cdr-icon_13-0-0-alpha-
|
|
1920
|
+
.cdr-icon_13-0-0-alpha-1 {
|
|
1805
1921
|
display: inline-block;
|
|
1806
1922
|
vertical-align: middle;
|
|
1807
1923
|
flex: 0 0 auto;
|
|
@@ -1821,58 +1937,58 @@ input[type="month"] {
|
|
|
1821
1937
|
1200px and up
|
|
1822
1938
|
========== */
|
|
1823
1939
|
}
|
|
1824
|
-
.cdr-icon--small_13-0-0-alpha-
|
|
1940
|
+
.cdr-icon--small_13-0-0-alpha-1 {
|
|
1825
1941
|
width: 1.6rem;
|
|
1826
1942
|
height: 1.6rem;
|
|
1827
1943
|
}
|
|
1828
|
-
.cdr-icon--large_13-0-0-alpha-
|
|
1944
|
+
.cdr-icon--large_13-0-0-alpha-1 {
|
|
1829
1945
|
width: 3.2rem;
|
|
1830
1946
|
height: 3.2rem;
|
|
1831
1947
|
}
|
|
1832
1948
|
@media (min-width: 0) and (max-width: 767px) {
|
|
1833
|
-
.cdr-icon--small\@xs_13-0-0-alpha-
|
|
1949
|
+
.cdr-icon--small\@xs_13-0-0-alpha-1 {
|
|
1834
1950
|
width: 1.6rem;
|
|
1835
1951
|
height: 1.6rem;
|
|
1836
1952
|
}
|
|
1837
|
-
.cdr-icon--large\@xs_13-0-0-alpha-
|
|
1953
|
+
.cdr-icon--large\@xs_13-0-0-alpha-1 {
|
|
1838
1954
|
width: 3.2rem;
|
|
1839
1955
|
height: 3.2rem;
|
|
1840
1956
|
}
|
|
1841
1957
|
}
|
|
1842
1958
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
1843
|
-
.cdr-icon--small\@sm_13-0-0-alpha-
|
|
1959
|
+
.cdr-icon--small\@sm_13-0-0-alpha-1 {
|
|
1844
1960
|
width: 1.6rem;
|
|
1845
1961
|
height: 1.6rem;
|
|
1846
1962
|
}
|
|
1847
|
-
.cdr-icon--large\@sm_13-0-0-alpha-
|
|
1963
|
+
.cdr-icon--large\@sm_13-0-0-alpha-1 {
|
|
1848
1964
|
width: 3.2rem;
|
|
1849
1965
|
height: 3.2rem;
|
|
1850
1966
|
}
|
|
1851
1967
|
}
|
|
1852
1968
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
1853
|
-
.cdr-icon--small\@md_13-0-0-alpha-
|
|
1969
|
+
.cdr-icon--small\@md_13-0-0-alpha-1 {
|
|
1854
1970
|
width: 1.6rem;
|
|
1855
1971
|
height: 1.6rem;
|
|
1856
1972
|
}
|
|
1857
|
-
.cdr-icon--large\@md_13-0-0-alpha-
|
|
1973
|
+
.cdr-icon--large\@md_13-0-0-alpha-1 {
|
|
1858
1974
|
width: 3.2rem;
|
|
1859
1975
|
height: 3.2rem;
|
|
1860
1976
|
}
|
|
1861
1977
|
}
|
|
1862
1978
|
@media (min-width: 1232px) {
|
|
1863
|
-
.cdr-icon--small\@lg_13-0-0-alpha-
|
|
1979
|
+
.cdr-icon--small\@lg_13-0-0-alpha-1 {
|
|
1864
1980
|
width: 1.6rem;
|
|
1865
1981
|
height: 1.6rem;
|
|
1866
1982
|
}
|
|
1867
|
-
.cdr-icon--large\@lg_13-0-0-alpha-
|
|
1983
|
+
.cdr-icon--large\@lg_13-0-0-alpha-1 {
|
|
1868
1984
|
width: 3.2rem;
|
|
1869
1985
|
height: 3.2rem;
|
|
1870
1986
|
}
|
|
1871
1987
|
}
|
|
1872
|
-
.cdr-icon--inherit-color_13-0-0-alpha-
|
|
1988
|
+
.cdr-icon--inherit-color_13-0-0-alpha-1 {
|
|
1873
1989
|
fill: inherit;
|
|
1874
1990
|
}
|
|
1875
|
-
.cdr-image_13-0-0-alpha-
|
|
1991
|
+
.cdr-image_13-0-0-alpha-1 {
|
|
1876
1992
|
max-width: 100%;
|
|
1877
1993
|
vertical-align: middle;
|
|
1878
1994
|
border-style: none;
|
|
@@ -1885,31 +2001,31 @@ input[type="month"] {
|
|
|
1885
2001
|
/* circle
|
|
1886
2002
|
========== */
|
|
1887
2003
|
}
|
|
1888
|
-
.cdr-image--responsive_13-0-0-alpha-
|
|
2004
|
+
.cdr-image--responsive_13-0-0-alpha-1 {
|
|
1889
2005
|
display: block;
|
|
1890
2006
|
height: auto;
|
|
1891
2007
|
width: 100%;
|
|
1892
2008
|
}
|
|
1893
|
-
.cdr-image--rounded_13-0-0-alpha-
|
|
2009
|
+
.cdr-image--rounded_13-0-0-alpha-1 {
|
|
1894
2010
|
border-radius: 0.4rem;
|
|
1895
2011
|
}
|
|
1896
|
-
.cdr-image--circle_13-0-0-alpha-
|
|
2012
|
+
.cdr-image--circle_13-0-0-alpha-1 {
|
|
1897
2013
|
border-radius: 999.9rem;
|
|
1898
2014
|
}
|
|
1899
2015
|
/* ==========================================================================
|
|
1900
2016
|
# MEDIA FRAME
|
|
1901
2017
|
========================================================================== */
|
|
1902
|
-
.cdr-image-ratio_13-0-0-alpha-
|
|
2018
|
+
.cdr-image-ratio_13-0-0-alpha-1 {
|
|
1903
2019
|
position: relative;
|
|
1904
2020
|
overflow: hidden;
|
|
1905
2021
|
}
|
|
1906
|
-
.cdr-image-ratio_13-0-0-alpha-
|
|
2022
|
+
.cdr-image-ratio_13-0-0-alpha-1::before {
|
|
1907
2023
|
content: "";
|
|
1908
2024
|
height: 0;
|
|
1909
2025
|
display: block;
|
|
1910
2026
|
padding-bottom: var(--ratio);
|
|
1911
2027
|
}
|
|
1912
|
-
.cdr-image-ratio__cover_13-0-0-alpha-
|
|
2028
|
+
.cdr-image-ratio__cover_13-0-0-alpha-1 {
|
|
1913
2029
|
position: absolute;
|
|
1914
2030
|
top: 0;
|
|
1915
2031
|
left: 0;
|
|
@@ -1917,20 +2033,20 @@ input[type="month"] {
|
|
|
1917
2033
|
width: 100%;
|
|
1918
2034
|
object-fit: contain;
|
|
1919
2035
|
}
|
|
1920
|
-
.cdr-image-ratio__cover--crop_13-0-0-alpha-
|
|
2036
|
+
.cdr-image-ratio__cover--crop_13-0-0-alpha-1 {
|
|
1921
2037
|
object-fit: none;
|
|
1922
2038
|
}
|
|
1923
|
-
.cdr-image-ratio__cover--cover_13-0-0-alpha-
|
|
2039
|
+
.cdr-image-ratio__cover--cover_13-0-0-alpha-1 {
|
|
1924
2040
|
object-fit: cover;
|
|
1925
2041
|
}
|
|
1926
|
-
.cdr-label-standalone_13-0-0-alpha-
|
|
2042
|
+
.cdr-label-standalone_13-0-0-alpha-1 {
|
|
1927
2043
|
display: grid;
|
|
1928
2044
|
grid-template-areas: "label label info" "input input input" "post post post";
|
|
1929
2045
|
}
|
|
1930
|
-
.cdr-label-standalone__label-wrapper_13-0-0-alpha-
|
|
2046
|
+
.cdr-label-standalone__label-wrapper_13-0-0-alpha-1 {
|
|
1931
2047
|
grid-area: label;
|
|
1932
2048
|
}
|
|
1933
|
-
.cdr-label-standalone__label_13-0-0-alpha-
|
|
2049
|
+
.cdr-label-standalone__label_13-0-0-alpha-1 {
|
|
1934
2050
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1935
2051
|
font-style: normal;
|
|
1936
2052
|
font-weight: 400;
|
|
@@ -1940,7 +2056,7 @@ input[type="month"] {
|
|
|
1940
2056
|
color: rgba(12, 11, 8, 0.75);
|
|
1941
2057
|
margin: 0;
|
|
1942
2058
|
}
|
|
1943
|
-
.cdr-label-standalone__label--sr-only_13-0-0-alpha-
|
|
2059
|
+
.cdr-label-standalone__label--sr-only_13-0-0-alpha-1 {
|
|
1944
2060
|
position: absolute;
|
|
1945
2061
|
width: 0.1rem;
|
|
1946
2062
|
height: 0.1rem;
|
|
@@ -1950,16 +2066,16 @@ input[type="month"] {
|
|
|
1950
2066
|
clip: rect(0, 0, 0, 0);
|
|
1951
2067
|
border: 0;
|
|
1952
2068
|
}
|
|
1953
|
-
.cdr-label-standalone__label--disabled_13-0-0-alpha-
|
|
2069
|
+
.cdr-label-standalone__label--disabled_13-0-0-alpha-1 {
|
|
1954
2070
|
color: #d1cbbd;
|
|
1955
2071
|
}
|
|
1956
|
-
.cdr-label-standalone__label--disabled_13-0-0-alpha-
|
|
2072
|
+
.cdr-label-standalone__label--disabled_13-0-0-alpha-1 .cdr-label-standalone__optional_13-0-0-alpha-1 {
|
|
1957
2073
|
color: #d1cbbd;
|
|
1958
2074
|
}
|
|
1959
|
-
.cdr-label-standalone__optional_13-0-0-alpha-
|
|
2075
|
+
.cdr-label-standalone__optional_13-0-0-alpha-1 {
|
|
1960
2076
|
color: rgba(66, 59, 47, 0.75);
|
|
1961
2077
|
}
|
|
1962
|
-
.cdr-label-standalone__helper_13-0-0-alpha-
|
|
2078
|
+
.cdr-label-standalone__helper_13-0-0-alpha-1 {
|
|
1963
2079
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1964
2080
|
font-style: normal;
|
|
1965
2081
|
font-weight: 400;
|
|
@@ -1969,7 +2085,7 @@ input[type="month"] {
|
|
|
1969
2085
|
color: rgba(66, 59, 47, 0.75);
|
|
1970
2086
|
margin-top: 0.2rem;
|
|
1971
2087
|
}
|
|
1972
|
-
.cdr-label-standalone__info_13-0-0-alpha-
|
|
2088
|
+
.cdr-label-standalone__info_13-0-0-alpha-1 {
|
|
1973
2089
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1974
2090
|
font-style: normal;
|
|
1975
2091
|
font-weight: 400;
|
|
@@ -1981,21 +2097,21 @@ input[type="month"] {
|
|
|
1981
2097
|
align-self: end;
|
|
1982
2098
|
justify-self: end;
|
|
1983
2099
|
}
|
|
1984
|
-
.cdr-label-standalone__post-content_13-0-0-alpha-
|
|
2100
|
+
.cdr-label-standalone__post-content_13-0-0-alpha-1 {
|
|
1985
2101
|
grid-area: post;
|
|
1986
2102
|
}
|
|
1987
|
-
.cdr-label-standalone__info-action_13-0-0-alpha-
|
|
2103
|
+
.cdr-label-standalone__info-action_13-0-0-alpha-1 {
|
|
1988
2104
|
display: flex;
|
|
1989
2105
|
justify-content: center;
|
|
1990
2106
|
align-items: center;
|
|
1991
2107
|
width: 4rem;
|
|
1992
2108
|
}
|
|
1993
|
-
.cdr-label-standalone__input-wrap_13-0-0-alpha-
|
|
2109
|
+
.cdr-label-standalone__input-wrap_13-0-0-alpha-1 {
|
|
1994
2110
|
position: relative;
|
|
1995
2111
|
display: flex;
|
|
1996
2112
|
grid-area: input;
|
|
1997
2113
|
}
|
|
1998
|
-
.cdr-label-standalone__input-spacing_13-0-0-alpha-
|
|
2114
|
+
.cdr-label-standalone__input-spacing_13-0-0-alpha-1 {
|
|
1999
2115
|
margin-top: 0.8rem;
|
|
2000
2116
|
}
|
|
2001
2117
|
/* intentionally empty */
|
|
@@ -2040,7 +2156,7 @@ input[type="month"] {
|
|
|
2040
2156
|
/* ==========================================================================
|
|
2041
2157
|
# INPUT
|
|
2042
2158
|
========================================================================== */
|
|
2043
|
-
.cdr-input_13-0-0-alpha-
|
|
2159
|
+
.cdr-input_13-0-0-alpha-1 {
|
|
2044
2160
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2045
2161
|
font-style: normal;
|
|
2046
2162
|
font-weight: 400;
|
|
@@ -2082,17 +2198,17 @@ input[type="month"] {
|
|
|
2082
2198
|
/* Slot Sections
|
|
2083
2199
|
========================================================================== */
|
|
2084
2200
|
}
|
|
2085
|
-
.cdr-input_13-0-0-alpha-
|
|
2201
|
+
.cdr-input_13-0-0-alpha-1[type=number]::-webkit-inner-spin-button, .cdr-input_13-0-0-alpha-1[type=number]::-webkit-outer-spin-button {
|
|
2086
2202
|
-webkit-appearance: none;
|
|
2087
2203
|
-moz-appearance: none;
|
|
2088
2204
|
appearance: none;
|
|
2089
2205
|
margin: 0;
|
|
2090
2206
|
}
|
|
2091
|
-
.cdr-input_13-0-0-alpha-
|
|
2207
|
+
.cdr-input_13-0-0-alpha-1:active, .cdr-input_13-0-0-alpha-1:focus {
|
|
2092
2208
|
outline: none;
|
|
2093
2209
|
box-shadow: inset 0 0 0 0.2rem #20201d, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2);
|
|
2094
2210
|
}
|
|
2095
|
-
.cdr-input_13-0-0-alpha-
|
|
2211
|
+
.cdr-input_13-0-0-alpha-1::-webkit-input-placeholder {
|
|
2096
2212
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2097
2213
|
font-style: normal;
|
|
2098
2214
|
font-weight: 400;
|
|
@@ -2101,7 +2217,7 @@ input[type="month"] {
|
|
|
2101
2217
|
line-height: 2.2rem;
|
|
2102
2218
|
color: rgba(66, 59, 47, 0.75);
|
|
2103
2219
|
}
|
|
2104
|
-
.cdr-input_13-0-0-alpha-
|
|
2220
|
+
.cdr-input_13-0-0-alpha-1::-ms-input-placeholder {
|
|
2105
2221
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2106
2222
|
font-style: normal;
|
|
2107
2223
|
font-weight: 400;
|
|
@@ -2110,7 +2226,7 @@ input[type="month"] {
|
|
|
2110
2226
|
line-height: 2.2rem;
|
|
2111
2227
|
color: rgba(66, 59, 47, 0.75);
|
|
2112
2228
|
}
|
|
2113
|
-
.cdr-input_13-0-0-alpha-
|
|
2229
|
+
.cdr-input_13-0-0-alpha-1::placeholder {
|
|
2114
2230
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2115
2231
|
font-style: normal;
|
|
2116
2232
|
font-weight: 400;
|
|
@@ -2119,58 +2235,58 @@ input[type="month"] {
|
|
|
2119
2235
|
line-height: 2.2rem;
|
|
2120
2236
|
color: rgba(66, 59, 47, 0.75);
|
|
2121
2237
|
}
|
|
2122
|
-
.cdr-input_13-0-0-alpha-
|
|
2238
|
+
.cdr-input_13-0-0-alpha-1[disabled] {
|
|
2123
2239
|
background-color: #f9f8f6;
|
|
2124
2240
|
color: #d1cbbd;
|
|
2125
2241
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd;
|
|
2126
2242
|
}
|
|
2127
|
-
.cdr-input_13-0-0-alpha-
|
|
2243
|
+
.cdr-input_13-0-0-alpha-1[disabled]:hover {
|
|
2128
2244
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd;
|
|
2129
2245
|
cursor: not-allowed;
|
|
2130
2246
|
}
|
|
2131
|
-
.cdr-input_13-0-0-alpha-
|
|
2247
|
+
.cdr-input_13-0-0-alpha-1[disabled]::-webkit-input-placeholder {
|
|
2132
2248
|
color: #d1cbbd;
|
|
2133
2249
|
}
|
|
2134
|
-
.cdr-input_13-0-0-alpha-
|
|
2250
|
+
.cdr-input_13-0-0-alpha-1[disabled]::-ms-input-placeholder {
|
|
2135
2251
|
color: #d1cbbd;
|
|
2136
2252
|
}
|
|
2137
|
-
.cdr-input_13-0-0-alpha-
|
|
2253
|
+
.cdr-input_13-0-0-alpha-1[disabled]::placeholder {
|
|
2138
2254
|
color: #d1cbbd;
|
|
2139
2255
|
}
|
|
2140
|
-
.cdr-input--focus_13-0-0-alpha-
|
|
2256
|
+
.cdr-input--focus_13-0-0-alpha-1 svg {
|
|
2141
2257
|
fill: rgba(12, 11, 8, 0.75) !important;
|
|
2142
2258
|
}
|
|
2143
|
-
.cdr-input--multiline_13-0-0-alpha-
|
|
2259
|
+
.cdr-input--multiline_13-0-0-alpha-1 {
|
|
2144
2260
|
height: auto;
|
|
2145
2261
|
}
|
|
2146
|
-
.cdr-input--preicon_13-0-0-alpha-
|
|
2262
|
+
.cdr-input--preicon_13-0-0-alpha-1 {
|
|
2147
2263
|
/* $input-pre-icon-default-width = 25px with the expectation that
|
|
2148
2264
|
slot provided icon is close to that width */
|
|
2149
2265
|
padding-left: 3.7rem !important;
|
|
2150
2266
|
}
|
|
2151
|
-
.cdr-input--posticon_13-0-0-alpha-
|
|
2267
|
+
.cdr-input--posticon_13-0-0-alpha-1 {
|
|
2152
2268
|
padding-right: 4.5rem;
|
|
2153
2269
|
}
|
|
2154
|
-
.cdr-input--posticons_13-0-0-alpha-
|
|
2270
|
+
.cdr-input--posticons_13-0-0-alpha-1 {
|
|
2155
2271
|
padding-right: 9rem;
|
|
2156
2272
|
}
|
|
2157
|
-
.cdr-input--primary_13-0-0-alpha-
|
|
2273
|
+
.cdr-input--primary_13-0-0-alpha-1 {
|
|
2158
2274
|
background-color: rgba(244, 242, 237, 0.15);
|
|
2159
2275
|
}
|
|
2160
|
-
.cdr-input--primary_13-0-0-alpha-
|
|
2276
|
+
.cdr-input--primary_13-0-0-alpha-1:active, .cdr-input--primary_13-0-0-alpha-1:focus {
|
|
2161
2277
|
background-color: #f9f8f6;
|
|
2162
2278
|
}
|
|
2163
|
-
.cdr-input--secondary_13-0-0-alpha-
|
|
2279
|
+
.cdr-input--secondary_13-0-0-alpha-1 {
|
|
2164
2280
|
background-color: rgba(255, 255, 255, 0.85);
|
|
2165
2281
|
}
|
|
2166
|
-
.cdr-input--secondary_13-0-0-alpha-
|
|
2282
|
+
.cdr-input--secondary_13-0-0-alpha-1:active, .cdr-input--secondary_13-0-0-alpha-1:focus {
|
|
2167
2283
|
background-color: #ffffff;
|
|
2168
2284
|
}
|
|
2169
|
-
.cdr-input--error_13-0-0-alpha-
|
|
2285
|
+
.cdr-input--error_13-0-0-alpha-1 {
|
|
2170
2286
|
background-color: rgba(255, 242, 242, 0.75);
|
|
2171
2287
|
box-shadow: inset 0 0 0 0.1rem #b33322;
|
|
2172
2288
|
}
|
|
2173
|
-
.cdr-input--large_13-0-0-alpha-
|
|
2289
|
+
.cdr-input--large_13-0-0-alpha-1 {
|
|
2174
2290
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2175
2291
|
font-style: normal;
|
|
2176
2292
|
font-weight: 400;
|
|
@@ -2181,17 +2297,17 @@ input[type="month"] {
|
|
|
2181
2297
|
padding-left: 0.8rem;
|
|
2182
2298
|
height: 4.8rem;
|
|
2183
2299
|
}
|
|
2184
|
-
.cdr-input--large_13-0-0-alpha-
|
|
2300
|
+
.cdr-input--large_13-0-0-alpha-1::-webkit-input-placeholder {
|
|
2185
2301
|
line-height: 3.2rem;
|
|
2186
2302
|
}
|
|
2187
|
-
.cdr-input--large_13-0-0-alpha-
|
|
2303
|
+
.cdr-input--large_13-0-0-alpha-1::-ms-input-placeholder {
|
|
2188
2304
|
line-height: 3.2rem;
|
|
2189
2305
|
}
|
|
2190
|
-
.cdr-input--large_13-0-0-alpha-
|
|
2306
|
+
.cdr-input--large_13-0-0-alpha-1::placeholder {
|
|
2191
2307
|
line-height: 3.2rem;
|
|
2192
2308
|
}
|
|
2193
2309
|
@media (min-width: 0) and (max-width: 767px) {
|
|
2194
|
-
.cdr-input--large\@xs_13-0-0-alpha-
|
|
2310
|
+
.cdr-input--large\@xs_13-0-0-alpha-1 {
|
|
2195
2311
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2196
2312
|
font-style: normal;
|
|
2197
2313
|
font-weight: 400;
|
|
@@ -2202,18 +2318,18 @@ input[type="month"] {
|
|
|
2202
2318
|
padding-left: 0.8rem;
|
|
2203
2319
|
height: 4.8rem;
|
|
2204
2320
|
}
|
|
2205
|
-
.cdr-input--large\@xs_13-0-0-alpha-
|
|
2321
|
+
.cdr-input--large\@xs_13-0-0-alpha-1::-webkit-input-placeholder {
|
|
2206
2322
|
line-height: 3.2rem;
|
|
2207
2323
|
}
|
|
2208
|
-
.cdr-input--large\@xs_13-0-0-alpha-
|
|
2324
|
+
.cdr-input--large\@xs_13-0-0-alpha-1::-ms-input-placeholder {
|
|
2209
2325
|
line-height: 3.2rem;
|
|
2210
2326
|
}
|
|
2211
|
-
.cdr-input--large\@xs_13-0-0-alpha-
|
|
2327
|
+
.cdr-input--large\@xs_13-0-0-alpha-1::placeholder {
|
|
2212
2328
|
line-height: 3.2rem;
|
|
2213
2329
|
}
|
|
2214
2330
|
}
|
|
2215
2331
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
2216
|
-
.cdr-input--large\@sm_13-0-0-alpha-
|
|
2332
|
+
.cdr-input--large\@sm_13-0-0-alpha-1 {
|
|
2217
2333
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2218
2334
|
font-style: normal;
|
|
2219
2335
|
font-weight: 400;
|
|
@@ -2224,18 +2340,18 @@ input[type="month"] {
|
|
|
2224
2340
|
padding-left: 0.8rem;
|
|
2225
2341
|
height: 4.8rem;
|
|
2226
2342
|
}
|
|
2227
|
-
.cdr-input--large\@sm_13-0-0-alpha-
|
|
2343
|
+
.cdr-input--large\@sm_13-0-0-alpha-1::-webkit-input-placeholder {
|
|
2228
2344
|
line-height: 3.2rem;
|
|
2229
2345
|
}
|
|
2230
|
-
.cdr-input--large\@sm_13-0-0-alpha-
|
|
2346
|
+
.cdr-input--large\@sm_13-0-0-alpha-1::-ms-input-placeholder {
|
|
2231
2347
|
line-height: 3.2rem;
|
|
2232
2348
|
}
|
|
2233
|
-
.cdr-input--large\@sm_13-0-0-alpha-
|
|
2349
|
+
.cdr-input--large\@sm_13-0-0-alpha-1::placeholder {
|
|
2234
2350
|
line-height: 3.2rem;
|
|
2235
2351
|
}
|
|
2236
2352
|
}
|
|
2237
2353
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
2238
|
-
.cdr-input--large\@md_13-0-0-alpha-
|
|
2354
|
+
.cdr-input--large\@md_13-0-0-alpha-1 {
|
|
2239
2355
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2240
2356
|
font-style: normal;
|
|
2241
2357
|
font-weight: 400;
|
|
@@ -2246,18 +2362,18 @@ input[type="month"] {
|
|
|
2246
2362
|
padding-left: 0.8rem;
|
|
2247
2363
|
height: 4.8rem;
|
|
2248
2364
|
}
|
|
2249
|
-
.cdr-input--large\@md_13-0-0-alpha-
|
|
2365
|
+
.cdr-input--large\@md_13-0-0-alpha-1::-webkit-input-placeholder {
|
|
2250
2366
|
line-height: 3.2rem;
|
|
2251
2367
|
}
|
|
2252
|
-
.cdr-input--large\@md_13-0-0-alpha-
|
|
2368
|
+
.cdr-input--large\@md_13-0-0-alpha-1::-ms-input-placeholder {
|
|
2253
2369
|
line-height: 3.2rem;
|
|
2254
2370
|
}
|
|
2255
|
-
.cdr-input--large\@md_13-0-0-alpha-
|
|
2371
|
+
.cdr-input--large\@md_13-0-0-alpha-1::placeholder {
|
|
2256
2372
|
line-height: 3.2rem;
|
|
2257
2373
|
}
|
|
2258
2374
|
}
|
|
2259
2375
|
@media (min-width: 1232px) {
|
|
2260
|
-
.cdr-input--large\@lg_13-0-0-alpha-
|
|
2376
|
+
.cdr-input--large\@lg_13-0-0-alpha-1 {
|
|
2261
2377
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2262
2378
|
font-style: normal;
|
|
2263
2379
|
font-weight: 400;
|
|
@@ -2268,30 +2384,30 @@ input[type="month"] {
|
|
|
2268
2384
|
padding-left: 0.8rem;
|
|
2269
2385
|
height: 4.8rem;
|
|
2270
2386
|
}
|
|
2271
|
-
.cdr-input--large\@lg_13-0-0-alpha-
|
|
2387
|
+
.cdr-input--large\@lg_13-0-0-alpha-1::-webkit-input-placeholder {
|
|
2272
2388
|
line-height: 3.2rem;
|
|
2273
2389
|
}
|
|
2274
|
-
.cdr-input--large\@lg_13-0-0-alpha-
|
|
2390
|
+
.cdr-input--large\@lg_13-0-0-alpha-1::-ms-input-placeholder {
|
|
2275
2391
|
line-height: 3.2rem;
|
|
2276
2392
|
}
|
|
2277
|
-
.cdr-input--large\@lg_13-0-0-alpha-
|
|
2393
|
+
.cdr-input--large\@lg_13-0-0-alpha-1::placeholder {
|
|
2278
2394
|
line-height: 3.2rem;
|
|
2279
2395
|
}
|
|
2280
2396
|
}
|
|
2281
|
-
.cdr-input__pre-icon_13-0-0-alpha-
|
|
2397
|
+
.cdr-input__pre-icon_13-0-0-alpha-1 {
|
|
2282
2398
|
position: absolute;
|
|
2283
2399
|
top: 50%;
|
|
2284
2400
|
left: 0.8rem;
|
|
2285
2401
|
transform: translateY(-50%);
|
|
2286
2402
|
}
|
|
2287
|
-
.cdr-input__post-icon_13-0-0-alpha-
|
|
2403
|
+
.cdr-input__post-icon_13-0-0-alpha-1 {
|
|
2288
2404
|
display: block;
|
|
2289
2405
|
position: absolute;
|
|
2290
2406
|
top: 50%;
|
|
2291
2407
|
right: 0.8rem;
|
|
2292
2408
|
transform: translateY(-50%);
|
|
2293
2409
|
}
|
|
2294
|
-
.cdr-input__helper-text_13-0-0-alpha-
|
|
2410
|
+
.cdr-input__helper-text_13-0-0-alpha-1 {
|
|
2295
2411
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2296
2412
|
font-style: normal;
|
|
2297
2413
|
font-weight: 400;
|
|
@@ -2305,7 +2421,7 @@ input[type="month"] {
|
|
|
2305
2421
|
/* ==========================================================================
|
|
2306
2422
|
# INPUT WRAPPER
|
|
2307
2423
|
========================================================================== */
|
|
2308
|
-
.cdr-input-wrap_13-0-0-alpha-
|
|
2424
|
+
.cdr-input-wrap_13-0-0-alpha-1 {
|
|
2309
2425
|
position: relative;
|
|
2310
2426
|
flex-grow: 1;
|
|
2311
2427
|
fill: #928b80;
|
|
@@ -2321,7 +2437,7 @@ input[type="month"] {
|
|
|
2321
2437
|
:Style variants
|
|
2322
2438
|
:Standalone
|
|
2323
2439
|
========================================================================== */
|
|
2324
|
-
.cdr-link_13-0-0-alpha-
|
|
2440
|
+
.cdr-link_13-0-0-alpha-1 {
|
|
2325
2441
|
font-family: inherit;
|
|
2326
2442
|
font-size: inherit;
|
|
2327
2443
|
line-height: inherit;
|
|
@@ -2338,36 +2454,36 @@ input[type="month"] {
|
|
|
2338
2454
|
text-decoration: underline;
|
|
2339
2455
|
vertical-align: top;
|
|
2340
2456
|
}
|
|
2341
|
-
.cdr-link_13-0-0-alpha-
|
|
2457
|
+
.cdr-link_13-0-0-alpha-1:active, .cdr-link_13-0-0-alpha-1:focus {
|
|
2342
2458
|
color: #0b2d60;
|
|
2343
2459
|
}
|
|
2344
|
-
.cdr-link_13-0-0-alpha-
|
|
2460
|
+
.cdr-link_13-0-0-alpha-1:hover {
|
|
2345
2461
|
color: #406eb5;
|
|
2346
2462
|
text-decoration: none;
|
|
2347
2463
|
}
|
|
2348
|
-
.cdr-link_13-0-0-alpha-
|
|
2464
|
+
.cdr-link_13-0-0-alpha-1:focus {
|
|
2349
2465
|
outline: 0.2rem solid Highlight;
|
|
2350
2466
|
outline-color: -webkit-focus-ring-color;
|
|
2351
2467
|
outline-offset: 0;
|
|
2352
2468
|
}
|
|
2353
2469
|
/* Standalone
|
|
2354
2470
|
========== */
|
|
2355
|
-
.cdr-link--standalone_13-0-0-alpha-
|
|
2471
|
+
.cdr-link--standalone_13-0-0-alpha-1 {
|
|
2356
2472
|
text-decoration: none;
|
|
2357
2473
|
}
|
|
2358
|
-
.cdr-link--standalone_13-0-0-alpha-
|
|
2474
|
+
.cdr-link--standalone_13-0-0-alpha-1:hover, .cdr-link--standalone_13-0-0-alpha-1:active, .cdr-link--standalone_13-0-0-alpha-1:focus, .cdr-link--standalone_13-0-0-alpha-1:visited {
|
|
2359
2475
|
text-decoration: underline;
|
|
2360
2476
|
}
|
|
2361
|
-
.cdr-link--inherit-color_13-0-0-alpha-
|
|
2477
|
+
.cdr-link--inherit-color_13-0-0-alpha-1 {
|
|
2362
2478
|
fill: inherit;
|
|
2363
2479
|
color: inherit;
|
|
2364
2480
|
}
|
|
2365
|
-
.cdr-link--inherit-color_13-0-0-alpha-
|
|
2481
|
+
.cdr-link--inherit-color_13-0-0-alpha-1:active, .cdr-link--inherit-color_13-0-0-alpha-1:hover, .cdr-link--inherit-color_13-0-0-alpha-1:focus {
|
|
2366
2482
|
color: inherit;
|
|
2367
2483
|
fill: inherit;
|
|
2368
2484
|
}
|
|
2369
2485
|
@charset "UTF-8";
|
|
2370
|
-
.cdr-list_13-0-0-alpha-
|
|
2486
|
+
.cdr-list_13-0-0-alpha-1 {
|
|
2371
2487
|
list-style-type: none;
|
|
2372
2488
|
padding: 0;
|
|
2373
2489
|
margin: 0;
|
|
@@ -2384,74 +2500,74 @@ input[type="month"] {
|
|
|
2384
2500
|
/* Inline
|
|
2385
2501
|
========== */
|
|
2386
2502
|
}
|
|
2387
|
-
.cdr-list_13-0-0-alpha-
|
|
2503
|
+
.cdr-list_13-0-0-alpha-1 > li + li {
|
|
2388
2504
|
margin-top: 0.8rem;
|
|
2389
2505
|
}
|
|
2390
|
-
.cdr-list_13-0-0-alpha-
|
|
2506
|
+
.cdr-list_13-0-0-alpha-1 li > .cdr-list_13-0-0-alpha-1 {
|
|
2391
2507
|
margin-top: 0.8rem;
|
|
2392
2508
|
padding-left: 1em;
|
|
2393
2509
|
list-style-type: none;
|
|
2394
2510
|
}
|
|
2395
|
-
.cdr-list--compact_13-0-0-alpha-
|
|
2511
|
+
.cdr-list--compact_13-0-0-alpha-1 {
|
|
2396
2512
|
/* nesting
|
|
2397
2513
|
---------- */
|
|
2398
2514
|
}
|
|
2399
|
-
.cdr-list--compact_13-0-0-alpha-
|
|
2515
|
+
.cdr-list--compact_13-0-0-alpha-1 > li + li {
|
|
2400
2516
|
margin-top: 0.4rem;
|
|
2401
2517
|
}
|
|
2402
|
-
.cdr-list--compact_13-0-0-alpha-
|
|
2518
|
+
.cdr-list--compact_13-0-0-alpha-1 li > .cdr-list_13-0-0-alpha-1 {
|
|
2403
2519
|
margin-top: 0.4rem;
|
|
2404
2520
|
}
|
|
2405
|
-
.cdr-list--ordered_13-0-0-alpha-
|
|
2521
|
+
.cdr-list--ordered_13-0-0-alpha-1 {
|
|
2406
2522
|
list-style-type: decimal;
|
|
2407
2523
|
padding-left: 1.5em;
|
|
2408
2524
|
list-style-position: outside;
|
|
2409
2525
|
}
|
|
2410
|
-
.cdr-list--ordered_13-0-0-alpha-
|
|
2526
|
+
.cdr-list--ordered_13-0-0-alpha-1 li {
|
|
2411
2527
|
padding: 0 0 0 0.4rem;
|
|
2412
2528
|
}
|
|
2413
|
-
.cdr-list--ordered_13-0-0-alpha-
|
|
2529
|
+
.cdr-list--ordered_13-0-0-alpha-1 li {
|
|
2414
2530
|
/* nesting
|
|
2415
2531
|
---------- */
|
|
2416
2532
|
}
|
|
2417
|
-
.cdr-list--ordered_13-0-0-alpha-
|
|
2533
|
+
.cdr-list--ordered_13-0-0-alpha-1 li > .cdr-list_13-0-0-alpha-1 {
|
|
2418
2534
|
position: relative;
|
|
2419
2535
|
padding-left: 1em;
|
|
2420
2536
|
}
|
|
2421
|
-
.cdr-list--ordered_13-0-0-alpha-
|
|
2537
|
+
.cdr-list--ordered_13-0-0-alpha-1 li > .cdr-list_13-0-0-alpha-1 > li {
|
|
2422
2538
|
padding-left: 0;
|
|
2423
2539
|
}
|
|
2424
|
-
.cdr-list--ordered_13-0-0-alpha-
|
|
2540
|
+
.cdr-list--ordered_13-0-0-alpha-1 li > .cdr-list_13-0-0-alpha-1 > li::before {
|
|
2425
2541
|
content: "–";
|
|
2426
2542
|
position: absolute;
|
|
2427
2543
|
color: rgba(66, 59, 47, 0.75);
|
|
2428
2544
|
left: 0;
|
|
2429
2545
|
}
|
|
2430
|
-
.cdr-list--unordered_13-0-0-alpha-
|
|
2546
|
+
.cdr-list--unordered_13-0-0-alpha-1 {
|
|
2431
2547
|
position: relative;
|
|
2432
2548
|
padding-left: 1em;
|
|
2433
2549
|
/* nesting
|
|
2434
2550
|
---------- */
|
|
2435
2551
|
}
|
|
2436
|
-
.cdr-list--unordered_13-0-0-alpha-
|
|
2552
|
+
.cdr-list--unordered_13-0-0-alpha-1 > li::before {
|
|
2437
2553
|
content: "•";
|
|
2438
2554
|
position: relative;
|
|
2439
2555
|
margin-left: -1em;
|
|
2440
2556
|
padding-right: 0.8rem;
|
|
2441
2557
|
color: rgba(66, 59, 47, 0.75);
|
|
2442
2558
|
}
|
|
2443
|
-
.cdr-list--unordered_13-0-0-alpha-
|
|
2559
|
+
.cdr-list--unordered_13-0-0-alpha-1 li > .cdr-list_13-0-0-alpha-1 {
|
|
2444
2560
|
position: relative;
|
|
2445
2561
|
padding-left: 1em;
|
|
2446
2562
|
}
|
|
2447
|
-
.cdr-list--unordered_13-0-0-alpha-
|
|
2563
|
+
.cdr-list--unordered_13-0-0-alpha-1 li > .cdr-list_13-0-0-alpha-1 > li::before {
|
|
2448
2564
|
content: "–";
|
|
2449
2565
|
position: relative;
|
|
2450
2566
|
margin-left: -1em;
|
|
2451
2567
|
padding-right: 0.8rem;
|
|
2452
2568
|
color: rgba(66, 59, 47, 0.75);
|
|
2453
2569
|
}
|
|
2454
|
-
.cdr-list--inline_13-0-0-alpha-
|
|
2570
|
+
.cdr-list--inline_13-0-0-alpha-1 {
|
|
2455
2571
|
display: flex;
|
|
2456
2572
|
flex-wrap: wrap;
|
|
2457
2573
|
list-style-type: none;
|
|
@@ -2461,31 +2577,31 @@ input[type="month"] {
|
|
|
2461
2577
|
/* inline - unordered
|
|
2462
2578
|
---------- */
|
|
2463
2579
|
}
|
|
2464
|
-
.cdr-list--inline_13-0-0-alpha-
|
|
2580
|
+
.cdr-list--inline_13-0-0-alpha-1 > li {
|
|
2465
2581
|
display: block;
|
|
2466
2582
|
}
|
|
2467
|
-
.cdr-list--inline_13-0-0-alpha-
|
|
2583
|
+
.cdr-list--inline_13-0-0-alpha-1 > li + li {
|
|
2468
2584
|
margin-top: 0;
|
|
2469
2585
|
padding-left: 1em;
|
|
2470
2586
|
}
|
|
2471
|
-
.cdr-list--inline_13-0-0-alpha-
|
|
2587
|
+
.cdr-list--inline_13-0-0-alpha-1.cdr-list--compact_13-0-0-alpha-1 > li + li {
|
|
2472
2588
|
padding-left: 0.5em;
|
|
2473
2589
|
}
|
|
2474
|
-
.cdr-list--inline_13-0-0-alpha-
|
|
2590
|
+
.cdr-list--inline_13-0-0-alpha-1.cdr-list--unordered_13-0-0-alpha-1 {
|
|
2475
2591
|
left: 0;
|
|
2476
2592
|
/* inline - unordered - compact
|
|
2477
2593
|
---------- */
|
|
2478
2594
|
}
|
|
2479
|
-
.cdr-list--inline_13-0-0-alpha-
|
|
2595
|
+
.cdr-list--inline_13-0-0-alpha-1.cdr-list--unordered_13-0-0-alpha-1 > li {
|
|
2480
2596
|
position: relative;
|
|
2481
2597
|
}
|
|
2482
|
-
.cdr-list--inline_13-0-0-alpha-
|
|
2598
|
+
.cdr-list--inline_13-0-0-alpha-1.cdr-list--unordered_13-0-0-alpha-1 > li + li {
|
|
2483
2599
|
padding-left: 1.5em;
|
|
2484
2600
|
}
|
|
2485
|
-
.cdr-list--inline_13-0-0-alpha-
|
|
2601
|
+
.cdr-list--inline_13-0-0-alpha-1.cdr-list--unordered_13-0-0-alpha-1 > li:first-of-type::before {
|
|
2486
2602
|
display: none;
|
|
2487
2603
|
}
|
|
2488
|
-
.cdr-list--inline_13-0-0-alpha-
|
|
2604
|
+
.cdr-list--inline_13-0-0-alpha-1.cdr-list--unordered_13-0-0-alpha-1 > li::before {
|
|
2489
2605
|
content: "•";
|
|
2490
2606
|
color: rgba(66, 59, 47, 0.75);
|
|
2491
2607
|
display: block;
|
|
@@ -2499,13 +2615,13 @@ input[type="month"] {
|
|
|
2499
2615
|
padding: 0;
|
|
2500
2616
|
margin: 0;
|
|
2501
2617
|
}
|
|
2502
|
-
.cdr-list--inline_13-0-0-alpha-
|
|
2618
|
+
.cdr-list--inline_13-0-0-alpha-1.cdr-list--unordered_13-0-0-alpha-1.cdr-list--compact_13-0-0-alpha-1 > li + li {
|
|
2503
2619
|
padding-left: 1em;
|
|
2504
2620
|
}
|
|
2505
|
-
.cdr-list--inline_13-0-0-alpha-
|
|
2621
|
+
.cdr-list--inline_13-0-0-alpha-1.cdr-list--unordered_13-0-0-alpha-1.cdr-list--compact_13-0-0-alpha-1 > li + li::before {
|
|
2506
2622
|
transform: translate(100%, -50%);
|
|
2507
2623
|
}
|
|
2508
|
-
.cdr-modal_13-0-0-alpha-
|
|
2624
|
+
.cdr-modal_13-0-0-alpha-1 {
|
|
2509
2625
|
bottom: 0;
|
|
2510
2626
|
height: 100%;
|
|
2511
2627
|
left: 0;
|
|
@@ -2517,14 +2633,14 @@ input[type="month"] {
|
|
|
2517
2633
|
z-index: 1000;
|
|
2518
2634
|
}
|
|
2519
2635
|
@supports (-webkit-touch-callout: none) {
|
|
2520
|
-
.cdr-modal_13-0-0-alpha-
|
|
2636
|
+
.cdr-modal_13-0-0-alpha-1 * {
|
|
2521
2637
|
/* Safari iOS hack: force hardware acceleration on all elements inside modal
|
|
2522
2638
|
otherwise content that is offscreen will flicker/disappear when scrolling
|
|
2523
2639
|
Issue has to do with scrolling inside a position: fixed or relative container */
|
|
2524
2640
|
will-change: transform;
|
|
2525
2641
|
}
|
|
2526
2642
|
}
|
|
2527
|
-
.cdr-modal__overlay_13-0-0-alpha-
|
|
2643
|
+
.cdr-modal__overlay_13-0-0-alpha-1 {
|
|
2528
2644
|
background-color: rgba(244, 242, 237, 0.85);
|
|
2529
2645
|
-webkit-backdrop-filter: blur(1.6rem);
|
|
2530
2646
|
backdrop-filter: blur(1.6rem);
|
|
@@ -2537,14 +2653,14 @@ input[type="month"] {
|
|
|
2537
2653
|
transition: opacity 150ms;
|
|
2538
2654
|
z-index: 0;
|
|
2539
2655
|
}
|
|
2540
|
-
.cdr-modal__outerWrap_13-0-0-alpha-
|
|
2656
|
+
.cdr-modal__outerWrap_13-0-0-alpha-1 {
|
|
2541
2657
|
display: flex;
|
|
2542
2658
|
box-sizing: border-box;
|
|
2543
2659
|
min-height: 100%;
|
|
2544
2660
|
position: static;
|
|
2545
2661
|
z-index: -1;
|
|
2546
2662
|
}
|
|
2547
|
-
.cdr-modal__contentWrap_13-0-0-alpha-
|
|
2663
|
+
.cdr-modal__contentWrap_13-0-0-alpha-1 {
|
|
2548
2664
|
align-items: flex-start;
|
|
2549
2665
|
background-color: #ffffff;
|
|
2550
2666
|
display: flex;
|
|
@@ -2560,33 +2676,33 @@ input[type="month"] {
|
|
|
2560
2676
|
width: 100%;
|
|
2561
2677
|
z-index: 0;
|
|
2562
2678
|
}
|
|
2563
|
-
.cdr-modal__contentWrap_13-0-0-alpha-
|
|
2679
|
+
.cdr-modal__contentWrap_13-0-0-alpha-1:focus {
|
|
2564
2680
|
outline: 0;
|
|
2565
2681
|
}
|
|
2566
|
-
.cdr-modal__innerWrap_13-0-0-alpha-
|
|
2682
|
+
.cdr-modal__innerWrap_13-0-0-alpha-1 {
|
|
2567
2683
|
width: 100%;
|
|
2568
2684
|
padding: 1.6rem;
|
|
2569
2685
|
}
|
|
2570
|
-
.cdr-modal__dialog_13-0-0-alpha-
|
|
2686
|
+
.cdr-modal__dialog_13-0-0-alpha-1 {
|
|
2571
2687
|
width: 100%;
|
|
2572
2688
|
}
|
|
2573
|
-
.cdr-modal__content_13-0-0-alpha-
|
|
2689
|
+
.cdr-modal__content_13-0-0-alpha-1 {
|
|
2574
2690
|
position: relative;
|
|
2575
2691
|
}
|
|
2576
|
-
.cdr-modal__header_13-0-0-alpha-
|
|
2692
|
+
.cdr-modal__header_13-0-0-alpha-1 {
|
|
2577
2693
|
display: flex;
|
|
2578
2694
|
padding-bottom: 1.6rem;
|
|
2579
2695
|
}
|
|
2580
|
-
.cdr-modal__title_13-0-0-alpha-
|
|
2696
|
+
.cdr-modal__title_13-0-0-alpha-1 {
|
|
2581
2697
|
flex: auto;
|
|
2582
2698
|
font-family: Stuart, Georgia, serif;
|
|
2583
2699
|
font-style: normal;
|
|
2584
2700
|
font-weight: 500;
|
|
2585
|
-
letter-spacing:
|
|
2701
|
+
letter-spacing: 0;
|
|
2586
2702
|
font-size: 2.4rem;
|
|
2587
2703
|
line-height: 3rem;
|
|
2588
2704
|
}
|
|
2589
|
-
.cdr-modal__close-button_13-0-0-alpha-
|
|
2705
|
+
.cdr-modal__close-button_13-0-0-alpha-1 {
|
|
2590
2706
|
align-self: flex-start;
|
|
2591
2707
|
border: 0.1rem solid #928b80;
|
|
2592
2708
|
flex: none;
|
|
@@ -2596,25 +2712,25 @@ input[type="month"] {
|
|
|
2596
2712
|
top: -0.2rem;
|
|
2597
2713
|
right: -0.4rem;
|
|
2598
2714
|
}
|
|
2599
|
-
.cdr-modal__close-button_13-0-0-alpha-
|
|
2715
|
+
.cdr-modal__close-button_13-0-0-alpha-1:hover, .cdr-modal__close-button_13-0-0-alpha-1:focus {
|
|
2600
2716
|
border: 0.1rem solid #928b80;
|
|
2601
2717
|
}
|
|
2602
|
-
.cdr-modal__text_13-0-0-alpha-
|
|
2718
|
+
.cdr-modal__text_13-0-0-alpha-1 {
|
|
2603
2719
|
padding: 0;
|
|
2604
2720
|
position: relative;
|
|
2605
2721
|
}
|
|
2606
|
-
.cdr-modal__text-content_13-0-0-alpha-
|
|
2722
|
+
.cdr-modal__text-content_13-0-0-alpha-1 {
|
|
2607
2723
|
overflow: auto;
|
|
2608
2724
|
position: relative;
|
|
2609
2725
|
}
|
|
2610
2726
|
@media (min-width: 768px) {
|
|
2611
|
-
.cdr-modal__outerWrap_13-0-0-alpha-
|
|
2727
|
+
.cdr-modal__outerWrap_13-0-0-alpha-1 {
|
|
2612
2728
|
padding: 1.6rem;
|
|
2613
2729
|
}
|
|
2614
|
-
.cdr-modal__innerWrap_13-0-0-alpha-
|
|
2730
|
+
.cdr-modal__innerWrap_13-0-0-alpha-1 {
|
|
2615
2731
|
padding: 2.4rem;
|
|
2616
2732
|
}
|
|
2617
|
-
.cdr-modal__contentWrap_13-0-0-alpha-
|
|
2733
|
+
.cdr-modal__contentWrap_13-0-0-alpha-1 {
|
|
2618
2734
|
border-radius: 0.4rem;
|
|
2619
2735
|
box-shadow: 0 1.6rem 1.6rem 0 rgba(12, 11, 8, 0.2);
|
|
2620
2736
|
min-height: auto;
|
|
@@ -2623,25 +2739,25 @@ input[type="month"] {
|
|
|
2623
2739
|
left: auto;
|
|
2624
2740
|
right: auto;
|
|
2625
2741
|
}
|
|
2626
|
-
.cdr-modal__dialog_13-0-0-alpha-
|
|
2742
|
+
.cdr-modal__dialog_13-0-0-alpha-1 {
|
|
2627
2743
|
max-width: 64rem;
|
|
2628
2744
|
}
|
|
2629
|
-
.cdr-modal__close-button_13-0-0-alpha-
|
|
2745
|
+
.cdr-modal__close-button_13-0-0-alpha-1 {
|
|
2630
2746
|
margin-left: 1.2rem;
|
|
2631
2747
|
right: -0.8rem;
|
|
2632
2748
|
top: -0.5rem;
|
|
2633
2749
|
}
|
|
2634
2750
|
}
|
|
2635
|
-
.cdr-modal--closed_13-0-0-alpha-
|
|
2751
|
+
.cdr-modal--closed_13-0-0-alpha-1 {
|
|
2636
2752
|
transition: z-index 0s 300ms, visibility 0s 300ms;
|
|
2637
2753
|
visibility: hidden;
|
|
2638
2754
|
z-index: -1;
|
|
2639
2755
|
}
|
|
2640
|
-
.cdr-modal--closed_13-0-0-alpha-
|
|
2756
|
+
.cdr-modal--closed_13-0-0-alpha-1 .cdr-modal__overlay_13-0-0-alpha-1 {
|
|
2641
2757
|
opacity: 0;
|
|
2642
2758
|
transition: opacity 150ms 150ms;
|
|
2643
2759
|
}
|
|
2644
|
-
.cdr-modal--closed_13-0-0-alpha-
|
|
2760
|
+
.cdr-modal--closed_13-0-0-alpha-1 .cdr-modal__contentWrap_13-0-0-alpha-1 {
|
|
2645
2761
|
opacity: 0;
|
|
2646
2762
|
transition: opacity 150ms;
|
|
2647
2763
|
}
|
|
@@ -2651,7 +2767,7 @@ input[type="month"] {
|
|
|
2651
2767
|
width: 100%;
|
|
2652
2768
|
}
|
|
2653
2769
|
/* intentionally empty */
|
|
2654
|
-
.cdr-pagination_13-0-0-alpha-
|
|
2770
|
+
.cdr-pagination_13-0-0-alpha-1 {
|
|
2655
2771
|
display: flex;
|
|
2656
2772
|
justify-content: center;
|
|
2657
2773
|
align-items: center;
|
|
@@ -2659,16 +2775,16 @@ input[type="month"] {
|
|
|
2659
2775
|
padding: 0;
|
|
2660
2776
|
/* Responsive */
|
|
2661
2777
|
}
|
|
2662
|
-
.cdr-pagination__li--links_13-0-0-alpha-
|
|
2778
|
+
.cdr-pagination__li--links_13-0-0-alpha-1 {
|
|
2663
2779
|
display: none;
|
|
2664
2780
|
}
|
|
2665
|
-
.cdr-pagination__li--links_13-0-0-alpha-
|
|
2781
|
+
.cdr-pagination__li--links_13-0-0-alpha-1 + .cdr-pagination__li--links_13-0-0-alpha-1 {
|
|
2666
2782
|
margin-left: 0.4rem;
|
|
2667
2783
|
}
|
|
2668
|
-
.cdr-pagination__li--select_13-0-0-alpha-
|
|
2784
|
+
.cdr-pagination__li--select_13-0-0-alpha-1 {
|
|
2669
2785
|
display: block;
|
|
2670
2786
|
}
|
|
2671
|
-
.cdr-pagination__link_13-0-0-alpha-
|
|
2787
|
+
.cdr-pagination__link_13-0-0-alpha-1 {
|
|
2672
2788
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2673
2789
|
font-style: normal;
|
|
2674
2790
|
font-weight: 400;
|
|
@@ -2685,14 +2801,14 @@ input[type="month"] {
|
|
|
2685
2801
|
text-decoration: none;
|
|
2686
2802
|
border-radius: 0.4rem;
|
|
2687
2803
|
}
|
|
2688
|
-
.cdr-pagination__link_13-0-0-alpha-
|
|
2804
|
+
.cdr-pagination__link_13-0-0-alpha-1:hover, .cdr-pagination__link_13-0-0-alpha-1:focus, .cdr-pagination__link_13-0-0-alpha-1:active {
|
|
2689
2805
|
background-color: #f9f8f6;
|
|
2690
2806
|
cursor: pointer;
|
|
2691
2807
|
}
|
|
2692
|
-
.cdr-pagination__link--current_13-0-0-alpha-
|
|
2808
|
+
.cdr-pagination__link--current_13-0-0-alpha-1 {
|
|
2693
2809
|
position: relative;
|
|
2694
2810
|
}
|
|
2695
|
-
.cdr-pagination__link--current_13-0-0-alpha-
|
|
2811
|
+
.cdr-pagination__link--current_13-0-0-alpha-1:after {
|
|
2696
2812
|
content: "";
|
|
2697
2813
|
position: absolute;
|
|
2698
2814
|
bottom: 0;
|
|
@@ -2702,43 +2818,43 @@ input[type="month"] {
|
|
|
2702
2818
|
width: 80%;
|
|
2703
2819
|
background-color: #406eb5;
|
|
2704
2820
|
}
|
|
2705
|
-
.cdr-pagination__link--current_13-0-0-alpha-
|
|
2821
|
+
.cdr-pagination__link--current_13-0-0-alpha-1:hover, .cdr-pagination__link--current_13-0-0-alpha-1:focus, .cdr-pagination__link--current_13-0-0-alpha-1:active {
|
|
2706
2822
|
text-decoration: none;
|
|
2707
2823
|
}
|
|
2708
|
-
.cdr-pagination__link_13-0-0-alpha-
|
|
2824
|
+
.cdr-pagination__link_13-0-0-alpha-1.cdr-pagination__link--disabled_13-0-0-alpha-1 {
|
|
2709
2825
|
color: #d1cbbd;
|
|
2710
2826
|
fill: #d1cbbd;
|
|
2711
2827
|
cursor: not-allowed;
|
|
2712
2828
|
}
|
|
2713
|
-
.cdr-pagination__link_13-0-0-alpha-
|
|
2829
|
+
.cdr-pagination__link_13-0-0-alpha-1.cdr-pagination__link--disabled_13-0-0-alpha-1:hover, .cdr-pagination__link_13-0-0-alpha-1.cdr-pagination__link--disabled_13-0-0-alpha-1:focus, .cdr-pagination__link_13-0-0-alpha-1.cdr-pagination__link--disabled_13-0-0-alpha-1:active {
|
|
2714
2830
|
color: #d1cbbd;
|
|
2715
2831
|
background-color: transparent;
|
|
2716
2832
|
}
|
|
2717
|
-
.cdr-pagination__ellipse_13-0-0-alpha-
|
|
2833
|
+
.cdr-pagination__ellipse_13-0-0-alpha-1 {
|
|
2718
2834
|
display: block;
|
|
2719
2835
|
padding: 0.6rem 1.2rem;
|
|
2720
2836
|
}
|
|
2721
|
-
.cdr-pagination__prev_13-0-0-alpha-
|
|
2837
|
+
.cdr-pagination__prev_13-0-0-alpha-1 {
|
|
2722
2838
|
display: flex;
|
|
2723
2839
|
align-items: center;
|
|
2724
2840
|
margin-right: 1.6rem;
|
|
2725
2841
|
}
|
|
2726
|
-
.cdr-pagination__next_13-0-0-alpha-
|
|
2842
|
+
.cdr-pagination__next_13-0-0-alpha-1 {
|
|
2727
2843
|
display: flex;
|
|
2728
2844
|
align-items: center;
|
|
2729
2845
|
margin-left: 1.6rem;
|
|
2730
2846
|
}
|
|
2731
|
-
.cdr-pagination__caret--prev_13-0-0-alpha-
|
|
2847
|
+
.cdr-pagination__caret--prev_13-0-0-alpha-1 {
|
|
2732
2848
|
margin-right: 0.2rem;
|
|
2733
2849
|
}
|
|
2734
|
-
.cdr-pagination__caret--next_13-0-0-alpha-
|
|
2850
|
+
.cdr-pagination__caret--next_13-0-0-alpha-1 {
|
|
2735
2851
|
margin-left: 0.2rem;
|
|
2736
2852
|
}
|
|
2737
2853
|
@media (min-width: 768px) {
|
|
2738
|
-
.cdr-pagination__li--links_13-0-0-alpha-
|
|
2854
|
+
.cdr-pagination__li--links_13-0-0-alpha-1 {
|
|
2739
2855
|
display: block;
|
|
2740
2856
|
}
|
|
2741
|
-
.cdr-pagination__li--select_13-0-0-alpha-
|
|
2857
|
+
.cdr-pagination__li--select_13-0-0-alpha-1 {
|
|
2742
2858
|
display: none;
|
|
2743
2859
|
}
|
|
2744
2860
|
}
|
|
@@ -2870,17 +2986,17 @@ to {
|
|
|
2870
2986
|
right: -1.5rem;
|
|
2871
2987
|
}
|
|
2872
2988
|
}
|
|
2873
|
-
.cdr-popup_13-0-0-alpha-
|
|
2989
|
+
.cdr-popup_13-0-0-alpha-1 {
|
|
2874
2990
|
opacity: 0;
|
|
2875
2991
|
transition: opacity 0.2s cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
2876
2992
|
}
|
|
2877
|
-
.cdr-popup--open_13-0-0-alpha-
|
|
2993
|
+
.cdr-popup--open_13-0-0-alpha-1 {
|
|
2878
2994
|
opacity: 1;
|
|
2879
2995
|
}
|
|
2880
|
-
.cdr-popup--closed_13-0-0-alpha-
|
|
2996
|
+
.cdr-popup--closed_13-0-0-alpha-1 {
|
|
2881
2997
|
opacity: 0;
|
|
2882
2998
|
}
|
|
2883
|
-
.cdr-popup__content_13-0-0-alpha-
|
|
2999
|
+
.cdr-popup__content_13-0-0-alpha-1 {
|
|
2884
3000
|
animation-duration: 0.2s;
|
|
2885
3001
|
animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
2886
3002
|
animation-fill-mode: forwards;
|
|
@@ -2894,7 +3010,7 @@ to {
|
|
|
2894
3010
|
position: absolute;
|
|
2895
3011
|
z-index: 100;
|
|
2896
3012
|
}
|
|
2897
|
-
.cdr-popup__arrow_13-0-0-alpha-
|
|
3013
|
+
.cdr-popup__arrow_13-0-0-alpha-1::before, .cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
2898
3014
|
content: "";
|
|
2899
3015
|
position: absolute;
|
|
2900
3016
|
margin: auto;
|
|
@@ -2907,136 +3023,136 @@ to {
|
|
|
2907
3023
|
animation-fill-mode: forwards;
|
|
2908
3024
|
z-index: 100;
|
|
2909
3025
|
}
|
|
2910
|
-
.cdr-popup__arrow_13-0-0-alpha-
|
|
3026
|
+
.cdr-popup__arrow_13-0-0-alpha-1::before {
|
|
2911
3027
|
border-width: 1rem;
|
|
2912
3028
|
}
|
|
2913
|
-
.cdr-popup__arrow_13-0-0-alpha-
|
|
3029
|
+
.cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
2914
3030
|
border-width: 0.9rem;
|
|
2915
3031
|
}
|
|
2916
|
-
.cdr-popup--top_13-0-0-alpha-
|
|
3032
|
+
.cdr-popup--top_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1, .cdr-popup--top_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before, .cdr-popup--top_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after, .cdr-popup--bottom_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1, .cdr-popup--bottom_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before, .cdr-popup--bottom_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
2917
3033
|
left: 50%;
|
|
2918
3034
|
transform: translateX(-50%);
|
|
2919
3035
|
}
|
|
2920
|
-
.cdr-popup--bottom_13-0-0-alpha-
|
|
3036
|
+
.cdr-popup--bottom_13-0-0-alpha-1.cdr-popup--open_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1 {
|
|
2921
3037
|
animation-name: popup-enter-down;
|
|
2922
3038
|
}
|
|
2923
|
-
.cdr-popup--bottom_13-0-0-alpha-
|
|
3039
|
+
.cdr-popup--bottom_13-0-0-alpha-1.cdr-popup--open_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before, .cdr-popup--bottom_13-0-0-alpha-1.cdr-popup--open_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
2924
3040
|
animation-name: popup-arrow-enter-down;
|
|
2925
3041
|
}
|
|
2926
|
-
.cdr-popup--bottom_13-0-0-alpha-
|
|
3042
|
+
.cdr-popup--bottom_13-0-0-alpha-1.cdr-popup--exit_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1 {
|
|
2927
3043
|
animation-name: popup-exit-down;
|
|
2928
3044
|
}
|
|
2929
|
-
.cdr-popup--bottom_13-0-0-alpha-
|
|
3045
|
+
.cdr-popup--bottom_13-0-0-alpha-1.cdr-popup--exit_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before, .cdr-popup--bottom_13-0-0-alpha-1.cdr-popup--exit_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
2930
3046
|
animation-name: popup-arrow-exit-down;
|
|
2931
3047
|
}
|
|
2932
|
-
.cdr-popup--bottom_13-0-0-alpha-
|
|
3048
|
+
.cdr-popup--bottom_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1 {
|
|
2933
3049
|
top: calc(100% + 1.4rem);
|
|
2934
3050
|
}
|
|
2935
|
-
.cdr-popup--bottom_13-0-0-alpha-
|
|
3051
|
+
.cdr-popup--bottom_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before {
|
|
2936
3052
|
border-bottom-color: #928b80;
|
|
2937
3053
|
}
|
|
2938
|
-
.cdr-popup--bottom_13-0-0-alpha-
|
|
3054
|
+
.cdr-popup--bottom_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
2939
3055
|
border-bottom-color: #ffffff;
|
|
2940
3056
|
}
|
|
2941
|
-
.cdr-popup--top_13-0-0-alpha-
|
|
3057
|
+
.cdr-popup--top_13-0-0-alpha-1.cdr-popup--open_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1 {
|
|
2942
3058
|
animation-name: popup-enter-up;
|
|
2943
3059
|
}
|
|
2944
|
-
.cdr-popup--top_13-0-0-alpha-
|
|
3060
|
+
.cdr-popup--top_13-0-0-alpha-1.cdr-popup--open_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before, .cdr-popup--top_13-0-0-alpha-1.cdr-popup--open_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
2945
3061
|
animation-name: popup-arrow-enter-up;
|
|
2946
3062
|
}
|
|
2947
|
-
.cdr-popup--top_13-0-0-alpha-
|
|
3063
|
+
.cdr-popup--top_13-0-0-alpha-1.cdr-popup--exit_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1 {
|
|
2948
3064
|
animation-name: popup-exit-up;
|
|
2949
3065
|
}
|
|
2950
|
-
.cdr-popup--top_13-0-0-alpha-
|
|
3066
|
+
.cdr-popup--top_13-0-0-alpha-1.cdr-popup--exit_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before, .cdr-popup--top_13-0-0-alpha-1.cdr-popup--exit_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
2951
3067
|
animation-name: popup-arrow-exit-up;
|
|
2952
3068
|
}
|
|
2953
|
-
.cdr-popup--top_13-0-0-alpha-
|
|
3069
|
+
.cdr-popup--top_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1 {
|
|
2954
3070
|
bottom: calc(100% + 1.4rem);
|
|
2955
3071
|
}
|
|
2956
|
-
.cdr-popup--top_13-0-0-alpha-
|
|
3072
|
+
.cdr-popup--top_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before {
|
|
2957
3073
|
border-top-color: #928b80;
|
|
2958
3074
|
}
|
|
2959
|
-
.cdr-popup--top_13-0-0-alpha-
|
|
3075
|
+
.cdr-popup--top_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
2960
3076
|
border-top-color: #ffffff;
|
|
2961
3077
|
}
|
|
2962
|
-
.cdr-popup--corner-left_13-0-0-alpha-
|
|
3078
|
+
.cdr-popup--corner-left_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1 {
|
|
2963
3079
|
left: 0;
|
|
2964
3080
|
transform: unset;
|
|
2965
3081
|
}
|
|
2966
|
-
.cdr-popup--corner-right_13-0-0-alpha-
|
|
3082
|
+
.cdr-popup--corner-right_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1 {
|
|
2967
3083
|
left: unset;
|
|
2968
3084
|
right: 0;
|
|
2969
3085
|
transform: unset;
|
|
2970
3086
|
}
|
|
2971
|
-
.cdr-popup--left_13-0-0-alpha-
|
|
3087
|
+
.cdr-popup--left_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1, .cdr-popup--left_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before, .cdr-popup--left_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after, .cdr-popup--right_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1, .cdr-popup--right_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before, .cdr-popup--right_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
2972
3088
|
top: 50%;
|
|
2973
3089
|
transform: translateY(-50%);
|
|
2974
3090
|
}
|
|
2975
|
-
.cdr-popup--left_13-0-0-alpha-
|
|
3091
|
+
.cdr-popup--left_13-0-0-alpha-1.cdr-popup--open_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1 {
|
|
2976
3092
|
animation-name: popup-enter-left;
|
|
2977
3093
|
}
|
|
2978
|
-
.cdr-popup--left_13-0-0-alpha-
|
|
3094
|
+
.cdr-popup--left_13-0-0-alpha-1.cdr-popup--open_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before, .cdr-popup--left_13-0-0-alpha-1.cdr-popup--open_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
2979
3095
|
animation-name: popup-arrow-enter-left;
|
|
2980
3096
|
}
|
|
2981
|
-
.cdr-popup--left_13-0-0-alpha-
|
|
3097
|
+
.cdr-popup--left_13-0-0-alpha-1.cdr-popup--exit_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1 {
|
|
2982
3098
|
animation-name: popup-exit-left;
|
|
2983
3099
|
}
|
|
2984
|
-
.cdr-popup--left_13-0-0-alpha-
|
|
3100
|
+
.cdr-popup--left_13-0-0-alpha-1.cdr-popup--exit_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before, .cdr-popup--left_13-0-0-alpha-1.cdr-popup--exit_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
2985
3101
|
animation-name: popup-arrow-exit-left;
|
|
2986
3102
|
}
|
|
2987
|
-
.cdr-popup--left_13-0-0-alpha-
|
|
3103
|
+
.cdr-popup--left_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1 {
|
|
2988
3104
|
right: calc(100% + 1.4rem);
|
|
2989
3105
|
}
|
|
2990
|
-
.cdr-popup--left_13-0-0-alpha-
|
|
3106
|
+
.cdr-popup--left_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before {
|
|
2991
3107
|
border-left-color: #928b80;
|
|
2992
3108
|
}
|
|
2993
|
-
.cdr-popup--left_13-0-0-alpha-
|
|
3109
|
+
.cdr-popup--left_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
2994
3110
|
border-left-color: #ffffff;
|
|
2995
3111
|
}
|
|
2996
|
-
.cdr-popup--right_13-0-0-alpha-
|
|
3112
|
+
.cdr-popup--right_13-0-0-alpha-1.cdr-popup--open_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1 {
|
|
2997
3113
|
animation-name: popup-enter-right;
|
|
2998
3114
|
}
|
|
2999
|
-
.cdr-popup--right_13-0-0-alpha-
|
|
3115
|
+
.cdr-popup--right_13-0-0-alpha-1.cdr-popup--open_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before, .cdr-popup--right_13-0-0-alpha-1.cdr-popup--open_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
3000
3116
|
animation-name: popup-arrow-enter-right;
|
|
3001
3117
|
}
|
|
3002
|
-
.cdr-popup--right_13-0-0-alpha-
|
|
3118
|
+
.cdr-popup--right_13-0-0-alpha-1.cdr-popup--exit_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1 {
|
|
3003
3119
|
animation-name: popup-exit-right;
|
|
3004
3120
|
}
|
|
3005
|
-
.cdr-popup--right_13-0-0-alpha-
|
|
3121
|
+
.cdr-popup--right_13-0-0-alpha-1.cdr-popup--exit_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before, .cdr-popup--right_13-0-0-alpha-1.cdr-popup--exit_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
3006
3122
|
animation-name: popup-arrow-exit-right;
|
|
3007
3123
|
}
|
|
3008
|
-
.cdr-popup--right_13-0-0-alpha-
|
|
3124
|
+
.cdr-popup--right_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1 {
|
|
3009
3125
|
left: calc(100% + 1.4rem);
|
|
3010
3126
|
}
|
|
3011
|
-
.cdr-popup--right_13-0-0-alpha-
|
|
3127
|
+
.cdr-popup--right_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before {
|
|
3012
3128
|
border-right-color: #928b80;
|
|
3013
3129
|
}
|
|
3014
|
-
.cdr-popup--right_13-0-0-alpha-
|
|
3130
|
+
.cdr-popup--right_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
3015
3131
|
border-right-color: #ffffff;
|
|
3016
3132
|
}
|
|
3017
|
-
.cdr-popup--corner-top_13-0-0-alpha-
|
|
3133
|
+
.cdr-popup--corner-top_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1 {
|
|
3018
3134
|
top: 0;
|
|
3019
3135
|
transform: unset;
|
|
3020
3136
|
}
|
|
3021
|
-
.cdr-popup--corner-bottom_13-0-0-alpha-
|
|
3137
|
+
.cdr-popup--corner-bottom_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1 {
|
|
3022
3138
|
top: unset;
|
|
3023
3139
|
bottom: 0;
|
|
3024
3140
|
transform: unset;
|
|
3025
3141
|
}
|
|
3026
3142
|
/* intentionally empty */
|
|
3027
|
-
.cdr-popover--position_13-0-0-alpha-
|
|
3143
|
+
.cdr-popover--position_13-0-0-alpha-1 {
|
|
3028
3144
|
position: relative;
|
|
3029
3145
|
}
|
|
3030
|
-
.cdr-popover--wrapper_13-0-0-alpha-
|
|
3146
|
+
.cdr-popover--wrapper_13-0-0-alpha-1 {
|
|
3031
3147
|
width: -webkit-max-content;
|
|
3032
3148
|
width: max-content;
|
|
3033
3149
|
height: -webkit-max-content;
|
|
3034
3150
|
height: max-content;
|
|
3035
3151
|
}
|
|
3036
|
-
.cdr-popover--wrapper_13-0-0-alpha-
|
|
3152
|
+
.cdr-popover--wrapper_13-0-0-alpha-1 .cdr-popup--closed_13-0-0-alpha-1 {
|
|
3037
3153
|
display: none;
|
|
3038
3154
|
}
|
|
3039
|
-
.cdr-popover__title_13-0-0-alpha-
|
|
3155
|
+
.cdr-popover__title_13-0-0-alpha-1 {
|
|
3040
3156
|
font-family: Stuart, Georgia, serif;
|
|
3041
3157
|
font-style: normal;
|
|
3042
3158
|
font-weight: 500;
|
|
@@ -3046,15 +3162,15 @@ to {
|
|
|
3046
3162
|
margin-bottom: 0.8rem;
|
|
3047
3163
|
margin-right: 0.8rem;
|
|
3048
3164
|
}
|
|
3049
|
-
.cdr-popover__container_13-0-0-alpha-
|
|
3165
|
+
.cdr-popover__container_13-0-0-alpha-1 {
|
|
3050
3166
|
padding: 0.8rem;
|
|
3051
3167
|
padding-left: 1.6rem;
|
|
3052
3168
|
display: flex;
|
|
3053
3169
|
}
|
|
3054
|
-
.cdr-popover__content_13-0-0-alpha-
|
|
3170
|
+
.cdr-popover__content_13-0-0-alpha-1 {
|
|
3055
3171
|
flex: auto;
|
|
3056
3172
|
}
|
|
3057
|
-
.cdr-popover__close-button_13-0-0-alpha-
|
|
3173
|
+
.cdr-popover__close-button_13-0-0-alpha-1 {
|
|
3058
3174
|
align-self: flex-start;
|
|
3059
3175
|
flex: none;
|
|
3060
3176
|
padding: 0;
|
|
@@ -3067,12 +3183,12 @@ to {
|
|
|
3067
3183
|
|
|
3068
3184
|
:Base - Cdrquote
|
|
3069
3185
|
========================================================================== */
|
|
3070
|
-
.cdr-quote_13-0-0-alpha-
|
|
3186
|
+
.cdr-quote_13-0-0-alpha-1 {
|
|
3071
3187
|
margin: 0;
|
|
3072
3188
|
padding: 2.4rem 1.6rem;
|
|
3073
3189
|
line-height: 1;
|
|
3074
3190
|
}
|
|
3075
|
-
.cdr-quote_13-0-0-alpha-
|
|
3191
|
+
.cdr-quote_13-0-0-alpha-1 cite {
|
|
3076
3192
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3077
3193
|
font-style: normal;
|
|
3078
3194
|
font-weight: 400;
|
|
@@ -3082,7 +3198,7 @@ to {
|
|
|
3082
3198
|
color: rgba(66, 59, 47, 0.75);
|
|
3083
3199
|
display: block;
|
|
3084
3200
|
}
|
|
3085
|
-
.cdr-quote__summary_13-0-0-alpha-
|
|
3201
|
+
.cdr-quote__summary_13-0-0-alpha-1 {
|
|
3086
3202
|
font-family: Stuart, Georgia, serif;
|
|
3087
3203
|
font-weight: 400;
|
|
3088
3204
|
font-size: 2.4rem;
|
|
@@ -3092,37 +3208,37 @@ to {
|
|
|
3092
3208
|
margin: 0;
|
|
3093
3209
|
}
|
|
3094
3210
|
@media (min-width: 0) and (max-width: 767px) {
|
|
3095
|
-
.cdr-quote__summary_13-0-0-alpha-
|
|
3211
|
+
.cdr-quote__summary_13-0-0-alpha-1 {
|
|
3096
3212
|
font-size: 1.8rem;
|
|
3097
3213
|
line-height: 2.8rem;
|
|
3098
3214
|
}
|
|
3099
3215
|
}
|
|
3100
|
-
.cdr-quote__summary_13-0-0-alpha-
|
|
3216
|
+
.cdr-quote__summary_13-0-0-alpha-1 + cite {
|
|
3101
3217
|
padding-top: 1.6rem;
|
|
3102
3218
|
}
|
|
3103
|
-
.cdr-quote--pull_13-0-0-alpha-
|
|
3219
|
+
.cdr-quote--pull_13-0-0-alpha-1 {
|
|
3104
3220
|
border-style: solid;
|
|
3105
3221
|
border-color: #dcd6cb;
|
|
3106
3222
|
}
|
|
3107
3223
|
@media (min-width: 0) {
|
|
3108
|
-
.cdr-quote--pull_13-0-0-alpha-
|
|
3224
|
+
.cdr-quote--pull_13-0-0-alpha-1 {
|
|
3109
3225
|
border-width: 0 0 0.1rem 0;
|
|
3110
3226
|
padding: 2.4rem 1.6rem;
|
|
3111
3227
|
margin: 0 0 1.6rem;
|
|
3112
3228
|
}
|
|
3113
3229
|
}
|
|
3114
3230
|
@media (min-width: 768px) {
|
|
3115
|
-
.cdr-quote--pull_13-0-0-alpha-
|
|
3231
|
+
.cdr-quote--pull_13-0-0-alpha-1 {
|
|
3116
3232
|
border-width: 0 0 0 0.1rem;
|
|
3117
3233
|
padding: 0.8rem 1.6rem 0.8rem 3.2rem;
|
|
3118
3234
|
margin: 1.6rem 0;
|
|
3119
3235
|
}
|
|
3120
3236
|
}
|
|
3121
|
-
.cdr-quote--pull_13-0-0-alpha-
|
|
3237
|
+
.cdr-quote--pull_13-0-0-alpha-1 .cdr-quote__summary_13-0-0-alpha-1 {
|
|
3122
3238
|
font-weight: 600;
|
|
3123
3239
|
}
|
|
3124
3240
|
/* intentionally empty */
|
|
3125
|
-
.cdr-radio_13-0-0-alpha-
|
|
3241
|
+
.cdr-radio_13-0-0-alpha-1 {
|
|
3126
3242
|
/* Figure
|
|
3127
3243
|
========== */
|
|
3128
3244
|
/* States
|
|
@@ -3137,10 +3253,10 @@ to {
|
|
|
3137
3253
|
/* Active
|
|
3138
3254
|
========== */
|
|
3139
3255
|
}
|
|
3140
|
-
.cdr-radio_13-0-0-alpha-
|
|
3256
|
+
.cdr-radio_13-0-0-alpha-1 .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
3141
3257
|
border-radius: 100%;
|
|
3142
3258
|
}
|
|
3143
|
-
.cdr-radio_13-0-0-alpha-
|
|
3259
|
+
.cdr-radio_13-0-0-alpha-1 .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
3144
3260
|
content: "";
|
|
3145
3261
|
position: absolute;
|
|
3146
3262
|
width: 0.4rem;
|
|
@@ -3150,58 +3266,58 @@ to {
|
|
|
3150
3266
|
transform: translate(-50%, -50%);
|
|
3151
3267
|
border-radius: 999.9rem;
|
|
3152
3268
|
}
|
|
3153
|
-
.cdr-radio__input_13-0-0-alpha-
|
|
3269
|
+
.cdr-radio__input_13-0-0-alpha-1:checked ~ .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
3154
3270
|
box-shadow: inset 0 0 0 0.1rem #4e4d49;
|
|
3155
3271
|
background-color: #4e4d49;
|
|
3156
3272
|
}
|
|
3157
|
-
.cdr-radio__input_13-0-0-alpha-
|
|
3273
|
+
.cdr-radio__input_13-0-0-alpha-1:checked ~ .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
3158
3274
|
background-color: #ffffff;
|
|
3159
3275
|
}
|
|
3160
|
-
.cdr-radio_13-0-0-alpha-
|
|
3276
|
+
.cdr-radio_13-0-0-alpha-1:hover .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
3161
3277
|
cursor: pointer;
|
|
3162
3278
|
box-shadow: inset 0 0 0 0.1rem #20201d, 0 0 0 0.1rem #20201d;
|
|
3163
3279
|
background-color: #f9f8f6;
|
|
3164
3280
|
}
|
|
3165
|
-
.cdr-radio_13-0-0-alpha-
|
|
3281
|
+
.cdr-radio_13-0-0-alpha-1:hover .cdr-radio__input_13-0-0-alpha-1:checked ~ .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
3166
3282
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
|
|
3167
3283
|
background-color: #928b80;
|
|
3168
3284
|
}
|
|
3169
|
-
.cdr-radio__input_13-0-0-alpha-
|
|
3285
|
+
.cdr-radio__input_13-0-0-alpha-1:disabled {
|
|
3170
3286
|
/* Disabled + Checked
|
|
3171
3287
|
========== */
|
|
3172
3288
|
}
|
|
3173
|
-
.cdr-radio__input_13-0-0-alpha-
|
|
3289
|
+
.cdr-radio__input_13-0-0-alpha-1:disabled ~ .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
3174
3290
|
cursor: not-allowed !important;
|
|
3175
3291
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd !important;
|
|
3176
3292
|
background-color: #f9f8f6 !important;
|
|
3177
3293
|
}
|
|
3178
|
-
.cdr-radio__input_13-0-0-alpha-
|
|
3294
|
+
.cdr-radio__input_13-0-0-alpha-1:disabled ~ .cdr-label-wrapper__figure_13-0-0-alpha-1:after {
|
|
3179
3295
|
background-color: #f9f8f6 !important;
|
|
3180
3296
|
}
|
|
3181
|
-
.cdr-radio__input_13-0-0-alpha-
|
|
3297
|
+
.cdr-radio__input_13-0-0-alpha-1:disabled:checked ~ .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
3182
3298
|
background-color: #f9f8f6 !important;
|
|
3183
3299
|
}
|
|
3184
|
-
.cdr-radio__input_13-0-0-alpha-
|
|
3300
|
+
.cdr-radio__input_13-0-0-alpha-1:focus ~ .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
3185
3301
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
|
|
3186
3302
|
background-color: #f9f8f6;
|
|
3187
3303
|
}
|
|
3188
|
-
.cdr-radio__input_13-0-0-alpha-
|
|
3304
|
+
.cdr-radio__input_13-0-0-alpha-1:focus:checked ~ .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
3189
3305
|
background-color: #928b80;
|
|
3190
3306
|
}
|
|
3191
|
-
.cdr-radio_13-0-0-alpha-
|
|
3307
|
+
.cdr-radio_13-0-0-alpha-1:active .cdr-label-wrapper__figure_13-0-0-alpha-1, .cdr-radio_13-0-0-alpha-1:active .cdr-radio__input_13-0-0-alpha-1:checked ~ .cdr-label-wrapper__figure_13-0-0-alpha-1 {
|
|
3192
3308
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
|
|
3193
3309
|
background-color: #f9f8f6;
|
|
3194
3310
|
}
|
|
3195
|
-
.cdr-radio_13-0-0-alpha-
|
|
3311
|
+
.cdr-radio_13-0-0-alpha-1:active .cdr-label-wrapper__figure_13-0-0-alpha-1::after, .cdr-radio_13-0-0-alpha-1:active .cdr-radio__input_13-0-0-alpha-1:checked ~ .cdr-label-wrapper__figure_13-0-0-alpha-1::after {
|
|
3196
3312
|
background-color: #4e4d49;
|
|
3197
3313
|
}
|
|
3198
3314
|
@charset "UTF-8";
|
|
3199
|
-
.cdr-rating__icon_13-0-0-alpha-
|
|
3315
|
+
.cdr-rating__icon_13-0-0-alpha-1 {
|
|
3200
3316
|
width: 2.4rem;
|
|
3201
3317
|
height: 2.4rem;
|
|
3202
3318
|
font-size: 2.4rem;
|
|
3203
3319
|
}
|
|
3204
|
-
.cdr-rating__count_13-0-0-alpha-
|
|
3320
|
+
.cdr-rating__count_13-0-0-alpha-1 {
|
|
3205
3321
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3206
3322
|
font-style: normal;
|
|
3207
3323
|
font-weight: 400;
|
|
@@ -3210,7 +3326,7 @@ to {
|
|
|
3210
3326
|
line-height: 1.8rem;
|
|
3211
3327
|
margin-left: 0.8rem;
|
|
3212
3328
|
}
|
|
3213
|
-
.cdr-rating_13-0-0-alpha-
|
|
3329
|
+
.cdr-rating_13-0-0-alpha-1 {
|
|
3214
3330
|
display: flex;
|
|
3215
3331
|
align-items: center;
|
|
3216
3332
|
position: relative;
|
|
@@ -3233,17 +3349,17 @@ to {
|
|
|
3233
3349
|
/* Small
|
|
3234
3350
|
========== */
|
|
3235
3351
|
}
|
|
3236
|
-
.cdr-rating__number_13-0-0-alpha-
|
|
3352
|
+
.cdr-rating__number_13-0-0-alpha-1 {
|
|
3237
3353
|
font-weight: 600;
|
|
3238
3354
|
}
|
|
3239
|
-
.cdr-rating__ratings_13-0-0-alpha-
|
|
3355
|
+
.cdr-rating__ratings_13-0-0-alpha-1 {
|
|
3240
3356
|
display: flex;
|
|
3241
3357
|
}
|
|
3242
|
-
.cdr-rating__icon_13-0-0-alpha-
|
|
3358
|
+
.cdr-rating__icon_13-0-0-alpha-1 {
|
|
3243
3359
|
position: relative;
|
|
3244
3360
|
z-index: 1;
|
|
3245
3361
|
}
|
|
3246
|
-
.cdr-rating__caption-sr_13-0-0-alpha-
|
|
3362
|
+
.cdr-rating__caption-sr_13-0-0-alpha-1 {
|
|
3247
3363
|
position: absolute;
|
|
3248
3364
|
width: 0.1rem;
|
|
3249
3365
|
height: 0.1rem;
|
|
@@ -3253,7 +3369,7 @@ to {
|
|
|
3253
3369
|
clip: rect(0, 0, 0, 0);
|
|
3254
3370
|
border: 0;
|
|
3255
3371
|
}
|
|
3256
|
-
.cdr-rating__placeholder_13-0-0-alpha-
|
|
3372
|
+
.cdr-rating__placeholder_13-0-0-alpha-1::after {
|
|
3257
3373
|
content: "";
|
|
3258
3374
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23BD7B2D' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");
|
|
3259
3375
|
background-repeat: no-repeat;
|
|
@@ -3263,7 +3379,7 @@ to {
|
|
|
3263
3379
|
width: 100%;
|
|
3264
3380
|
height: 100%;
|
|
3265
3381
|
}
|
|
3266
|
-
.cdr-rating__placeholder_13-0-0-alpha-
|
|
3382
|
+
.cdr-rating__placeholder_13-0-0-alpha-1::before {
|
|
3267
3383
|
content: "☆";
|
|
3268
3384
|
display: block;
|
|
3269
3385
|
position: absolute;
|
|
@@ -3275,7 +3391,7 @@ to {
|
|
|
3275
3391
|
width: auto;
|
|
3276
3392
|
overflow: hidden;
|
|
3277
3393
|
}
|
|
3278
|
-
.cdr-rating__placeholder--no-reviews_13-0-0-alpha-
|
|
3394
|
+
.cdr-rating__placeholder--no-reviews_13-0-0-alpha-1::after {
|
|
3279
3395
|
content: "";
|
|
3280
3396
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23928B80' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");
|
|
3281
3397
|
background-repeat: no-repeat;
|
|
@@ -3285,7 +3401,7 @@ to {
|
|
|
3285
3401
|
width: 100%;
|
|
3286
3402
|
height: 100%;
|
|
3287
3403
|
}
|
|
3288
|
-
.cdr-rating__placeholder--no-reviews_13-0-0-alpha-
|
|
3404
|
+
.cdr-rating__placeholder--no-reviews_13-0-0-alpha-1::before {
|
|
3289
3405
|
content: "☆";
|
|
3290
3406
|
display: block;
|
|
3291
3407
|
position: absolute;
|
|
@@ -3297,7 +3413,7 @@ to {
|
|
|
3297
3413
|
width: auto;
|
|
3298
3414
|
overflow: hidden;
|
|
3299
3415
|
}
|
|
3300
|
-
.cdr-rating__100_13-0-0-alpha-
|
|
3416
|
+
.cdr-rating__100_13-0-0-alpha-1::after {
|
|
3301
3417
|
content: "";
|
|
3302
3418
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23BD7B2D' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");
|
|
3303
3419
|
background-repeat: no-repeat;
|
|
@@ -3307,7 +3423,7 @@ to {
|
|
|
3307
3423
|
width: 100%;
|
|
3308
3424
|
height: 100%;
|
|
3309
3425
|
}
|
|
3310
|
-
.cdr-rating__100_13-0-0-alpha-
|
|
3426
|
+
.cdr-rating__100_13-0-0-alpha-1::before {
|
|
3311
3427
|
content: "★";
|
|
3312
3428
|
display: block;
|
|
3313
3429
|
position: absolute;
|
|
@@ -3319,7 +3435,7 @@ to {
|
|
|
3319
3435
|
width: auto;
|
|
3320
3436
|
overflow: hidden;
|
|
3321
3437
|
}
|
|
3322
|
-
.cdr-rating__75_13-0-0-alpha-
|
|
3438
|
+
.cdr-rating__75_13-0-0-alpha-1::after {
|
|
3323
3439
|
content: "";
|
|
3324
3440
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M14.175 17.967l2.639 1.668-1.274-5.767 4.284-3.907-5.643-.515z'/%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M14.182 9.453L12 4.041l-2.179 5.41-5.645.51 4.284 3.907-1.274 5.767L12 16.579l2.18 1.389z'/%3E %3Cpath fill='%23BD7B2D' d='M12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006 1.669-7.552-5.535-5.048 7.298-.66L12 1.364zm0 2.677L9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767L12 16.579l2.007 1.273v-8.83L12 4.042zm2.507 5.439v8.689l2.307 1.466-1.274-5.767 4.284-3.907-5.317-.481z'/%3E %3C/g%3E %3C/svg%3E");
|
|
3325
3441
|
background-repeat: no-repeat;
|
|
@@ -3329,7 +3445,7 @@ to {
|
|
|
3329
3445
|
width: 100%;
|
|
3330
3446
|
height: 100%;
|
|
3331
3447
|
}
|
|
3332
|
-
.cdr-rating__75_13-0-0-alpha-
|
|
3448
|
+
.cdr-rating__75_13-0-0-alpha-1::before {
|
|
3333
3449
|
content: "★";
|
|
3334
3450
|
display: block;
|
|
3335
3451
|
position: absolute;
|
|
@@ -3341,7 +3457,7 @@ to {
|
|
|
3341
3457
|
width: 0.75em;
|
|
3342
3458
|
overflow: hidden;
|
|
3343
3459
|
}
|
|
3344
|
-
.cdr-rating__50_13-0-0-alpha-
|
|
3460
|
+
.cdr-rating__50_13-0-0-alpha-1::after {
|
|
3345
3461
|
content: "";
|
|
3346
3462
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M16.815 19.635l-4.817-3.009-.006-12.615 2.188 5.44 5.645.51-4.284 3.907z'/%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M7.186 19.635L12 16.579V4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23BD7B2D' d='M12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006 1.669-7.552-5.535-5.048 7.298-.66L12 1.364zm-.247 3.289L9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767 4.567-2.9V4.653zm.5.015v12.07l4.561 2.897-1.274-5.767 4.284-3.907-5.645-.51-1.926-4.783z'/%3E %3C/g%3E %3C/svg%3E");
|
|
3347
3463
|
background-repeat: no-repeat;
|
|
@@ -3351,7 +3467,7 @@ to {
|
|
|
3351
3467
|
width: 100%;
|
|
3352
3468
|
height: 100%;
|
|
3353
3469
|
}
|
|
3354
|
-
.cdr-rating__50_13-0-0-alpha-
|
|
3470
|
+
.cdr-rating__50_13-0-0-alpha-1::before {
|
|
3355
3471
|
content: "★";
|
|
3356
3472
|
display: block;
|
|
3357
3473
|
position: absolute;
|
|
@@ -3363,7 +3479,7 @@ to {
|
|
|
3363
3479
|
width: 0.5em;
|
|
3364
3480
|
overflow: hidden;
|
|
3365
3481
|
}
|
|
3366
|
-
.cdr-rating__25_13-0-0-alpha-
|
|
3482
|
+
.cdr-rating__25_13-0-0-alpha-1::after {
|
|
3367
3483
|
content: "";
|
|
3368
3484
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M9.822 17.968l-2.633 1.667 1.274-5.767-4.284-3.907 5.643-.515z'/%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M9.816 9.453l2.182-5.412 2.179 5.41 5.645.51-4.284 3.907 1.274 5.767-4.814-3.056-2.18 1.389z'/%3E %3Cpath fill='%23BD7B2D' d='M12 1.364l2.878 7.145 7.298.66-5.535 5.048 1.669 7.552L12 17.763 5.69 21.77l1.669-7.552L1.824 9.17l7.298-.66L12 1.365zM9.503 9.479l-5.327.482 4.284 3.907-1.274 5.767 2.317-1.472V9.479zM12 4.04l-1.997 4.957v8.848L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04z'/%3E %3C/g%3E %3C/svg%3E");
|
|
3369
3485
|
background-repeat: no-repeat;
|
|
@@ -3373,7 +3489,7 @@ to {
|
|
|
3373
3489
|
width: 100%;
|
|
3374
3490
|
height: 100%;
|
|
3375
3491
|
}
|
|
3376
|
-
.cdr-rating__25_13-0-0-alpha-
|
|
3492
|
+
.cdr-rating__25_13-0-0-alpha-1::before {
|
|
3377
3493
|
content: "★";
|
|
3378
3494
|
display: block;
|
|
3379
3495
|
position: absolute;
|
|
@@ -3385,25 +3501,25 @@ to {
|
|
|
3385
3501
|
width: 0.33em;
|
|
3386
3502
|
overflow: hidden;
|
|
3387
3503
|
}
|
|
3388
|
-
.cdr-rating--linked_13-0-0-alpha-
|
|
3504
|
+
.cdr-rating--linked_13-0-0-alpha-1 {
|
|
3389
3505
|
display: inline-flex;
|
|
3390
3506
|
text-decoration: none;
|
|
3391
3507
|
}
|
|
3392
|
-
.cdr-rating--linked_13-0-0-alpha-
|
|
3508
|
+
.cdr-rating--linked_13-0-0-alpha-1 .cdr-rating__count_13-0-0-alpha-1:hover, .cdr-rating--linked_13-0-0-alpha-1 .cdr-rating__count_13-0-0-alpha-1:active, .cdr-rating--linked_13-0-0-alpha-1 .cdr-rating__count_13-0-0-alpha-1:focus {
|
|
3393
3509
|
color: #406eb5;
|
|
3394
3510
|
text-decoration: underline;
|
|
3395
3511
|
}
|
|
3396
|
-
.cdr-rating--linked_13-0-0-alpha-
|
|
3512
|
+
.cdr-rating--linked_13-0-0-alpha-1 .cdr-rating__count_13-0-0-alpha-1 > .cdr-rating__number_13-0-0-alpha-1 {
|
|
3397
3513
|
border-right: 0.1rem solid #b2ab9f;
|
|
3398
3514
|
padding: 0 0.6rem;
|
|
3399
3515
|
margin-right: 0.6rem;
|
|
3400
3516
|
}
|
|
3401
|
-
.cdr-rating--large_13-0-0-alpha-
|
|
3517
|
+
.cdr-rating--large_13-0-0-alpha-1 .cdr-rating__icon_13-0-0-alpha-1 {
|
|
3402
3518
|
width: 3.2rem;
|
|
3403
3519
|
height: 3.2rem;
|
|
3404
3520
|
font-size: 3.2rem;
|
|
3405
3521
|
}
|
|
3406
|
-
.cdr-rating--large_13-0-0-alpha-
|
|
3522
|
+
.cdr-rating--large_13-0-0-alpha-1 .cdr-rating__count_13-0-0-alpha-1 {
|
|
3407
3523
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3408
3524
|
font-style: normal;
|
|
3409
3525
|
font-weight: 400;
|
|
@@ -3411,12 +3527,12 @@ to {
|
|
|
3411
3527
|
font-size: 1.6rem;
|
|
3412
3528
|
line-height: 2.2rem;
|
|
3413
3529
|
}
|
|
3414
|
-
.cdr-rating--medium_13-0-0-alpha-
|
|
3530
|
+
.cdr-rating--medium_13-0-0-alpha-1 .cdr-rating__icon_13-0-0-alpha-1 {
|
|
3415
3531
|
width: 2.4rem;
|
|
3416
3532
|
height: 2.4rem;
|
|
3417
3533
|
font-size: 2.4rem;
|
|
3418
3534
|
}
|
|
3419
|
-
.cdr-rating--medium_13-0-0-alpha-
|
|
3535
|
+
.cdr-rating--medium_13-0-0-alpha-1 .cdr-rating__count_13-0-0-alpha-1 {
|
|
3420
3536
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3421
3537
|
font-style: normal;
|
|
3422
3538
|
font-weight: 400;
|
|
@@ -3425,12 +3541,12 @@ to {
|
|
|
3425
3541
|
line-height: 1.8rem;
|
|
3426
3542
|
margin-left: 0.8rem;
|
|
3427
3543
|
}
|
|
3428
|
-
.cdr-rating--small_13-0-0-alpha-
|
|
3544
|
+
.cdr-rating--small_13-0-0-alpha-1 .cdr-rating__icon_13-0-0-alpha-1 {
|
|
3429
3545
|
width: 1.6rem;
|
|
3430
3546
|
height: 1.6rem;
|
|
3431
3547
|
font-size: 1.6rem;
|
|
3432
3548
|
}
|
|
3433
|
-
.cdr-rating--small_13-0-0-alpha-
|
|
3549
|
+
.cdr-rating--small_13-0-0-alpha-1 .cdr-rating__count_13-0-0-alpha-1 {
|
|
3434
3550
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3435
3551
|
font-style: normal;
|
|
3436
3552
|
font-weight: 400;
|
|
@@ -3440,12 +3556,12 @@ to {
|
|
|
3440
3556
|
margin-left: 0.4rem;
|
|
3441
3557
|
}
|
|
3442
3558
|
@media (min-width: 0) and (max-width: 767px) {
|
|
3443
|
-
.cdr-rating--small\@xs_13-0-0-alpha-
|
|
3559
|
+
.cdr-rating--small\@xs_13-0-0-alpha-1 .cdr-rating__icon_13-0-0-alpha-1 {
|
|
3444
3560
|
width: 1.6rem;
|
|
3445
3561
|
height: 1.6rem;
|
|
3446
3562
|
font-size: 1.6rem;
|
|
3447
3563
|
}
|
|
3448
|
-
.cdr-rating--small\@xs_13-0-0-alpha-
|
|
3564
|
+
.cdr-rating--small\@xs_13-0-0-alpha-1 .cdr-rating__count_13-0-0-alpha-1 {
|
|
3449
3565
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3450
3566
|
font-style: normal;
|
|
3451
3567
|
font-weight: 400;
|
|
@@ -3454,12 +3570,12 @@ to {
|
|
|
3454
3570
|
line-height: 1.6rem;
|
|
3455
3571
|
margin-left: 0.4rem;
|
|
3456
3572
|
}
|
|
3457
|
-
.cdr-rating--medium\@xs_13-0-0-alpha-
|
|
3573
|
+
.cdr-rating--medium\@xs_13-0-0-alpha-1 .cdr-rating__icon_13-0-0-alpha-1 {
|
|
3458
3574
|
width: 2.4rem;
|
|
3459
3575
|
height: 2.4rem;
|
|
3460
3576
|
font-size: 2.4rem;
|
|
3461
3577
|
}
|
|
3462
|
-
.cdr-rating--medium\@xs_13-0-0-alpha-
|
|
3578
|
+
.cdr-rating--medium\@xs_13-0-0-alpha-1 .cdr-rating__count_13-0-0-alpha-1 {
|
|
3463
3579
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3464
3580
|
font-style: normal;
|
|
3465
3581
|
font-weight: 400;
|
|
@@ -3468,12 +3584,12 @@ to {
|
|
|
3468
3584
|
line-height: 1.8rem;
|
|
3469
3585
|
margin-left: 0.8rem;
|
|
3470
3586
|
}
|
|
3471
|
-
.cdr-rating--large\@xs_13-0-0-alpha-
|
|
3587
|
+
.cdr-rating--large\@xs_13-0-0-alpha-1 .cdr-rating__icon_13-0-0-alpha-1 {
|
|
3472
3588
|
width: 3.2rem;
|
|
3473
3589
|
height: 3.2rem;
|
|
3474
3590
|
font-size: 3.2rem;
|
|
3475
3591
|
}
|
|
3476
|
-
.cdr-rating--large\@xs_13-0-0-alpha-
|
|
3592
|
+
.cdr-rating--large\@xs_13-0-0-alpha-1 .cdr-rating__count_13-0-0-alpha-1 {
|
|
3477
3593
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3478
3594
|
font-style: normal;
|
|
3479
3595
|
font-weight: 400;
|
|
@@ -3483,12 +3599,12 @@ to {
|
|
|
3483
3599
|
}
|
|
3484
3600
|
}
|
|
3485
3601
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
3486
|
-
.cdr-rating--small\@sm_13-0-0-alpha-
|
|
3602
|
+
.cdr-rating--small\@sm_13-0-0-alpha-1 .cdr-rating__icon_13-0-0-alpha-1 {
|
|
3487
3603
|
width: 1.6rem;
|
|
3488
3604
|
height: 1.6rem;
|
|
3489
3605
|
font-size: 1.6rem;
|
|
3490
3606
|
}
|
|
3491
|
-
.cdr-rating--small\@sm_13-0-0-alpha-
|
|
3607
|
+
.cdr-rating--small\@sm_13-0-0-alpha-1 .cdr-rating__count_13-0-0-alpha-1 {
|
|
3492
3608
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3493
3609
|
font-style: normal;
|
|
3494
3610
|
font-weight: 400;
|
|
@@ -3497,12 +3613,12 @@ to {
|
|
|
3497
3613
|
line-height: 1.6rem;
|
|
3498
3614
|
margin-left: 0.4rem;
|
|
3499
3615
|
}
|
|
3500
|
-
.cdr-rating--medium\@sm_13-0-0-alpha-
|
|
3616
|
+
.cdr-rating--medium\@sm_13-0-0-alpha-1 .cdr-rating__icon_13-0-0-alpha-1 {
|
|
3501
3617
|
width: 2.4rem;
|
|
3502
3618
|
height: 2.4rem;
|
|
3503
3619
|
font-size: 2.4rem;
|
|
3504
3620
|
}
|
|
3505
|
-
.cdr-rating--medium\@sm_13-0-0-alpha-
|
|
3621
|
+
.cdr-rating--medium\@sm_13-0-0-alpha-1 .cdr-rating__count_13-0-0-alpha-1 {
|
|
3506
3622
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3507
3623
|
font-style: normal;
|
|
3508
3624
|
font-weight: 400;
|
|
@@ -3511,12 +3627,12 @@ to {
|
|
|
3511
3627
|
line-height: 1.8rem;
|
|
3512
3628
|
margin-left: 0.8rem;
|
|
3513
3629
|
}
|
|
3514
|
-
.cdr-rating--large\@sm_13-0-0-alpha-
|
|
3630
|
+
.cdr-rating--large\@sm_13-0-0-alpha-1 .cdr-rating__icon_13-0-0-alpha-1 {
|
|
3515
3631
|
width: 3.2rem;
|
|
3516
3632
|
height: 3.2rem;
|
|
3517
3633
|
font-size: 3.2rem;
|
|
3518
3634
|
}
|
|
3519
|
-
.cdr-rating--large\@sm_13-0-0-alpha-
|
|
3635
|
+
.cdr-rating--large\@sm_13-0-0-alpha-1 .cdr-rating__count_13-0-0-alpha-1 {
|
|
3520
3636
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3521
3637
|
font-style: normal;
|
|
3522
3638
|
font-weight: 400;
|
|
@@ -3526,12 +3642,12 @@ to {
|
|
|
3526
3642
|
}
|
|
3527
3643
|
}
|
|
3528
3644
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
3529
|
-
.cdr-rating--small\@md_13-0-0-alpha-
|
|
3645
|
+
.cdr-rating--small\@md_13-0-0-alpha-1 .cdr-rating__icon_13-0-0-alpha-1 {
|
|
3530
3646
|
width: 1.6rem;
|
|
3531
3647
|
height: 1.6rem;
|
|
3532
3648
|
font-size: 1.6rem;
|
|
3533
3649
|
}
|
|
3534
|
-
.cdr-rating--small\@md_13-0-0-alpha-
|
|
3650
|
+
.cdr-rating--small\@md_13-0-0-alpha-1 .cdr-rating__count_13-0-0-alpha-1 {
|
|
3535
3651
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3536
3652
|
font-style: normal;
|
|
3537
3653
|
font-weight: 400;
|
|
@@ -3540,12 +3656,12 @@ to {
|
|
|
3540
3656
|
line-height: 1.6rem;
|
|
3541
3657
|
margin-left: 0.4rem;
|
|
3542
3658
|
}
|
|
3543
|
-
.cdr-rating--medium\@md_13-0-0-alpha-
|
|
3659
|
+
.cdr-rating--medium\@md_13-0-0-alpha-1 .cdr-rating__icon_13-0-0-alpha-1 {
|
|
3544
3660
|
width: 2.4rem;
|
|
3545
3661
|
height: 2.4rem;
|
|
3546
3662
|
font-size: 2.4rem;
|
|
3547
3663
|
}
|
|
3548
|
-
.cdr-rating--medium\@md_13-0-0-alpha-
|
|
3664
|
+
.cdr-rating--medium\@md_13-0-0-alpha-1 .cdr-rating__count_13-0-0-alpha-1 {
|
|
3549
3665
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3550
3666
|
font-style: normal;
|
|
3551
3667
|
font-weight: 400;
|
|
@@ -3554,12 +3670,12 @@ to {
|
|
|
3554
3670
|
line-height: 1.8rem;
|
|
3555
3671
|
margin-left: 0.8rem;
|
|
3556
3672
|
}
|
|
3557
|
-
.cdr-rating--large\@md_13-0-0-alpha-
|
|
3673
|
+
.cdr-rating--large\@md_13-0-0-alpha-1 .cdr-rating__icon_13-0-0-alpha-1 {
|
|
3558
3674
|
width: 3.2rem;
|
|
3559
3675
|
height: 3.2rem;
|
|
3560
3676
|
font-size: 3.2rem;
|
|
3561
3677
|
}
|
|
3562
|
-
.cdr-rating--large\@md_13-0-0-alpha-
|
|
3678
|
+
.cdr-rating--large\@md_13-0-0-alpha-1 .cdr-rating__count_13-0-0-alpha-1 {
|
|
3563
3679
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3564
3680
|
font-style: normal;
|
|
3565
3681
|
font-weight: 400;
|
|
@@ -3569,12 +3685,12 @@ to {
|
|
|
3569
3685
|
}
|
|
3570
3686
|
}
|
|
3571
3687
|
@media (min-width: 1232px) {
|
|
3572
|
-
.cdr-rating--small\@lg_13-0-0-alpha-
|
|
3688
|
+
.cdr-rating--small\@lg_13-0-0-alpha-1 .cdr-rating__icon_13-0-0-alpha-1 {
|
|
3573
3689
|
width: 1.6rem;
|
|
3574
3690
|
height: 1.6rem;
|
|
3575
3691
|
font-size: 1.6rem;
|
|
3576
3692
|
}
|
|
3577
|
-
.cdr-rating--small\@lg_13-0-0-alpha-
|
|
3693
|
+
.cdr-rating--small\@lg_13-0-0-alpha-1 .cdr-rating__count_13-0-0-alpha-1 {
|
|
3578
3694
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3579
3695
|
font-style: normal;
|
|
3580
3696
|
font-weight: 400;
|
|
@@ -3583,12 +3699,12 @@ to {
|
|
|
3583
3699
|
line-height: 1.6rem;
|
|
3584
3700
|
margin-left: 0.4rem;
|
|
3585
3701
|
}
|
|
3586
|
-
.cdr-rating--medium\@lg_13-0-0-alpha-
|
|
3702
|
+
.cdr-rating--medium\@lg_13-0-0-alpha-1 .cdr-rating__icon_13-0-0-alpha-1 {
|
|
3587
3703
|
width: 2.4rem;
|
|
3588
3704
|
height: 2.4rem;
|
|
3589
3705
|
font-size: 2.4rem;
|
|
3590
3706
|
}
|
|
3591
|
-
.cdr-rating--medium\@lg_13-0-0-alpha-
|
|
3707
|
+
.cdr-rating--medium\@lg_13-0-0-alpha-1 .cdr-rating__count_13-0-0-alpha-1 {
|
|
3592
3708
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3593
3709
|
font-style: normal;
|
|
3594
3710
|
font-weight: 400;
|
|
@@ -3597,12 +3713,12 @@ to {
|
|
|
3597
3713
|
line-height: 1.8rem;
|
|
3598
3714
|
margin-left: 0.8rem;
|
|
3599
3715
|
}
|
|
3600
|
-
.cdr-rating--large\@lg_13-0-0-alpha-
|
|
3716
|
+
.cdr-rating--large\@lg_13-0-0-alpha-1 .cdr-rating__icon_13-0-0-alpha-1 {
|
|
3601
3717
|
width: 3.2rem;
|
|
3602
3718
|
height: 3.2rem;
|
|
3603
3719
|
font-size: 3.2rem;
|
|
3604
3720
|
}
|
|
3605
|
-
.cdr-rating--large\@lg_13-0-0-alpha-
|
|
3721
|
+
.cdr-rating--large\@lg_13-0-0-alpha-1 .cdr-rating__count_13-0-0-alpha-1 {
|
|
3606
3722
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3607
3723
|
font-style: normal;
|
|
3608
3724
|
font-weight: 400;
|
|
@@ -3626,7 +3742,7 @@ to {
|
|
|
3626
3742
|
|
|
3627
3743
|
/* Style variants
|
|
3628
3744
|
========================================================================== */
|
|
3629
|
-
.cdr-select_13-0-0-alpha-
|
|
3745
|
+
.cdr-select_13-0-0-alpha-1 {
|
|
3630
3746
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3631
3747
|
font-style: normal;
|
|
3632
3748
|
font-weight: 400;
|
|
@@ -3665,44 +3781,44 @@ to {
|
|
|
3665
3781
|
1200px and up
|
|
3666
3782
|
========== */
|
|
3667
3783
|
}
|
|
3668
|
-
.cdr-select_13-0-0-alpha-
|
|
3784
|
+
.cdr-select_13-0-0-alpha-1[disabled] {
|
|
3669
3785
|
background-color: #f9f8f6;
|
|
3670
3786
|
color: #d1cbbd;
|
|
3671
3787
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd;
|
|
3672
3788
|
}
|
|
3673
|
-
.cdr-select_13-0-0-alpha-
|
|
3789
|
+
.cdr-select_13-0-0-alpha-1[disabled]:hover {
|
|
3674
3790
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd;
|
|
3675
3791
|
cursor: not-allowed;
|
|
3676
3792
|
}
|
|
3677
|
-
.cdr-select_13-0-0-alpha-
|
|
3793
|
+
.cdr-select_13-0-0-alpha-1:active, .cdr-select_13-0-0-alpha-1:focus {
|
|
3678
3794
|
box-shadow: inset 0 0 0 0.2rem #20201d, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2);
|
|
3679
3795
|
outline: none;
|
|
3680
3796
|
}
|
|
3681
|
-
.cdr-select_13-0-0-alpha-
|
|
3797
|
+
.cdr-select_13-0-0-alpha-1::-ms-expand {
|
|
3682
3798
|
display: none;
|
|
3683
3799
|
}
|
|
3684
|
-
.cdr-select--primary_13-0-0-alpha-
|
|
3800
|
+
.cdr-select--primary_13-0-0-alpha-1 {
|
|
3685
3801
|
background-color: rgba(244, 242, 237, 0.15);
|
|
3686
3802
|
}
|
|
3687
|
-
.cdr-select--primary_13-0-0-alpha-
|
|
3803
|
+
.cdr-select--primary_13-0-0-alpha-1:active, .cdr-select--primary_13-0-0-alpha-1:focus {
|
|
3688
3804
|
background-color: #f9f8f6;
|
|
3689
3805
|
}
|
|
3690
|
-
.cdr-select--secondary_13-0-0-alpha-
|
|
3806
|
+
.cdr-select--secondary_13-0-0-alpha-1 {
|
|
3691
3807
|
background-color: rgba(255, 255, 255, 0.85);
|
|
3692
3808
|
}
|
|
3693
|
-
.cdr-select--secondary_13-0-0-alpha-
|
|
3809
|
+
.cdr-select--secondary_13-0-0-alpha-1:active, .cdr-select--secondary_13-0-0-alpha-1:focus {
|
|
3694
3810
|
background-color: #ffffff;
|
|
3695
3811
|
}
|
|
3696
|
-
.cdr-select--error_13-0-0-alpha-
|
|
3812
|
+
.cdr-select--error_13-0-0-alpha-1 {
|
|
3697
3813
|
background-color: rgba(255, 242, 242, 0.75);
|
|
3698
3814
|
box-shadow: inset 0 0 0 0.1rem #b33322;
|
|
3699
3815
|
}
|
|
3700
|
-
.cdr-select--preicon_13-0-0-alpha-
|
|
3816
|
+
.cdr-select--preicon_13-0-0-alpha-1 {
|
|
3701
3817
|
/* $input-pre-icon-default-width = 25px with the expectation that
|
|
3702
3818
|
slot provided icon is close to that width */
|
|
3703
3819
|
padding-left: 3.7rem;
|
|
3704
3820
|
}
|
|
3705
|
-
.cdr-select__prompt_13-0-0-alpha-
|
|
3821
|
+
.cdr-select__prompt_13-0-0-alpha-1 {
|
|
3706
3822
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3707
3823
|
font-style: normal;
|
|
3708
3824
|
font-weight: 400;
|
|
@@ -3712,10 +3828,10 @@ to {
|
|
|
3712
3828
|
font-style: normal;
|
|
3713
3829
|
color: rgba(12, 11, 8, 0.75);
|
|
3714
3830
|
}
|
|
3715
|
-
.cdr-select__prompt_13-0-0-alpha-
|
|
3831
|
+
.cdr-select__prompt_13-0-0-alpha-1[disabled] {
|
|
3716
3832
|
color: #d1cbbd;
|
|
3717
3833
|
}
|
|
3718
|
-
.cdr-select__caret_13-0-0-alpha-
|
|
3834
|
+
.cdr-select__caret_13-0-0-alpha-1 {
|
|
3719
3835
|
fill: rgba(12, 11, 8, 0.75);
|
|
3720
3836
|
position: absolute;
|
|
3721
3837
|
top: 50%;
|
|
@@ -3723,24 +3839,24 @@ to {
|
|
|
3723
3839
|
transform: translateY(-50%);
|
|
3724
3840
|
pointer-events: none;
|
|
3725
3841
|
}
|
|
3726
|
-
.cdr-select__caret--disabled_13-0-0-alpha-
|
|
3842
|
+
.cdr-select__caret--disabled_13-0-0-alpha-1 {
|
|
3727
3843
|
fill: #dcd6cb;
|
|
3728
3844
|
}
|
|
3729
|
-
.cdr-select__pre-icon_13-0-0-alpha-
|
|
3845
|
+
.cdr-select__pre-icon_13-0-0-alpha-1 {
|
|
3730
3846
|
position: absolute;
|
|
3731
3847
|
top: 50%;
|
|
3732
3848
|
left: 0.8rem;
|
|
3733
3849
|
transform: translateY(-50%);
|
|
3734
3850
|
}
|
|
3735
|
-
.cdr-select--multiple_13-0-0-alpha-
|
|
3851
|
+
.cdr-select--multiple_13-0-0-alpha-1 {
|
|
3736
3852
|
height: auto;
|
|
3737
3853
|
padding: 0.8rem;
|
|
3738
3854
|
}
|
|
3739
|
-
.cdr-select--multiple_13-0-0-alpha-
|
|
3855
|
+
.cdr-select--multiple_13-0-0-alpha-1 + .cdr-select__caret_13-0-0-alpha-1 {
|
|
3740
3856
|
display: none;
|
|
3741
3857
|
}
|
|
3742
3858
|
@media (min-width: 0) and (max-width: 767px) {
|
|
3743
|
-
.cdr-select--large\@xs_13-0-0-alpha-
|
|
3859
|
+
.cdr-select--large\@xs_13-0-0-alpha-1 {
|
|
3744
3860
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3745
3861
|
font-style: normal;
|
|
3746
3862
|
font-weight: 400;
|
|
@@ -3751,7 +3867,7 @@ to {
|
|
|
3751
3867
|
padding-left: 0.8rem;
|
|
3752
3868
|
}
|
|
3753
3869
|
}
|
|
3754
|
-
.cdr-select--large_13-0-0-alpha-
|
|
3870
|
+
.cdr-select--large_13-0-0-alpha-1 {
|
|
3755
3871
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3756
3872
|
font-style: normal;
|
|
3757
3873
|
font-weight: 400;
|
|
@@ -3762,7 +3878,7 @@ to {
|
|
|
3762
3878
|
padding-left: 0.8rem;
|
|
3763
3879
|
}
|
|
3764
3880
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
3765
|
-
.cdr-select--large\@sm_13-0-0-alpha-
|
|
3881
|
+
.cdr-select--large\@sm_13-0-0-alpha-1 {
|
|
3766
3882
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3767
3883
|
font-style: normal;
|
|
3768
3884
|
font-weight: 400;
|
|
@@ -3774,7 +3890,7 @@ to {
|
|
|
3774
3890
|
}
|
|
3775
3891
|
}
|
|
3776
3892
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
3777
|
-
.cdr-select--large\@md_13-0-0-alpha-
|
|
3893
|
+
.cdr-select--large\@md_13-0-0-alpha-1 {
|
|
3778
3894
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3779
3895
|
font-style: normal;
|
|
3780
3896
|
font-weight: 400;
|
|
@@ -3786,7 +3902,7 @@ to {
|
|
|
3786
3902
|
}
|
|
3787
3903
|
}
|
|
3788
3904
|
@media (min-width: 1232px) {
|
|
3789
|
-
.cdr-select--large\@lg_13-0-0-alpha-
|
|
3905
|
+
.cdr-select--large\@lg_13-0-0-alpha-1 {
|
|
3790
3906
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3791
3907
|
font-style: normal;
|
|
3792
3908
|
font-weight: 400;
|
|
@@ -3801,11 +3917,11 @@ to {
|
|
|
3801
3917
|
# SELECT WRAPPER
|
|
3802
3918
|
========================================================================== */
|
|
3803
3919
|
/* Sets new origin for relative positioning of Select and Caret */
|
|
3804
|
-
.cdr-select-wrap_13-0-0-alpha-
|
|
3920
|
+
.cdr-select-wrap_13-0-0-alpha-1 {
|
|
3805
3921
|
position: relative;
|
|
3806
3922
|
flex: 1;
|
|
3807
3923
|
}
|
|
3808
|
-
.cdr-table_13-0-0-alpha-
|
|
3924
|
+
.cdr-table_13-0-0-alpha-1 {
|
|
3809
3925
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3810
3926
|
font-style: normal;
|
|
3811
3927
|
font-weight: 400;
|
|
@@ -3816,19 +3932,19 @@ to {
|
|
|
3816
3932
|
border: none;
|
|
3817
3933
|
border-collapse: collapse;
|
|
3818
3934
|
}
|
|
3819
|
-
.cdr-table_13-0-0-alpha-
|
|
3935
|
+
.cdr-table_13-0-0-alpha-1 tr {
|
|
3820
3936
|
background-color: #ffffff;
|
|
3821
3937
|
}
|
|
3822
|
-
.cdr-table_13-0-0-alpha-
|
|
3938
|
+
.cdr-table_13-0-0-alpha-1 thead tr {
|
|
3823
3939
|
background-color: #f4f2ed;
|
|
3824
3940
|
}
|
|
3825
|
-
.cdr-table_13-0-0-alpha-
|
|
3826
|
-
.cdr-table_13-0-0-alpha-
|
|
3941
|
+
.cdr-table_13-0-0-alpha-1 th,
|
|
3942
|
+
.cdr-table_13-0-0-alpha-1 td {
|
|
3827
3943
|
color: rgba(12, 11, 8, 0.75);
|
|
3828
3944
|
padding: 0.8rem 1.6rem;
|
|
3829
3945
|
text-align: left;
|
|
3830
3946
|
}
|
|
3831
|
-
.cdr-table_13-0-0-alpha-
|
|
3947
|
+
.cdr-table_13-0-0-alpha-1 th {
|
|
3832
3948
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3833
3949
|
font-style: normal;
|
|
3834
3950
|
font-weight: 600;
|
|
@@ -3836,7 +3952,7 @@ to {
|
|
|
3836
3952
|
font-size: 1.4rem;
|
|
3837
3953
|
line-height: 1.8rem;
|
|
3838
3954
|
}
|
|
3839
|
-
.cdr-table_13-0-0-alpha-
|
|
3955
|
+
.cdr-table_13-0-0-alpha-1 caption {
|
|
3840
3956
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3841
3957
|
font-style: normal;
|
|
3842
3958
|
font-weight: 600;
|
|
@@ -3846,73 +3962,73 @@ to {
|
|
|
3846
3962
|
text-align: left;
|
|
3847
3963
|
margin-bottom: 0.8rem;
|
|
3848
3964
|
}
|
|
3849
|
-
.cdr-table--small_13-0-0-alpha-
|
|
3965
|
+
.cdr-table--small_13-0-0-alpha-1 th, .cdr-table--small_13-0-0-alpha-1 td {
|
|
3850
3966
|
padding: 0.4rem 1.6rem;
|
|
3851
3967
|
}
|
|
3852
|
-
.cdr-table--medium_13-0-0-alpha-
|
|
3968
|
+
.cdr-table--medium_13-0-0-alpha-1 th, .cdr-table--medium_13-0-0-alpha-1 td {
|
|
3853
3969
|
padding: 0.8rem 1.6rem;
|
|
3854
3970
|
}
|
|
3855
|
-
.cdr-table--large_13-0-0-alpha-
|
|
3971
|
+
.cdr-table--large_13-0-0-alpha-1 th, .cdr-table--large_13-0-0-alpha-1 td {
|
|
3856
3972
|
padding: 1.6rem;
|
|
3857
3973
|
}
|
|
3858
|
-
.cdr-table--striped_13-0-0-alpha-
|
|
3974
|
+
.cdr-table--striped_13-0-0-alpha-1 tr:nth-child(odd) {
|
|
3859
3975
|
background-color: #f9f8f6;
|
|
3860
3976
|
}
|
|
3861
|
-
.cdr-table--striped_13-0-0-alpha-
|
|
3977
|
+
.cdr-table--striped_13-0-0-alpha-1 thead + tbody tr:nth-child(even) {
|
|
3862
3978
|
background-color: #f9f8f6;
|
|
3863
3979
|
}
|
|
3864
|
-
.cdr-table--striped_13-0-0-alpha-
|
|
3980
|
+
.cdr-table--striped_13-0-0-alpha-1 thead + tbody tr:nth-child(odd) {
|
|
3865
3981
|
background-color: #ffffff;
|
|
3866
3982
|
}
|
|
3867
|
-
.cdr-table--striped_13-0-0-alpha-
|
|
3868
|
-
.cdr-table--striped_13-0-0-alpha-
|
|
3983
|
+
.cdr-table--striped_13-0-0-alpha-1 tbody tr:nth-child(odd),
|
|
3984
|
+
.cdr-table--striped_13-0-0-alpha-1 tfoot tr:nth-child(odd) {
|
|
3869
3985
|
background-color: #f9f8f6;
|
|
3870
3986
|
}
|
|
3871
|
-
.cdr-table--border_13-0-0-alpha-
|
|
3987
|
+
.cdr-table--border_13-0-0-alpha-1 tr + tr > * {
|
|
3872
3988
|
border-top: 0.1rem solid #dcd6cb;
|
|
3873
3989
|
}
|
|
3874
|
-
.cdr-table--border_13-0-0-alpha-
|
|
3990
|
+
.cdr-table--border_13-0-0-alpha-1 thead tr + tr > * {
|
|
3875
3991
|
border-top: 0.1rem solid #928b80;
|
|
3876
3992
|
}
|
|
3877
|
-
.cdr-table--border_13-0-0-alpha-
|
|
3993
|
+
.cdr-table--border_13-0-0-alpha-1 tbody tr + tr > *, .cdr-table--border_13-0-0-alpha-1 tfoot tr + tr > * {
|
|
3878
3994
|
border-top: 0.1rem solid #dcd6cb;
|
|
3879
3995
|
}
|
|
3880
|
-
.cdr-table--border_13-0-0-alpha-
|
|
3881
|
-
.cdr-table--border_13-0-0-alpha-
|
|
3996
|
+
.cdr-table--border_13-0-0-alpha-1 thead + tbody,
|
|
3997
|
+
.cdr-table--border_13-0-0-alpha-1 tbody + tfoot {
|
|
3882
3998
|
border-top: 0.1rem solid #dcd6cb;
|
|
3883
3999
|
}
|
|
3884
|
-
.cdr-table--full-width_13-0-0-alpha-
|
|
4000
|
+
.cdr-table--full-width_13-0-0-alpha-1 {
|
|
3885
4001
|
width: 100%;
|
|
3886
4002
|
}
|
|
3887
|
-
.cdr-table--responsive_13-0-0-alpha-
|
|
4003
|
+
.cdr-table--responsive_13-0-0-alpha-1 {
|
|
3888
4004
|
display: block;
|
|
3889
4005
|
width: 100%;
|
|
3890
4006
|
overflow-x: auto;
|
|
3891
4007
|
}
|
|
3892
|
-
.cdr-table--hover_13-0-0-alpha-
|
|
4008
|
+
.cdr-table--hover_13-0-0-alpha-1 tr:hover > * {
|
|
3893
4009
|
background-color: #f4f2ed;
|
|
3894
4010
|
}
|
|
3895
4011
|
@media (min-width: 0) and (max-width: 767px) {
|
|
3896
|
-
.cdr-table--full-width\@xs_13-0-0-alpha-
|
|
4012
|
+
.cdr-table--full-width\@xs_13-0-0-alpha-1 {
|
|
3897
4013
|
width: 100%;
|
|
3898
4014
|
}
|
|
3899
4015
|
}
|
|
3900
4016
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
3901
|
-
.cdr-table--full-width\@sm_13-0-0-alpha-
|
|
4017
|
+
.cdr-table--full-width\@sm_13-0-0-alpha-1 {
|
|
3902
4018
|
width: 100%;
|
|
3903
4019
|
}
|
|
3904
4020
|
}
|
|
3905
4021
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
3906
|
-
.cdr-table--full-width\@md_13-0-0-alpha-
|
|
4022
|
+
.cdr-table--full-width\@md_13-0-0-alpha-1 {
|
|
3907
4023
|
width: 100%;
|
|
3908
4024
|
}
|
|
3909
4025
|
}
|
|
3910
4026
|
@media (min-width: 1232px) {
|
|
3911
|
-
.cdr-table--full-width\@lg_13-0-0-alpha-
|
|
4027
|
+
.cdr-table--full-width\@lg_13-0-0-alpha-1 {
|
|
3912
4028
|
width: 100%;
|
|
3913
4029
|
}
|
|
3914
4030
|
}
|
|
3915
|
-
.cdr-tab-panel_13-0-0-alpha-
|
|
4031
|
+
.cdr-tab-panel_13-0-0-alpha-1 {
|
|
3916
4032
|
width: 100%;
|
|
3917
4033
|
height: 100%;
|
|
3918
4034
|
padding-top: 0.2rem;
|
|
@@ -3957,36 +4073,36 @@ to {
|
|
|
3957
4073
|
opacity: 1;
|
|
3958
4074
|
}
|
|
3959
4075
|
}
|
|
3960
|
-
.cdr-tab-panel-enter-left_13-0-0-alpha-
|
|
4076
|
+
.cdr-tab-panel-enter-left_13-0-0-alpha-1 {
|
|
3961
4077
|
animation-duration: 0.2s;
|
|
3962
4078
|
animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
3963
4079
|
}
|
|
3964
|
-
.cdr-tab-panel-enter-left_13-0-0-alpha-
|
|
4080
|
+
.cdr-tab-panel-enter-left_13-0-0-alpha-1 {
|
|
3965
4081
|
animation-name: enter-left;
|
|
3966
4082
|
}
|
|
3967
|
-
.cdr-tab-panel-enter-right_13-0-0-alpha-
|
|
4083
|
+
.cdr-tab-panel-enter-right_13-0-0-alpha-1 {
|
|
3968
4084
|
animation-duration: 0.2s;
|
|
3969
4085
|
animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
3970
4086
|
}
|
|
3971
|
-
.cdr-tab-panel-enter-right_13-0-0-alpha-
|
|
4087
|
+
.cdr-tab-panel-enter-right_13-0-0-alpha-1 {
|
|
3972
4088
|
animation-name: enter-right;
|
|
3973
4089
|
}
|
|
3974
|
-
.cdr-tab-panel-exit-left_13-0-0-alpha-
|
|
4090
|
+
.cdr-tab-panel-exit-left_13-0-0-alpha-1 {
|
|
3975
4091
|
animation-duration: 0.2s;
|
|
3976
4092
|
animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
3977
4093
|
}
|
|
3978
|
-
.cdr-tab-panel-exit-left_13-0-0-alpha-
|
|
4094
|
+
.cdr-tab-panel-exit-left_13-0-0-alpha-1 {
|
|
3979
4095
|
animation-name: exit-left;
|
|
3980
4096
|
}
|
|
3981
|
-
.cdr-tab-panel-exit-right_13-0-0-alpha-
|
|
4097
|
+
.cdr-tab-panel-exit-right_13-0-0-alpha-1 {
|
|
3982
4098
|
animation-duration: 0.2s;
|
|
3983
4099
|
animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
3984
4100
|
}
|
|
3985
|
-
.cdr-tab-panel-exit-right_13-0-0-alpha-
|
|
4101
|
+
.cdr-tab-panel-exit-right_13-0-0-alpha-1 {
|
|
3986
4102
|
animation-name: exit-right;
|
|
3987
4103
|
}
|
|
3988
4104
|
/* intentionally empty */
|
|
3989
|
-
.cdr-tabs_13-0-0-alpha-
|
|
4105
|
+
.cdr-tabs_13-0-0-alpha-1 {
|
|
3990
4106
|
/* overflow-x: auto; */
|
|
3991
4107
|
display: flex;
|
|
3992
4108
|
flex-flow: column;
|
|
@@ -4002,29 +4118,29 @@ to {
|
|
|
4002
4118
|
/* Centered
|
|
4003
4119
|
========== */
|
|
4004
4120
|
}
|
|
4005
|
-
.cdr-tabs_13-0-0-alpha-
|
|
4121
|
+
.cdr-tabs_13-0-0-alpha-1 ::-webkit-scrollbar {
|
|
4006
4122
|
-webkit-appearance: none;
|
|
4007
4123
|
width: 0.7rem;
|
|
4008
4124
|
}
|
|
4009
|
-
.cdr-tabs_13-0-0-alpha-
|
|
4125
|
+
.cdr-tabs_13-0-0-alpha-1 ::-webkit-scrollbar-thumb {
|
|
4010
4126
|
border-radius: 0.4rem;
|
|
4011
4127
|
background-color: rgba(0, 0, 0, 0.5);
|
|
4012
4128
|
-webkit-box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.5);
|
|
4013
4129
|
}
|
|
4014
|
-
.cdr-tabs__header-container_13-0-0-alpha-
|
|
4130
|
+
.cdr-tabs__header-container_13-0-0-alpha-1 {
|
|
4015
4131
|
overflow-x: auto;
|
|
4016
4132
|
border-bottom: 0.1rem solid #928b80;
|
|
4017
4133
|
-webkit-overflow-scrolling: touch;
|
|
4018
4134
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
|
4019
4135
|
}
|
|
4020
|
-
.cdr-tabs__header-container_13-0-0-alpha-
|
|
4136
|
+
.cdr-tabs__header-container_13-0-0-alpha-1::-webkit-scrollbar {
|
|
4021
4137
|
width: 0 !important;
|
|
4022
4138
|
height: 0 !important;
|
|
4023
4139
|
}
|
|
4024
|
-
.cdr-tabs__gradient-container_13-0-0-alpha-
|
|
4140
|
+
.cdr-tabs__gradient-container_13-0-0-alpha-1 {
|
|
4025
4141
|
position: relative;
|
|
4026
4142
|
}
|
|
4027
|
-
.cdr-tabs__gradient_13-0-0-alpha-
|
|
4143
|
+
.cdr-tabs__gradient_13-0-0-alpha-1 {
|
|
4028
4144
|
transition: opacity 0.2s ease;
|
|
4029
4145
|
-webkit-transition: opacity 0.2s ease;
|
|
4030
4146
|
position: absolute;
|
|
@@ -4035,23 +4151,23 @@ to {
|
|
|
4035
4151
|
pointer-events: none;
|
|
4036
4152
|
opacity: 0;
|
|
4037
4153
|
}
|
|
4038
|
-
.cdr-tabs__gradient--left_13-0-0-alpha-
|
|
4154
|
+
.cdr-tabs__gradient--left_13-0-0-alpha-1 {
|
|
4039
4155
|
left: 0;
|
|
4040
4156
|
}
|
|
4041
|
-
.cdr-tabs__gradient--right_13-0-0-alpha-
|
|
4157
|
+
.cdr-tabs__gradient--right_13-0-0-alpha-1 {
|
|
4042
4158
|
right: 0;
|
|
4043
4159
|
}
|
|
4044
|
-
.cdr-tabs__gradient--active_13-0-0-alpha-
|
|
4160
|
+
.cdr-tabs__gradient--active_13-0-0-alpha-1 {
|
|
4045
4161
|
opacity: 1;
|
|
4046
4162
|
}
|
|
4047
|
-
.cdr-tabs__header_13-0-0-alpha-
|
|
4163
|
+
.cdr-tabs__header_13-0-0-alpha-1 {
|
|
4048
4164
|
display: flex;
|
|
4049
4165
|
width: 100%;
|
|
4050
4166
|
margin: 0;
|
|
4051
4167
|
padding: 0;
|
|
4052
4168
|
position: relative;
|
|
4053
4169
|
}
|
|
4054
|
-
.cdr-tabs__header-item_13-0-0-alpha-
|
|
4170
|
+
.cdr-tabs__header-item_13-0-0-alpha-1 {
|
|
4055
4171
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
4056
4172
|
font-style: normal;
|
|
4057
4173
|
font-weight: inherit;
|
|
@@ -4069,14 +4185,14 @@ to {
|
|
|
4069
4185
|
outline-offset: -0.3rem;
|
|
4070
4186
|
/* Prevent content from shifting when font-weight changes */
|
|
4071
4187
|
}
|
|
4072
|
-
.cdr-tabs__header-item_13-0-0-alpha-
|
|
4188
|
+
.cdr-tabs__header-item_13-0-0-alpha-1 + .cdr-tabs__header-item_13-0-0-alpha-1 {
|
|
4073
4189
|
margin-left: 1.6rem;
|
|
4074
4190
|
}
|
|
4075
|
-
.cdr-tabs__header-item-active_13-0-0-alpha-
|
|
4191
|
+
.cdr-tabs__header-item-active_13-0-0-alpha-1 {
|
|
4076
4192
|
color: rgba(12, 11, 8, 0.75);
|
|
4077
4193
|
font-weight: 500;
|
|
4078
4194
|
}
|
|
4079
|
-
.cdr-tabs__header-item_13-0-0-alpha-
|
|
4195
|
+
.cdr-tabs__header-item_13-0-0-alpha-1::before {
|
|
4080
4196
|
display: block;
|
|
4081
4197
|
content: attr(js-name);
|
|
4082
4198
|
font-weight: 500;
|
|
@@ -4084,20 +4200,20 @@ to {
|
|
|
4084
4200
|
overflow: hidden;
|
|
4085
4201
|
visibility: hidden;
|
|
4086
4202
|
}
|
|
4087
|
-
.cdr-tabs__header-item_13-0-0-alpha-
|
|
4203
|
+
.cdr-tabs__header-item_13-0-0-alpha-1:active, .cdr-tabs__header-item_13-0-0-alpha-1:hover, .cdr-tabs__header-item_13-0-0-alpha-1:focus {
|
|
4088
4204
|
text-decoration: none;
|
|
4089
4205
|
color: #406eb5;
|
|
4090
4206
|
}
|
|
4091
|
-
.cdr-tabs__header-item--disabled_13-0-0-alpha-
|
|
4207
|
+
.cdr-tabs__header-item--disabled_13-0-0-alpha-1 {
|
|
4092
4208
|
border: none;
|
|
4093
4209
|
background-color: transparent;
|
|
4094
4210
|
color: #d1cbbd;
|
|
4095
4211
|
}
|
|
4096
|
-
.cdr-tabs__header-item--disabled_13-0-0-alpha-
|
|
4212
|
+
.cdr-tabs__header-item--disabled_13-0-0-alpha-1:active, .cdr-tabs__header-item--disabled_13-0-0-alpha-1:hover, .cdr-tabs__header-item--disabled_13-0-0-alpha-1:focus {
|
|
4097
4213
|
color: #d1cbbd;
|
|
4098
4214
|
cursor: not-allowed;
|
|
4099
4215
|
}
|
|
4100
|
-
.cdr-tabs__underline_13-0-0-alpha-
|
|
4216
|
+
.cdr-tabs__underline_13-0-0-alpha-1 {
|
|
4101
4217
|
z-index: 1;
|
|
4102
4218
|
position: absolute;
|
|
4103
4219
|
width: 3rem;
|
|
@@ -4109,21 +4225,21 @@ to {
|
|
|
4109
4225
|
background-color: #406eb5;
|
|
4110
4226
|
transition: 0.4s cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
4111
4227
|
}
|
|
4112
|
-
.cdr-tabs__content-container_13-0-0-alpha-
|
|
4228
|
+
.cdr-tabs__content-container_13-0-0-alpha-1 {
|
|
4113
4229
|
position: relative;
|
|
4114
4230
|
flex: 1 1 auto;
|
|
4115
4231
|
overflow-x: hidden;
|
|
4116
4232
|
overflow-y: auto;
|
|
4117
4233
|
}
|
|
4118
|
-
.cdr-tabs_13-0-0-alpha-
|
|
4119
|
-
.cdr-tabs_13-0-0-alpha-
|
|
4234
|
+
.cdr-tabs_13-0-0-alpha-1 .fade-enter-active_13-0-0-alpha-1,
|
|
4235
|
+
.cdr-tabs_13-0-0-alpha-1 .fade-leave-active_13-0-0-alpha-1 {
|
|
4120
4236
|
opacity: 0.5s;
|
|
4121
4237
|
}
|
|
4122
|
-
.cdr-tabs_13-0-0-alpha-
|
|
4123
|
-
.cdr-tabs_13-0-0-alpha-
|
|
4238
|
+
.cdr-tabs_13-0-0-alpha-1 .fade-enter_13-0-0-alpha-1,
|
|
4239
|
+
.cdr-tabs_13-0-0-alpha-1 .fade-leave-to_13-0-0-alpha-1 {
|
|
4124
4240
|
opacity: 0;
|
|
4125
4241
|
}
|
|
4126
|
-
.cdr-tabs--compact_13-0-0-alpha-
|
|
4242
|
+
.cdr-tabs--compact_13-0-0-alpha-1 .cdr-tabs__header-item-label_13-0-0-alpha-1, .cdr-tabs--small_13-0-0-alpha-1 .cdr-tabs__header-item-label_13-0-0-alpha-1 {
|
|
4127
4243
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
4128
4244
|
font-style: normal;
|
|
4129
4245
|
font-weight: inherit;
|
|
@@ -4132,23 +4248,23 @@ to {
|
|
|
4132
4248
|
line-height: 1.8rem;
|
|
4133
4249
|
padding: 0.6rem 1.2rem;
|
|
4134
4250
|
}
|
|
4135
|
-
.cdr-tabs--compact_13-0-0-alpha-
|
|
4251
|
+
.cdr-tabs--compact_13-0-0-alpha-1 .cdr-tabs__header-item_13-0-0-alpha-1 + .cdr-tabs--compact_13-0-0-alpha-1 .cdr-tabs__header-item_13-0-0-alpha-1, .cdr-tabs--compact_13-0-0-alpha-1 .cdr-tabs__header-item_13-0-0-alpha-1 + .cdr-tabs--small_13-0-0-alpha-1 .cdr-tabs__header-item_13-0-0-alpha-1, .cdr-tabs--small_13-0-0-alpha-1 .cdr-tabs__header-item_13-0-0-alpha-1 + .cdr-tabs--compact_13-0-0-alpha-1 .cdr-tabs__header-item_13-0-0-alpha-1, .cdr-tabs--small_13-0-0-alpha-1 .cdr-tabs__header-item_13-0-0-alpha-1 + .cdr-tabs--small_13-0-0-alpha-1 .cdr-tabs__header-item_13-0-0-alpha-1 {
|
|
4136
4252
|
margin-left: 0.8rem;
|
|
4137
4253
|
}
|
|
4138
|
-
.cdr-tabs--no-border_13-0-0-alpha-
|
|
4139
|
-
.cdr-tabs--no-border_13-0-0-alpha-
|
|
4254
|
+
.cdr-tabs--no-border_13-0-0-alpha-1 .cdr-tabs__header_13-0-0-alpha-1,
|
|
4255
|
+
.cdr-tabs--no-border_13-0-0-alpha-1 .cdr-tabs__header-container_13-0-0-alpha-1 {
|
|
4140
4256
|
border-bottom: 0.1rem solid transparent;
|
|
4141
4257
|
}
|
|
4142
|
-
.cdr-tabs--full-width_13-0-0-alpha-
|
|
4258
|
+
.cdr-tabs--full-width_13-0-0-alpha-1 .cdr-tabs__header-item_13-0-0-alpha-1 {
|
|
4143
4259
|
flex-grow: 1;
|
|
4144
4260
|
}
|
|
4145
|
-
.cdr-tabs--centered_13-0-0-alpha-
|
|
4261
|
+
.cdr-tabs--centered_13-0-0-alpha-1 .cdr-tabs__header-item_13-0-0-alpha-1:first-of-type {
|
|
4146
4262
|
margin-left: auto;
|
|
4147
4263
|
}
|
|
4148
|
-
.cdr-tabs--centered_13-0-0-alpha-
|
|
4264
|
+
.cdr-tabs--centered_13-0-0-alpha-1 .cdr-tabs__header-item_13-0-0-alpha-1:last-of-type {
|
|
4149
4265
|
margin-right: auto;
|
|
4150
4266
|
}
|
|
4151
|
-
.cdr-text_13-0-0-alpha-
|
|
4267
|
+
.cdr-text_13-0-0-alpha-1 {
|
|
4152
4268
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
4153
4269
|
font-style: normal;
|
|
4154
4270
|
font-weight: 400;
|
|
@@ -4158,16 +4274,167 @@ to {
|
|
|
4158
4274
|
margin: 0;
|
|
4159
4275
|
}
|
|
4160
4276
|
/* intentionally empty */
|
|
4161
|
-
.cdr-
|
|
4277
|
+
.cdr-toast_13-0-0-alpha-1 {
|
|
4278
|
+
position: relative;
|
|
4279
|
+
border-left: 0.4rem solid;
|
|
4280
|
+
box-shadow: 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2);
|
|
4281
|
+
margin-bottom: 1.6rem;
|
|
4282
|
+
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
4283
|
+
font-style: normal;
|
|
4284
|
+
font-weight: 400;
|
|
4285
|
+
letter-spacing: -0.016rem;
|
|
4286
|
+
font-size: 1.4rem;
|
|
4287
|
+
line-height: 1.8rem;
|
|
4288
|
+
}
|
|
4289
|
+
@media (min-width: 768px) {
|
|
4290
|
+
.cdr-toast_13-0-0-alpha-1 {
|
|
4291
|
+
width: 39rem;
|
|
4292
|
+
}
|
|
4293
|
+
}
|
|
4294
|
+
.cdr-toast__transition--toast-enter-from_13-0-0-alpha-1 {
|
|
4295
|
+
opacity: 0;
|
|
4296
|
+
transform: translateX(2.4rem);
|
|
4297
|
+
}
|
|
4298
|
+
.cdr-toast__transition--toast-enter-active_13-0-0-alpha-1 {
|
|
4299
|
+
transition: all 0.5s cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
4300
|
+
}
|
|
4301
|
+
.cdr-toast__transition--toast-leave-to_13-0-0-alpha-1 {
|
|
4302
|
+
opacity: 0;
|
|
4303
|
+
}
|
|
4304
|
+
.cdr-toast__transition--toast-leave-active_13-0-0-alpha-1 {
|
|
4305
|
+
transition: opacity 0.2s cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
4306
|
+
}
|
|
4307
|
+
.cdr-toast__main_13-0-0-alpha-1 {
|
|
4308
|
+
display: grid;
|
|
4309
|
+
grid-template-columns: auto 1fr auto;
|
|
4310
|
+
grid-template-areas: "icon-left message close-button";
|
|
4311
|
+
}
|
|
4312
|
+
.cdr-toast__icon-left_13-0-0-alpha-1 {
|
|
4313
|
+
width: 3.2rem;
|
|
4314
|
+
grid-area: icon-left;
|
|
4315
|
+
display: inherit;
|
|
4316
|
+
align-items: center;
|
|
4317
|
+
justify-items: center;
|
|
4318
|
+
}
|
|
4319
|
+
.cdr-toast__icon-left_13-0-0-alpha-1 svg {
|
|
4320
|
+
max-height: 2.2rem;
|
|
4321
|
+
max-width: 2.2rem;
|
|
4322
|
+
stroke: white;
|
|
4323
|
+
stroke-width: 0.4rem;
|
|
4324
|
+
paint-order: stroke fill;
|
|
4325
|
+
margin: 0.4rem;
|
|
4326
|
+
}
|
|
4327
|
+
.cdr-toast__message_13-0-0-alpha-1 {
|
|
4328
|
+
display: inherit;
|
|
4329
|
+
align-items: center;
|
|
4330
|
+
grid-area: message;
|
|
4331
|
+
padding: 0.7rem;
|
|
4332
|
+
}
|
|
4333
|
+
.cdr-toast__close-button_13-0-0-alpha-1 {
|
|
4334
|
+
display: inherit;
|
|
4335
|
+
align-content: center;
|
|
4336
|
+
grid-area: close-button;
|
|
4337
|
+
max-height: 3.2rem;
|
|
4338
|
+
}
|
|
4339
|
+
.cdr-toast__close-button_13-0-0-alpha-1 svg {
|
|
4340
|
+
height: 2.2rem;
|
|
4341
|
+
width: 2.2rem;
|
|
4342
|
+
fill: rgba(3, 3, 1, 0.9) !important;
|
|
4343
|
+
}
|
|
4344
|
+
.cdr-toast--default_13-0-0-alpha-1 {
|
|
4345
|
+
border-left-color: #726d64;
|
|
4346
|
+
}
|
|
4347
|
+
.cdr-toast--default_13-0-0-alpha-1 .cdr-toast__main_13-0-0-alpha-1 {
|
|
4348
|
+
background-color: #f9f8f6;
|
|
4349
|
+
border-top: 0.1rem solid;
|
|
4350
|
+
border-right: 0.1rem solid;
|
|
4351
|
+
border-bottom: 0.1rem solid;
|
|
4352
|
+
border-color: #e8e0ce;
|
|
4353
|
+
}
|
|
4354
|
+
.cdr-toast--default_13-0-0-alpha-1 .cdr-toast__main_13-0-0-alpha-1 .cdr-toast__icon-left_13-0-0-alpha-1 {
|
|
4355
|
+
background-color: #e8e0ce;
|
|
4356
|
+
}
|
|
4357
|
+
.cdr-toast--default_13-0-0-alpha-1 .cdr-toast__main_13-0-0-alpha-1 .cdr-toast__icon-left_13-0-0-alpha-1 svg {
|
|
4358
|
+
fill: #726d64;
|
|
4359
|
+
}
|
|
4360
|
+
.cdr-toast--info_13-0-0-alpha-1 {
|
|
4361
|
+
border-left-color: #408e86;
|
|
4362
|
+
}
|
|
4363
|
+
.cdr-toast--info_13-0-0-alpha-1 .cdr-toast__main_13-0-0-alpha-1 {
|
|
4364
|
+
background-color: #edf4f5;
|
|
4365
|
+
border-top: 0.1rem solid;
|
|
4366
|
+
border-right: 0.1rem solid;
|
|
4367
|
+
border-bottom: 0.1rem solid;
|
|
4368
|
+
border-color: #c2d8db;
|
|
4369
|
+
}
|
|
4370
|
+
.cdr-toast--info_13-0-0-alpha-1 .cdr-toast__main_13-0-0-alpha-1 .cdr-toast__icon-left_13-0-0-alpha-1 {
|
|
4371
|
+
background-color: #c2d8db;
|
|
4372
|
+
}
|
|
4373
|
+
.cdr-toast--info_13-0-0-alpha-1 .cdr-toast__main_13-0-0-alpha-1 .cdr-toast__icon-left_13-0-0-alpha-1 svg {
|
|
4374
|
+
fill: #408e86;
|
|
4375
|
+
}
|
|
4376
|
+
.cdr-toast--warning_13-0-0-alpha-1 {
|
|
4377
|
+
border-left-color: #b68b37;
|
|
4378
|
+
}
|
|
4379
|
+
.cdr-toast--warning_13-0-0-alpha-1 .cdr-toast__main_13-0-0-alpha-1 {
|
|
4380
|
+
background-color: #fefcf1;
|
|
4381
|
+
border-top: 0.1rem solid;
|
|
4382
|
+
border-right: 0.1rem solid;
|
|
4383
|
+
border-bottom: 0.1rem solid;
|
|
4384
|
+
border-color: #f5e9b7;
|
|
4385
|
+
}
|
|
4386
|
+
.cdr-toast--warning_13-0-0-alpha-1 .cdr-toast__main_13-0-0-alpha-1 .cdr-toast__icon-left_13-0-0-alpha-1 {
|
|
4387
|
+
background-color: #f5e9b7;
|
|
4388
|
+
}
|
|
4389
|
+
.cdr-toast--warning_13-0-0-alpha-1 .cdr-toast__main_13-0-0-alpha-1 .cdr-toast__icon-left_13-0-0-alpha-1 svg {
|
|
4390
|
+
fill: #b68b37;
|
|
4391
|
+
}
|
|
4392
|
+
.cdr-toast--success_13-0-0-alpha-1 {
|
|
4393
|
+
border-left-color: #3b8349;
|
|
4394
|
+
}
|
|
4395
|
+
.cdr-toast--success_13-0-0-alpha-1 .cdr-toast__main_13-0-0-alpha-1 {
|
|
4396
|
+
background-color: #f4fbf5;
|
|
4397
|
+
border-top: 0.1rem solid;
|
|
4398
|
+
border-right: 0.1rem solid;
|
|
4399
|
+
border-bottom: 0.1rem solid;
|
|
4400
|
+
border-color: #d5e6cb;
|
|
4401
|
+
}
|
|
4402
|
+
.cdr-toast--success_13-0-0-alpha-1 .cdr-toast__main_13-0-0-alpha-1 .cdr-toast__icon-left_13-0-0-alpha-1 {
|
|
4403
|
+
background-color: #d5e6cb;
|
|
4404
|
+
}
|
|
4405
|
+
.cdr-toast--success_13-0-0-alpha-1 .cdr-toast__main_13-0-0-alpha-1 .cdr-toast__icon-left_13-0-0-alpha-1 svg {
|
|
4406
|
+
fill: #3b8349;
|
|
4407
|
+
}
|
|
4408
|
+
.cdr-toast--error_13-0-0-alpha-1 {
|
|
4409
|
+
border-left-color: #bb4045;
|
|
4410
|
+
}
|
|
4411
|
+
.cdr-toast--error_13-0-0-alpha-1 .cdr-toast__main_13-0-0-alpha-1 {
|
|
4412
|
+
background-color: #fdf7f7;
|
|
4413
|
+
border-top: 0.1rem solid;
|
|
4414
|
+
border-right: 0.1rem solid;
|
|
4415
|
+
border-bottom: 0.1rem solid;
|
|
4416
|
+
border-color: #eecbc1;
|
|
4417
|
+
}
|
|
4418
|
+
.cdr-toast--error_13-0-0-alpha-1 .cdr-toast__main_13-0-0-alpha-1 svg {
|
|
4419
|
+
fill: #bb4045;
|
|
4420
|
+
}
|
|
4421
|
+
.cdr-toast--error_13-0-0-alpha-1 .cdr-toast__main_13-0-0-alpha-1 .cdr-toast__icon-left_13-0-0-alpha-1 {
|
|
4422
|
+
background-color: #eecbc1;
|
|
4423
|
+
}
|
|
4424
|
+
.cdr-toast--error_13-0-0-alpha-1 .cdr-toast__main_13-0-0-alpha-1 .cdr-toast__icon-left_13-0-0-alpha-1 svg {
|
|
4425
|
+
fill: #bb4045;
|
|
4426
|
+
}
|
|
4427
|
+
/* intentionally empty */
|
|
4428
|
+
.cdr-tooltip--position_13-0-0-alpha-1 {
|
|
4162
4429
|
position: relative;
|
|
4163
4430
|
}
|
|
4164
|
-
.cdr-tooltip--wrapper_13-0-0-alpha-
|
|
4431
|
+
.cdr-tooltip--wrapper_13-0-0-alpha-1 {
|
|
4165
4432
|
width: -webkit-max-content;
|
|
4166
4433
|
width: max-content;
|
|
4167
4434
|
height: -webkit-max-content;
|
|
4168
4435
|
height: max-content;
|
|
4169
4436
|
}
|
|
4170
|
-
.cdr-tooltip--wrapper_13-0-0-alpha-
|
|
4437
|
+
.cdr-tooltip--wrapper_13-0-0-alpha-1 .cdr-popup--closed_13-0-0-alpha-1 {
|
|
4171
4438
|
position: absolute;
|
|
4172
4439
|
width: 0.1rem;
|
|
4173
4440
|
height: 0.1rem;
|
|
@@ -4177,7 +4444,7 @@ to {
|
|
|
4177
4444
|
clip: rect(0, 0, 0, 0);
|
|
4178
4445
|
border: 0;
|
|
4179
4446
|
}
|
|
4180
|
-
.cdr-tooltip--wrapper_13-0-0-alpha-
|
|
4447
|
+
.cdr-tooltip--wrapper_13-0-0-alpha-1 .cdr-popup__content_13-0-0-alpha-1 {
|
|
4181
4448
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
4182
4449
|
font-style: normal;
|
|
4183
4450
|
font-weight: 600;
|
|
@@ -4189,27 +4456,27 @@ to {
|
|
|
4189
4456
|
border: 0.1rem solid #f9f8f6;
|
|
4190
4457
|
padding: 0.6rem 1.2rem;
|
|
4191
4458
|
}
|
|
4192
|
-
.cdr-tooltip--wrapper_13-0-0-alpha-
|
|
4459
|
+
.cdr-tooltip--wrapper_13-0-0-alpha-1 .cdr-popup--bottom_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before {
|
|
4193
4460
|
border-bottom-color: #f9f8f6;
|
|
4194
4461
|
}
|
|
4195
|
-
.cdr-tooltip--wrapper_13-0-0-alpha-
|
|
4462
|
+
.cdr-tooltip--wrapper_13-0-0-alpha-1 .cdr-popup--bottom_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
4196
4463
|
border-bottom-color: #373734;
|
|
4197
4464
|
}
|
|
4198
|
-
.cdr-tooltip--wrapper_13-0-0-alpha-
|
|
4465
|
+
.cdr-tooltip--wrapper_13-0-0-alpha-1 .cdr-popup--top_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before {
|
|
4199
4466
|
border-top-color: #f9f8f6;
|
|
4200
4467
|
}
|
|
4201
|
-
.cdr-tooltip--wrapper_13-0-0-alpha-
|
|
4468
|
+
.cdr-tooltip--wrapper_13-0-0-alpha-1 .cdr-popup--top_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
4202
4469
|
border-top-color: #373734;
|
|
4203
4470
|
}
|
|
4204
|
-
.cdr-tooltip--wrapper_13-0-0-alpha-
|
|
4471
|
+
.cdr-tooltip--wrapper_13-0-0-alpha-1 .cdr-popup--right_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before {
|
|
4205
4472
|
border-right-color: #f9f8f6;
|
|
4206
4473
|
}
|
|
4207
|
-
.cdr-tooltip--wrapper_13-0-0-alpha-
|
|
4474
|
+
.cdr-tooltip--wrapper_13-0-0-alpha-1 .cdr-popup--right_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
4208
4475
|
border-right-color: #373734;
|
|
4209
4476
|
}
|
|
4210
|
-
.cdr-tooltip--wrapper_13-0-0-alpha-
|
|
4477
|
+
.cdr-tooltip--wrapper_13-0-0-alpha-1 .cdr-popup--left_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::before {
|
|
4211
4478
|
border-left-color: #f9f8f6;
|
|
4212
4479
|
}
|
|
4213
|
-
.cdr-tooltip--wrapper_13-0-0-alpha-
|
|
4480
|
+
.cdr-tooltip--wrapper_13-0-0-alpha-1 .cdr-popup--left_13-0-0-alpha-1 .cdr-popup__arrow_13-0-0-alpha-1::after {
|
|
4214
4481
|
border-left-color: #373734;
|
|
4215
4482
|
}
|