playbook_ui 14.25.0.pre.alpha.dialogfix10277 → 14.25.0.pre.alpha.play1986inlineloadingsolidvariant9963
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/_playbook.scss +1 -0
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +6 -6
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +1 -1
- data/app/pb_kits/playbook/pb_avatar/_avatar.scss +65 -60
- data/app/pb_kits/playbook/pb_avatar/avatar.test.js +1 -1
- data/app/pb_kits/playbook/pb_background/_background.scss +3 -3
- data/app/pb_kits/playbook/pb_badge/_badge.scss +29 -135
- data/app/pb_kits/playbook/pb_body/_body.scss +35 -108
- data/app/pb_kits/playbook/pb_body/_body_mixins.scss +1 -1
- data/app/pb_kits/playbook/pb_bread_crumbs/_bread_crumbs.scss +30 -17
- data/app/pb_kits/playbook/pb_button/_button.scss +31 -39
- data/app/pb_kits/playbook/pb_button/_button.tsx +12 -12
- data/app/pb_kits/playbook/pb_button/_button_mixins.scss +1 -1
- data/app/pb_kits/playbook/pb_button/button.rb +18 -11
- data/app/pb_kits/playbook/pb_button/button.test.js +3 -3
- data/app/pb_kits/playbook/pb_button_toolbar/_button_toolbar.scss +73 -82
- data/app/pb_kits/playbook/pb_button_toolbar/_button_toolbar_dark.scss +33 -32
- data/app/pb_kits/playbook/pb_button_toolbar/_button_toolbar_mixins.scss +1 -1
- data/app/pb_kits/playbook/pb_button_toolbar/button_toolbar.test.js +2 -2
- data/app/pb_kits/playbook/pb_caption/_caption.scss +17 -100
- data/app/pb_kits/playbook/pb_caption/_caption_mixin.scss +8 -1
- data/app/pb_kits/playbook/pb_card/_card.scss +79 -116
- data/app/pb_kits/playbook/pb_card/_card.tsx +11 -26
- data/app/pb_kits/playbook/pb_card/_card_mixin.scss +1 -1
- data/app/pb_kits/playbook/pb_card/card.rb +7 -8
- data/app/pb_kits/playbook/pb_card/card_header.rb +2 -6
- data/app/pb_kits/playbook/pb_card/docs/_card_header.html.erb +1 -1
- data/app/pb_kits/playbook/pb_checkbox/_checkbox.scss +2 -11
- data/app/pb_kits/playbook/pb_circle_icon_button/_circle_icon_button.scss +7 -7
- data/app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.test.js +1 -1
- data/app/pb_kits/playbook/pb_collapsible/__snapshots__/collapsible.test.js.snap +1 -1
- data/app/pb_kits/playbook/pb_collapsible/_collapsible.scss +4 -4
- data/app/pb_kits/playbook/pb_copy_button/copy_button.test.jsx +1 -1
- data/app/pb_kits/playbook/pb_currency/_currency.scss +39 -124
- data/app/pb_kits/playbook/pb_dashboard_value/_dashboard_value.scss +6 -16
- data/app/pb_kits/playbook/pb_date/_date.scss +18 -16
- data/app/pb_kits/playbook/pb_date_picker/_date_picker.scss +1 -1
- data/app/pb_kits/playbook/pb_date_picker/sass_partials/_inline_styles.scss +12 -12
- data/app/pb_kits/playbook/pb_date_picker/sass_partials/_input_styles.scss +2 -2
- data/app/pb_kits/playbook/pb_date_picker/sass_partials/_time_selection_styles.scss +5 -6
- data/app/pb_kits/playbook/pb_date_range_inline/_date_range_inline.scss +23 -29
- data/app/pb_kits/playbook/pb_date_range_inline/_date_range_inline.tsx +1 -1
- data/app/pb_kits/playbook/pb_date_range_stacked/_date_range_stacked.scss +1 -1
- data/app/pb_kits/playbook/pb_date_range_stacked/date_range_stacked.test.js +2 -2
- data/app/pb_kits/playbook/pb_date_stacked/_date_stacked.scss +26 -66
- data/app/pb_kits/playbook/pb_date_stacked/date_stacked.rb +1 -1
- data/app/pb_kits/playbook/pb_date_stacked/date_stacked.test.js +2 -2
- data/app/pb_kits/playbook/pb_date_time/_date_time.scss +15 -8
- data/app/pb_kits/playbook/pb_date_time_stacked/_date_time_stacked.scss +7 -6
- data/app/pb_kits/playbook/pb_date_year_stacked/_date_year_stacked.scss +14 -17
- data/app/pb_kits/playbook/pb_date_year_stacked/date_year_stacked.test.js +1 -1
- data/app/pb_kits/playbook/pb_detail/_detail.scss +21 -86
- data/app/pb_kits/playbook/pb_dialog/_dialog.scss +123 -330
- data/app/pb_kits/playbook/pb_dialog/_dialog.tsx +7 -5
- data/app/pb_kits/playbook/pb_dialog/docs/_dialog_loading.html.erb +2 -16
- data/app/pb_kits/playbook/pb_distribution_bar/_distribution_bar.scss +7 -10
- data/app/pb_kits/playbook/pb_draggable/draggable.test.jsx +1 -1
- data/app/pb_kits/playbook/pb_drawer/_close_icon.tsx +25 -0
- data/app/pb_kits/playbook/pb_drawer/_drawer.scss +381 -0
- data/app/pb_kits/playbook/pb_drawer/_drawer.tsx +231 -0
- data/app/pb_kits/playbook/pb_drawer/_drawer_context.tsx +3 -0
- data/app/pb_kits/playbook/pb_drawer/context.ts +11 -0
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_behavior.html.erb +8 -0
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_behavior.jsx +41 -0
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_borders.html.erb +33 -0
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_borders.jsx +78 -0
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_breakpoints.html.erb +3 -0
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_breakpoints.jsx +26 -0
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_default.html.erb +20 -0
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_default.jsx +59 -0
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_menu.html.erb +24 -0
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_menu.jsx +61 -0
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_menu.md +24 -0
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_overlay.html.erb +21 -0
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_overlay.jsx +54 -0
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_overlay.md +1 -0
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_sizes.html.erb +49 -0
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_sizes.jsx +99 -0
- data/app/pb_kits/playbook/pb_drawer/docs/example.yml +20 -0
- data/app/pb_kits/playbook/pb_drawer/docs/index.js +7 -0
- data/app/pb_kits/playbook/pb_drawer/drawer.html.erb +20 -0
- data/app/pb_kits/playbook/pb_drawer/drawer.rb +56 -0
- data/app/pb_kits/playbook/pb_drawer/drawer.test.jsx +81 -0
- data/app/pb_kits/playbook/pb_drawer/hooks/useBreakpoint.tsx +60 -0
- data/app/pb_kits/playbook/pb_drawer/hooks/useDrawerAnimation.tsx +21 -0
- data/app/pb_kits/playbook/pb_drawer/index.js +257 -0
- data/app/pb_kits/playbook/pb_dropdown/_dropdown.scss +1 -1
- data/app/pb_kits/playbook/pb_dropdown/dropdown.test.jsx +6 -6
- data/app/pb_kits/playbook/pb_dropdown/index.js +3 -3
- data/app/pb_kits/playbook/pb_empty_state/_empty_state.scss +4 -4
- data/app/pb_kits/playbook/pb_file_upload/_file_upload.scss +9 -20
- data/app/pb_kits/playbook/pb_file_upload/file_upload.html.erb +1 -1
- data/app/pb_kits/playbook/pb_filter/_filter.scss +8 -8
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.scss +29 -65
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.tsx +2 -1
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.test.js +1 -1
- data/app/pb_kits/playbook/pb_flex/_flex.scss +100 -106
- data/app/pb_kits/playbook/pb_flex/_flex.tsx +25 -32
- data/app/pb_kits/playbook/pb_flex/_flex_item.scss +51 -146
- data/app/pb_kits/playbook/pb_flex/_flex_item.tsx +8 -19
- data/app/pb_kits/playbook/pb_flex/flex.rb +16 -16
- data/app/pb_kits/playbook/pb_flex/flex_item.rb +6 -6
- data/app/pb_kits/playbook/pb_form_group/_form_group.scss +1 -1
- data/app/pb_kits/playbook/pb_form_pill/_form_pill.scss +344 -381
- data/app/pb_kits/playbook/pb_form_pill/_form_pill.test.jsx +4 -4
- data/app/pb_kits/playbook/pb_form_pill/_form_pill.tsx +7 -8
- data/app/pb_kits/playbook/pb_form_pill/form_pill.rb +2 -9
- data/app/pb_kits/playbook/pb_gauge/_gauge.scss +5 -5
- data/app/pb_kits/playbook/pb_hashtag/_hashtag.scss +1 -1
- data/app/pb_kits/playbook/pb_highlight/_highlight.scss +1 -1
- data/app/pb_kits/playbook/pb_home_address_street/home_adress_street.test.js +2 -2
- data/app/pb_kits/playbook/pb_icon_button/_icon_button.scss +4 -4
- data/app/pb_kits/playbook/pb_icon_circle/_icon_circle.scss +39 -40
- data/app/pb_kits/playbook/pb_icon_circle/icon_circle.rb +1 -1
- data/app/pb_kits/playbook/pb_icon_stat_value/icon_stat_value.test.js +1 -1
- data/app/pb_kits/playbook/pb_icon_value/_icon_value.scss +15 -16
- data/app/pb_kits/playbook/pb_image/_image.scss +36 -41
- data/app/pb_kits/playbook/pb_label_pill/_label_pill.scss +1 -1
- data/app/pb_kits/playbook/pb_label_value/_label_value.scss +2 -3
- data/app/pb_kits/playbook/pb_label_value/label_value.test.js +2 -2
- data/app/pb_kits/playbook/pb_layout/_layout.scss +305 -336
- data/app/pb_kits/playbook/pb_layout/_layout.tsx +11 -14
- data/app/pb_kits/playbook/pb_layout/item.rb +7 -1
- data/app/pb_kits/playbook/pb_layout/layout.rb +25 -16
- data/app/pb_kits/playbook/pb_layout/layout.test.js +3 -3
- data/app/pb_kits/playbook/pb_legend/_legend.scss +16 -66
- data/app/pb_kits/playbook/pb_legend/legend.test.js +1 -1
- data/app/pb_kits/playbook/pb_lightbox/lightbox.scss +4 -4
- data/app/pb_kits/playbook/pb_lightbox/lightbox.test.jsx +1 -1
- data/app/pb_kits/playbook/pb_link/_link.scss +19 -113
- data/app/pb_kits/playbook/pb_list/_list.scss +1 -1
- data/app/pb_kits/playbook/pb_loading_inline/_loading_inline.scss +11 -13
- data/app/pb_kits/playbook/pb_loading_inline/_loading_inline.tsx +3 -1
- data/app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.html.erb +5 -0
- data/app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.jsx +24 -0
- data/app/pb_kits/playbook/pb_loading_inline/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_loading_inline/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_loading_inline/loading_inline.html.erb +1 -1
- data/app/pb_kits/playbook/pb_loading_inline/loading_inline.rb +11 -0
- data/app/pb_kits/playbook/pb_map/_map.scss +1 -1
- data/app/pb_kits/playbook/pb_map/docs/_map_default.jsx +1 -1
- data/app/pb_kits/playbook/pb_map/docs/_map_with_custom_button.jsx +1 -1
- data/app/pb_kits/playbook/pb_map/docs/_map_with_plugin.jsx +1 -1
- data/app/pb_kits/playbook/pb_message/_message.scss +16 -21
- data/app/pb_kits/playbook/pb_message/_message.tsx +0 -1
- data/app/pb_kits/playbook/pb_message/_message_mixins.scss +12 -5
- data/app/pb_kits/playbook/pb_message/message.html.erb +1 -1
- data/app/pb_kits/playbook/pb_multi_level_select/_multi_level_select.scss +3 -6
- data/app/pb_kits/playbook/pb_multiple_users/_multiple_users.scss +15 -16
- data/app/pb_kits/playbook/pb_multiple_users_stacked/_multiple_users_stacked.scss +1 -1
- data/app/pb_kits/playbook/pb_nav/_bold_mixin.scss +1 -1
- data/app/pb_kits/playbook/pb_nav/_collapsible_nav.scss +1 -1
- data/app/pb_kits/playbook/pb_online_status/_online_status.scss +15 -19
- data/app/pb_kits/playbook/pb_online_status/_online_status.tsx +1 -1
- data/app/pb_kits/playbook/pb_online_status/online_status.rb +4 -5
- data/app/pb_kits/playbook/pb_online_status/online_status.test.js +2 -2
- data/app/pb_kits/playbook/pb_overlay/_overlay.scss +1 -1
- data/app/pb_kits/playbook/pb_overlay/overlay.rb +1 -1
- data/app/pb_kits/playbook/pb_passphrase/_passphrase.scss +2 -5
- data/app/pb_kits/playbook/pb_person/_person.scss +1 -1
- data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.scss +1 -1
- data/app/pb_kits/playbook/pb_pill/_pill.scss +21 -23
- data/app/pb_kits/playbook/pb_progress_pills/_progress_pills.scss +13 -15
- data/app/pb_kits/playbook/pb_progress_simple/_progress_simple.scss +33 -108
- data/app/pb_kits/playbook/pb_progress_step/_progress_step.scss +1 -1
- data/app/pb_kits/playbook/pb_radio/_radio.scss +52 -71
- data/app/pb_kits/playbook/pb_radio/_radio.tsx +1 -1
- data/app/pb_kits/playbook/pb_radio/docs/_radio_react_hook.jsx +3 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/_rich_text_editor.scss +4 -4
- data/app/pb_kits/playbook/pb_section_separator/_section_separator.scss +70 -81
- data/app/pb_kits/playbook/pb_section_separator/_section_separator.tsx +1 -9
- data/app/pb_kits/playbook/pb_section_separator/_section_separator_mixin.scss +1 -1
- data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_color.jsx +1 -3
- data/app/pb_kits/playbook/pb_section_separator/section_separator.rb +1 -7
- data/app/pb_kits/playbook/pb_select/_select.scss +4 -4
- data/app/pb_kits/playbook/pb_selectable_card/_selectable_card.scss +2 -6
- data/app/pb_kits/playbook/pb_selectable_card_icon/_selectable_card_icon.scss +8 -17
- data/app/pb_kits/playbook/pb_selectable_icon/_selectable_icon.scss +29 -39
- data/app/pb_kits/playbook/pb_selectable_list/_item.tsx +0 -2
- data/app/pb_kits/playbook/pb_selectable_list/_selectable_list.scss +11 -8
- data/app/pb_kits/playbook/pb_selectable_list/selectable_list.test.js +3 -2
- data/app/pb_kits/playbook/pb_selectable_list/selectable_list_item.html.erb +2 -2
- data/app/pb_kits/playbook/pb_source/_source.scss +8 -8
- data/app/pb_kits/playbook/pb_star_rating/_star_rating.scss +1 -1
- data/app/pb_kits/playbook/pb_star_rating/star_rating.test.js +1 -1
- data/app/pb_kits/playbook/pb_stat_value/_stat_value.scss +2 -2
- data/app/pb_kits/playbook/pb_text_input/_text_input.scss +5 -5
- data/app/pb_kits/playbook/pb_textarea/_textarea.scss +6 -6
- data/app/pb_kits/playbook/pb_time/_time.scss +17 -44
- data/app/pb_kits/playbook/pb_time_range_inline/_time_range_inline.scss +23 -44
- data/app/pb_kits/playbook/pb_time_range_inline/time_range_inline.rb +1 -1
- data/app/pb_kits/playbook/pb_time_stacked/_time_stacked.scss +8 -5
- data/app/pb_kits/playbook/pb_timestamp/_timestamp.scss +10 -16
- data/app/pb_kits/playbook/pb_timestamp/_timestamp.tsx +4 -1
- data/app/pb_kits/playbook/pb_timestamp/timestamp.rb +1 -1
- data/app/pb_kits/playbook/pb_timestamp/timestamp.test.js +2 -2
- data/app/pb_kits/playbook/pb_title/_title.scss +39 -44
- data/app/pb_kits/playbook/pb_title/_title.tsx +8 -17
- data/app/pb_kits/playbook/pb_title/_title_mixin.scss +2 -2
- data/app/pb_kits/playbook/pb_title/title.rb +10 -20
- data/app/pb_kits/playbook/pb_title/title.test.js +4 -4
- data/app/pb_kits/playbook/pb_title_count/_title_count.scss +8 -19
- data/app/pb_kits/playbook/pb_title_detail/_title_detail.scss +11 -10
- data/app/pb_kits/playbook/pb_toggle/_toggle.scss +1 -4
- data/app/pb_kits/playbook/pb_tooltip/_tooltip.scss +4 -3
- data/app/pb_kits/playbook/pb_tooltip/tooltip.rb +1 -1
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.test.jsx +3 -3
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.html.erb +1 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx +1 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.html.erb +22 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx +1 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb +2 -2
- data/app/pb_kits/playbook/pb_user/_user.scss +33 -83
- data/app/pb_kits/playbook/pb_user/user.test.js +1 -1
- data/app/pb_kits/playbook/pb_user_badge/_user_badge.scss +8 -23
- data/app/pb_kits/playbook/pb_weekday_stacked/_weekday_stacked.scss +10 -10
- data/app/pb_kits/playbook/pb_weekday_stacked/weekday_stacked.test.jsx +3 -3
- data/dist/chunks/{_line_graph-CApw7aQD.js → _line_graph-CiVc-Cod.js} +1 -1
- data/dist/chunks/{_typeahead-J1_avqdO.js → _typeahead-BQnvz-Ks.js} +1 -1
- data/dist/chunks/_weekday_stacked-BkvHv3ZO.js +37 -0
- data/dist/chunks/vendor.js +1 -1
- data/dist/menu.yml +6 -0
- data/dist/playbook-doc.js +2 -2
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +36 -5
- data/dist/chunks/_weekday_stacked-Bugv1mOh.js +0 -37
@@ -9,9 +9,8 @@ $selector: ".pb_form_pill";
|
|
9
9
|
$pb_form_pill_height: 27px;
|
10
10
|
$form_pill_colors: map-merge($status_color_text, map-merge($data_colors, $product_colors));
|
11
11
|
|
12
|
-
|
13
|
-
|
14
|
-
.pb_form_pill_kit_icon {
|
12
|
+
|
13
|
+
[class^=pb_form_pill_kit] {
|
15
14
|
display: inline-flex;
|
16
15
|
justify-content: center;
|
17
16
|
align-items: center;
|
@@ -21,9 +20,6 @@ $form_pill_colors: map-merge($status_color_text, map-merge($data_colors, $produc
|
|
21
20
|
margin-bottom: 2px;
|
22
21
|
margin-top: 2px;
|
23
22
|
cursor: pointer;
|
24
|
-
transition: background-color 0.2s ease;
|
25
|
-
box-shadow: none;
|
26
|
-
|
27
23
|
.pb_form_pill_text, .pb_form_pill_tag {
|
28
24
|
font-size: $font_small !important;
|
29
25
|
}
|
@@ -31,452 +27,419 @@ $form_pill_colors: map-merge($status_color_text, map-merge($data_colors, $produc
|
|
31
27
|
font-size: 17px;
|
32
28
|
}
|
33
29
|
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
&:focus-visible {
|
39
|
-
outline: $primary solid 2px;
|
40
|
-
outline-offset: -1px;
|
41
|
-
}
|
42
|
-
|
43
|
-
.pb_form_pill_icon {
|
44
|
-
height: 0.875em;
|
45
|
-
padding-right: $space_xs;
|
46
|
-
+ .pb_form_pill_text, + .pb_form_pill_tag,
|
47
|
-
+ .pb_tooltip_kit .pb_form_pill_text, + .pb_tooltip_kit .pb_form_pill_tag,
|
48
|
-
+ div .pb_form_pill_text, + div .pb_form_pill_tag {
|
49
|
-
padding-left: 0;
|
50
|
-
}
|
51
|
-
}
|
52
|
-
}
|
53
|
-
|
54
|
-
// Wrapped modifier
|
55
|
-
.pb_form_pill_wrapped {
|
56
|
-
height: max-content;
|
57
|
-
padding-top: $space-xxs;
|
58
|
-
padding-bottom: $space-xxs;
|
59
|
-
}
|
60
|
-
|
61
|
-
// Small size modifier
|
62
|
-
.pb_form_pill_small {
|
63
|
-
height: 17px;
|
64
|
-
padding: 0 $space-xs;
|
65
|
-
|
66
|
-
.pb_form_pill_text, .pb_form_pill_tag {
|
67
|
-
font-size: $font_smallest !important;
|
68
|
-
line-height: 1.7;
|
69
|
-
padding: 0 $space_xxs;
|
70
|
-
}
|
71
|
-
.pb_form_pill_close {
|
72
|
-
height: 14px;
|
73
|
-
width: 14px;
|
74
|
-
font-size: 15px;
|
75
|
-
border-radius: 50%;
|
76
|
-
}
|
77
|
-
.pb_avatar_kit_size_xxs .avatar_wrapper {
|
78
|
-
flex-basis: 14px;
|
79
|
-
height: 14px;
|
80
|
-
margin-top: 3px;
|
81
|
-
width: 14px;
|
82
|
-
&::before { line-height: 15px; }
|
83
|
-
}
|
84
|
-
.pb_form_pill_icon {
|
85
|
-
height: 0.75em;
|
86
|
-
padding-right: $space_xxs;
|
87
|
-
+ .pb_form_pill_text, + .pb_form_pill_tag,
|
88
|
-
+ .pb_tooltip_kit .pb_form_pill_text, + .pb_tooltip_kit .pb_form_pill_tag,
|
89
|
-
+ div .pb_form_pill_text, + div .pb_form_pill_tag {
|
90
|
-
padding-left: 0;
|
91
|
-
}
|
30
|
+
&[class*=wrapped] {
|
31
|
+
height: max-content;
|
32
|
+
padding-top: $space-xxs;
|
33
|
+
padding-bottom: $space-xxs;
|
92
34
|
}
|
93
|
-
}
|
94
|
-
|
95
|
-
// Text transform modifiers
|
96
|
-
.pb_form_pill_lowercase {
|
97
|
-
text-transform: lowercase;
|
98
|
-
}
|
99
35
|
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
@if ($color_name == "neutral") {
|
110
|
-
background-color: $white;
|
111
|
-
border: 1px solid $border_light;
|
112
|
-
.pb_form_pill_icon {
|
113
|
-
color: $text_lt_default;
|
114
|
-
}
|
115
|
-
}
|
116
|
-
@if ($color_name == "warning") {
|
117
|
-
background-color: mix($yellow, $card_light, 10%);
|
118
|
-
.pb_form_pill_icon {
|
119
|
-
color: $yellow;
|
36
|
+
@each $color_name, $color_value in $form_pill_colors {
|
37
|
+
&[class*=_#{$color_name}] {
|
38
|
+
background-color: mix($color_value, $card_light, 10%);
|
39
|
+
@if ($color_name == "neutral") {
|
40
|
+
background-color: $white;
|
41
|
+
border: 1px solid $border_light;
|
42
|
+
.pb_form_pill_icon {
|
43
|
+
color: $text_lt_default;
|
44
|
+
}
|
120
45
|
}
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
46
|
+
@if ($color_name == "warning") {
|
47
|
+
background-color: mix($yellow, $card_light, 10%);
|
48
|
+
.pb_form_pill_icon {
|
49
|
+
color: $yellow;
|
50
|
+
}
|
126
51
|
}
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
background-color: mix($color_value, $card_light, 20%);
|
132
|
-
@if ($color_name == "neutral") {
|
133
|
-
background-color: mix($neutral, $card_light, 20%);
|
134
|
-
border: 1px solid $border_light;
|
52
|
+
@if ($color_name == "accessories") {
|
53
|
+
background-color: mix($product_8_background, $card_light, 10%);
|
54
|
+
.pb_form_pill_icon {
|
55
|
+
color: $product_8_background;
|
135
56
|
}
|
136
|
-
|
137
|
-
|
57
|
+
}
|
58
|
+
transition: background-color 0.2s ease;
|
59
|
+
box-shadow: none;
|
60
|
+
@media (hover:hover) {
|
61
|
+
&:hover {
|
62
|
+
background-color: mix($color_value, $card_light, 20%);
|
63
|
+
@if ($color_name == "neutral") {
|
64
|
+
background-color: mix($neutral, $card_light, 20%);
|
65
|
+
border: 1px solid $border_light;
|
66
|
+
}
|
67
|
+
@if ($color_name == "warning") {
|
68
|
+
background-color: mix($yellow, $card_light, 20%);
|
69
|
+
}
|
70
|
+
@if ($color_name == "accessories") {
|
71
|
+
background-color: mix($product_8_background, $card_light, 20%);
|
72
|
+
}
|
138
73
|
}
|
139
|
-
|
140
|
-
background-color: mix($
|
74
|
+
&:active {
|
75
|
+
background-color: mix($color_value, $card_light, 30%);
|
76
|
+
@if ($color_name == "neutral") {
|
77
|
+
background-color: mix($neutral, $card_light, 30%);
|
78
|
+
}
|
79
|
+
@if ($color_name == "warning") {
|
80
|
+
background-color: mix($yellow, $card_light, 30%);
|
81
|
+
}
|
82
|
+
@if ($color_name == "accessories") {
|
83
|
+
background-color: mix($product_8_background, $card_light, 30%);
|
84
|
+
}
|
141
85
|
}
|
142
86
|
}
|
143
|
-
|
144
|
-
|
87
|
+
#{$selector}_text {
|
88
|
+
color: $color_value;
|
145
89
|
@if ($color_name == "neutral") {
|
146
|
-
|
90
|
+
color: $text_lt_default;
|
147
91
|
}
|
148
92
|
@if ($color_name == "warning") {
|
149
|
-
|
150
|
-
}
|
151
|
-
@if ($color_name == "accessories") {
|
152
|
-
background-color: mix($product_8_background, $card_light, 30%);
|
93
|
+
color: $yellow;
|
153
94
|
}
|
95
|
+
padding: 0 $space-xs;
|
154
96
|
}
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
}
|
165
|
-
padding: 0 $space-xs;
|
166
|
-
|
167
|
-
// Override Title component styles
|
168
|
-
.pb_title_kit {
|
169
|
-
color: inherit !important;
|
170
|
-
}
|
171
|
-
}
|
172
|
-
|
173
|
-
.pb_form_pill_close {
|
174
|
-
color: $color_value;
|
175
|
-
display: flex;
|
176
|
-
align-items: center;
|
177
|
-
height: 17px;
|
178
|
-
width: 17px;
|
179
|
-
justify-content: center;
|
180
|
-
border-radius: 50%;
|
181
|
-
cursor: pointer;
|
182
|
-
@if ($color_name == "neutral") {
|
183
|
-
color: $text_lt_default;
|
184
|
-
}
|
185
|
-
&:hover {
|
186
|
-
background-color: mix($color_value, $card_light, 40%);
|
97
|
+
#{$selector}_close {
|
98
|
+
color: $color_value;
|
99
|
+
display: flex;
|
100
|
+
align-items: center;
|
101
|
+
height: 17px;
|
102
|
+
width: 17px;
|
103
|
+
justify-content: center;
|
104
|
+
border-radius: 50%;
|
105
|
+
cursor: pointer;
|
187
106
|
@if ($color_name == "neutral") {
|
188
|
-
|
107
|
+
color: $text_lt_default;
|
189
108
|
}
|
190
|
-
}
|
191
|
-
@if ($color_name == "warning") {
|
192
|
-
color: $yellow;
|
193
109
|
&:hover {
|
194
|
-
background-color: mix($
|
110
|
+
background-color: mix($color_value, $card_light, 40%);
|
111
|
+
@if ($color_name == "neutral") {
|
112
|
+
background-color: mix($neutral, $card_light, 60%);
|
113
|
+
}
|
114
|
+
}
|
115
|
+
@if ($color_name == "warning") {
|
116
|
+
color: $yellow;
|
195
117
|
}
|
196
|
-
}
|
197
|
-
@if ($color_name == "accessories") {
|
198
|
-
color: $product_8_background;
|
199
118
|
&:hover {
|
200
|
-
background-color: mix($
|
119
|
+
background-color: mix($color_value, $card_light, 40%);
|
120
|
+
@if ($color_name == "warning") {
|
121
|
+
background-color: mix($yellow, $card_light, 40%);
|
122
|
+
}
|
201
123
|
}
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
.pb_form_pill_tag {
|
206
|
-
color: $color_value !important;
|
207
|
-
padding: 0 $space-xs;
|
208
|
-
@if ($color_name == "neutral") {
|
209
|
-
color: $text_lt_default !important;
|
210
|
-
}
|
211
|
-
@if ($color_name == "warning") {
|
212
|
-
color: $yellow !important;
|
213
|
-
}
|
214
|
-
|
215
|
-
// Override Title component styles
|
216
|
-
.pb_title_kit.pb_title_4 {
|
217
|
-
color: inherit !important;
|
218
|
-
}
|
219
|
-
}
|
220
|
-
|
221
|
-
// Dark mode styles
|
222
|
-
&.dark {
|
223
|
-
background-color: mix($color_value, $card_dark, 10%);
|
224
|
-
.pb_form_pill_text, .pb_form_pill_tag, .pb_form_pill_icon {
|
225
|
-
color: $color_value !important;
|
226
|
-
|
227
|
-
// Override Title component styles
|
228
|
-
.pb_title_kit.pb_title_4 {
|
229
|
-
color: inherit !important;
|
124
|
+
@if ($color_name == "accessories") {
|
125
|
+
color: $product_8_background;
|
230
126
|
}
|
231
|
-
}
|
232
|
-
.pb_form_pill_close {
|
233
|
-
color: $color_value;
|
234
127
|
&:hover {
|
235
|
-
|
128
|
+
@if ($color_name == "accessories") {
|
129
|
+
background-color: mix($product_8_background, $card_light, 40%);
|
130
|
+
}
|
236
131
|
}
|
237
132
|
}
|
238
|
-
|
239
|
-
|
133
|
+
#{$selector}_tag {
|
134
|
+
color: $color_value;
|
135
|
+
padding: 0 $space-xs;
|
136
|
+
@if ($color_name == "neutral") {
|
137
|
+
color: $text_lt_default;
|
138
|
+
}
|
139
|
+
@if ($color_name == "warning") {
|
140
|
+
color: $yellow;
|
141
|
+
}
|
240
142
|
}
|
241
|
-
|
242
|
-
|
143
|
+
}
|
144
|
+
}
|
145
|
+
&:focus {
|
146
|
+
outline: $primary solid 2px;
|
147
|
+
outline-offset: -1px;
|
148
|
+
}
|
149
|
+
&:focus-visible {
|
150
|
+
outline: $primary solid 2px;
|
151
|
+
outline-offset: -1px;
|
152
|
+
}
|
153
|
+
.pb_form_pill_icon {
|
154
|
+
height: 0.875em;
|
155
|
+
padding-right: $space_xs;
|
156
|
+
+ .pb_form_pill_text, + .pb_form_pill_tag,
|
157
|
+
+ .pb_tooltip_kit .pb_form_pill_text, + .pb_tooltip_kit .pb_form_pill_tag,
|
158
|
+
+ div .pb_form_pill_text, + div .pb_form_pill_tag {
|
159
|
+
padding-left: 0;
|
160
|
+
}
|
161
|
+
}
|
162
|
+
&.small {
|
163
|
+
height: 17px;
|
164
|
+
padding: 0 $space-xs;
|
165
|
+
.pb_form_pill_text, .pb_form_pill_tag {
|
166
|
+
font-size: $font_smallest !important;
|
167
|
+
}
|
168
|
+
.pb_form_pill_text, .pb_form_pill_tag {
|
169
|
+
line-height: 1.7;
|
170
|
+
padding: 0 $space_xxs;
|
171
|
+
}
|
172
|
+
.pb_form_pill_close {
|
173
|
+
height: 14px;
|
174
|
+
width: 14px;
|
175
|
+
font-size: 15px;
|
176
|
+
border-radius: 50%;
|
177
|
+
}
|
178
|
+
[class^=pb_avatar_kit] .avatar_wrapper {
|
179
|
+
flex-basis: 14px;
|
180
|
+
height: 14px;
|
181
|
+
margin-top: 3px;
|
182
|
+
width: 14px;
|
183
|
+
&::before { line-height: 15px; }
|
184
|
+
}
|
185
|
+
.pb_form_pill_icon {
|
186
|
+
height: 0.75em;
|
187
|
+
padding-right: $space_xxs;
|
188
|
+
+ .pb_form_pill_text, + .pb_form_pill_tag,
|
189
|
+
+ .pb_tooltip_kit .pb_form_pill_text, + .pb_tooltip_kit .pb_form_pill_tag,
|
190
|
+
+ div .pb_form_pill_text, + div .pb_form_pill_tag {
|
191
|
+
padding-left: 0;
|
243
192
|
}
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
193
|
+
}
|
194
|
+
}
|
195
|
+
&.dark {
|
196
|
+
@each $color_name, $color_value in $form_pill_colors {
|
197
|
+
&[class*=_#{$color_name}] {
|
198
|
+
background-color: mix($color_value, $card_dark, 10%);
|
248
199
|
.pb_form_pill_text, .pb_form_pill_tag, .pb_form_pill_icon {
|
249
|
-
color: $
|
250
|
-
|
251
|
-
// Override Title component styles
|
252
|
-
.pb_title_kit {
|
253
|
-
color: inherit !important;
|
254
|
-
}
|
200
|
+
color: $color_name;
|
255
201
|
}
|
256
202
|
.pb_form_pill_close {
|
257
|
-
color: $
|
203
|
+
color: $color_name;
|
258
204
|
&:hover {
|
259
|
-
background-color: mix($
|
205
|
+
background-color: mix($color_value, $card_dark, 40%);
|
260
206
|
}
|
261
207
|
}
|
262
208
|
&:hover {
|
263
|
-
background-color: mix($
|
209
|
+
background-color: mix($color_value, $card_dark, 20%);
|
264
210
|
}
|
265
211
|
&:active {
|
266
|
-
background-color: mix($
|
267
|
-
}
|
268
|
-
&:focus {
|
269
|
-
border: 1px solid $primary;
|
212
|
+
background-color: mix($color_value, $card_dark, 30%);
|
270
213
|
}
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
214
|
+
@if ($color_name == "neutral") {
|
215
|
+
background-color: transparent;
|
216
|
+
border: 1px solid $border_dark;
|
217
|
+
.pb_form_pill_text, .pb_form_pill_tag, .pb_form_pill_icon {
|
218
|
+
color: $text_dk_default;
|
219
|
+
}
|
220
|
+
.pb_form_pill_close {
|
221
|
+
color: $text_dk_default;
|
222
|
+
&:hover {
|
223
|
+
background-color: mix($neutral, $card_dark, 40%);
|
224
|
+
}
|
280
225
|
}
|
281
|
-
}
|
282
|
-
.pb_form_pill_close {
|
283
|
-
color: $active_dark;
|
284
226
|
&:hover {
|
285
|
-
background-color: mix($
|
227
|
+
background-color: mix($white, $card_dark, 10%);
|
286
228
|
}
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
background-color: mix($active_dark, $card_dark, 30%);
|
293
|
-
}
|
294
|
-
}
|
295
|
-
@if ($color_name == "data_1") {
|
296
|
-
background-color: mix($active_dark, $card_dark, 10%);
|
297
|
-
.pb_form_pill_text, .pb_form_pill_tag, .pb_form_pill_icon {
|
298
|
-
color: mix($active_dark, $card_light, 90%);
|
299
|
-
|
300
|
-
// Override Title component styles
|
301
|
-
.pb_title_kit {
|
302
|
-
color: inherit !important;
|
229
|
+
&:active {
|
230
|
+
background-color: mix($white, $card_dark, 20%);
|
231
|
+
}
|
232
|
+
&:focus {
|
233
|
+
border: 1px solid $primary;
|
303
234
|
}
|
304
235
|
}
|
305
|
-
|
306
|
-
color: mix($active_dark, $
|
236
|
+
@if ($color_name == "primary") {
|
237
|
+
background-color: mix($active_dark, $card_dark, 10%);
|
238
|
+
.pb_form_pill_text, .pb_form_pill_tag, .pb_form_pill_icon {
|
239
|
+
color: $active_dark;
|
240
|
+
}
|
241
|
+
.pb_form_pill_close {
|
242
|
+
color: $active_dark;
|
243
|
+
&:hover {
|
244
|
+
background-color: mix($active_dark, $card_dark, 40%);
|
245
|
+
}
|
246
|
+
}
|
307
247
|
&:hover {
|
308
|
-
background-color: mix($active_dark, $card_dark,
|
248
|
+
background-color: mix($active_dark, $card_dark, 20%);
|
249
|
+
}
|
250
|
+
&:active {
|
251
|
+
background-color: mix($active_dark, $card_dark, 30%);
|
309
252
|
}
|
310
253
|
}
|
311
|
-
|
312
|
-
background-color: mix($active_dark, $card_dark,
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
}
|
323
|
-
.pb_form_pill_close {
|
324
|
-
color: $text_dk_light;
|
254
|
+
@if ($color_name == "data_1") {
|
255
|
+
background-color: mix($active_dark, $card_dark, 10%);
|
256
|
+
.pb_form_pill_text, .pb_form_pill_tag, .pb_form_pill_icon {
|
257
|
+
color: mix($active_dark, $card_light, 90%);
|
258
|
+
}
|
259
|
+
.pb_form_pill_close {
|
260
|
+
color: mix($active_dark, $card_light, 90%);
|
261
|
+
&:hover {
|
262
|
+
background-color: mix($active_dark, $card_dark, 40%);
|
263
|
+
}
|
264
|
+
}
|
325
265
|
&:hover {
|
326
|
-
background-color: mix($
|
266
|
+
background-color: mix($active_dark, $card_dark, 20%);
|
267
|
+
}
|
268
|
+
&:active {
|
269
|
+
background-color: mix($data_1, $card_dark, 30%);
|
327
270
|
}
|
328
271
|
}
|
329
|
-
|
330
|
-
background-color: mix($data_6, $card_dark,
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
}
|
341
|
-
.pb_form_pill_close {
|
342
|
-
color: $product_1_highlight;
|
272
|
+
@if ($color_name == "data_6") {
|
273
|
+
background-color: mix($data_6, $card_dark, 10%);
|
274
|
+
.pb_form_pill_text, .pb_form_pill_tag, .pb_form_pill_icon {
|
275
|
+
color: $text_dk_light;
|
276
|
+
}
|
277
|
+
.pb_form_pill_close {
|
278
|
+
color: $text_dk_light;
|
279
|
+
&:hover {
|
280
|
+
background-color: mix($text_dk_light, $card_dark, 40%);
|
281
|
+
}
|
282
|
+
}
|
343
283
|
&:hover {
|
344
|
-
background-color: mix($
|
284
|
+
background-color: mix($data_6, $card_dark, 20%);
|
285
|
+
}
|
286
|
+
&:active {
|
287
|
+
background-color: mix($data_6, $card_dark, 30%);
|
345
288
|
}
|
346
289
|
}
|
347
|
-
|
348
|
-
background-color: mix($product_1_highlight, $card_dark,
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
}
|
359
|
-
.pb_form_pill_close {
|
360
|
-
color: $product_2_highlight;
|
290
|
+
@if ($color_name == "windows") {
|
291
|
+
background-color: mix($product_1_highlight, $card_dark, 10%);
|
292
|
+
.pb_form_pill_text, .pb_form_pill_tag, .pb_form_pill_icon {
|
293
|
+
color: $product_1_highlight;
|
294
|
+
}
|
295
|
+
.pb_form_pill_close {
|
296
|
+
color: $product_1_highlight;
|
297
|
+
&:hover {
|
298
|
+
background-color: mix($product_1_highlight, $card_dark, 40%);
|
299
|
+
}
|
300
|
+
}
|
361
301
|
&:hover {
|
362
|
-
background-color: mix($
|
302
|
+
background-color: mix($product_1_highlight, $card_dark, 20%);
|
303
|
+
}
|
304
|
+
&:active {
|
305
|
+
background-color: mix($product_1_highlight, $card_dark, 30%);
|
363
306
|
}
|
364
307
|
}
|
365
|
-
|
366
|
-
background-color: mix($product_2_highlight, $card_dark,
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
}
|
377
|
-
.pb_form_pill_close {
|
378
|
-
color: $product_5_highlight;
|
308
|
+
@if ($color_name == "siding") {
|
309
|
+
background-color: mix($product_2_highlight, $card_dark, 10%);
|
310
|
+
.pb_form_pill_text, .pb_form_pill_tag, .pb_form_pill_icon {
|
311
|
+
color: $product_2_highlight;
|
312
|
+
}
|
313
|
+
.pb_form_pill_close {
|
314
|
+
color: $product_2_highlight;
|
315
|
+
&:hover {
|
316
|
+
background-color: mix($product_2_highlight, $card_dark, 40%);
|
317
|
+
}
|
318
|
+
}
|
379
319
|
&:hover {
|
380
|
-
background-color: mix($
|
320
|
+
background-color: mix($product_2_highlight, $card_dark, 20%);
|
321
|
+
}
|
322
|
+
&:active {
|
323
|
+
background-color: mix($product_2_highlight, $card_dark, 30%);
|
381
324
|
}
|
382
325
|
}
|
383
|
-
|
384
|
-
background-color: mix($product_5_highlight, $card_dark,
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
}
|
395
|
-
.pb_form_pill_close {
|
396
|
-
color: $product_3_highlight;
|
326
|
+
@if ($color_name == "roofing") {
|
327
|
+
background-color: mix($product_5_highlight, $card_dark, 10%);
|
328
|
+
.pb_form_pill_text, .pb_form_pill_tag, .pb_form_pill_icon {
|
329
|
+
color: $product_5_highlight;
|
330
|
+
}
|
331
|
+
.pb_form_pill_close {
|
332
|
+
color: $product_5_highlight;
|
333
|
+
&:hover {
|
334
|
+
background-color: mix($product_5_highlight, $card_dark, 40%);
|
335
|
+
}
|
336
|
+
}
|
397
337
|
&:hover {
|
398
|
-
background-color: mix($
|
338
|
+
background-color: mix($product_5_highlight, $card_dark, 20%);
|
339
|
+
}
|
340
|
+
&:active {
|
341
|
+
background-color: mix($product_5_highlight, $card_dark, 30%);
|
399
342
|
}
|
400
343
|
}
|
401
|
-
|
402
|
-
background-color: mix($product_3_highlight, $card_dark,
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
}
|
413
|
-
.pb_form_pill_close {
|
414
|
-
color: $product_6_highlight;
|
344
|
+
@if ($color_name == "doors") {
|
345
|
+
background-color: mix($product_3_highlight, $card_dark, 10%);
|
346
|
+
.pb_form_pill_text, .pb_form_pill_tag, .pb_form_pill_icon {
|
347
|
+
color: $product_3_highlight;
|
348
|
+
}
|
349
|
+
.pb_form_pill_close {
|
350
|
+
color: $product_3_highlight;
|
351
|
+
&:hover {
|
352
|
+
background-color: mix($product_3_highlight, $card_dark, 40%);
|
353
|
+
}
|
354
|
+
}
|
415
355
|
&:hover {
|
416
|
-
background-color: mix($
|
356
|
+
background-color: mix($product_3_highlight, $card_dark, 20%);
|
357
|
+
}
|
358
|
+
&:active {
|
359
|
+
background-color: mix($product_3_highlight, $card_dark, 30%);
|
417
360
|
}
|
418
361
|
}
|
419
|
-
|
420
|
-
background-color: mix($product_6_highlight, $card_dark,
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
}
|
431
|
-
.pb_form_pill_close {
|
432
|
-
color: $product_4_highlight;
|
362
|
+
@if ($color_name == "gutters") {
|
363
|
+
background-color: mix($product_6_highlight, $card_dark, 10%);
|
364
|
+
.pb_form_pill_text, .pb_form_pill_tag, .pb_form_pill_icon {
|
365
|
+
color: $product_6_highlight;
|
366
|
+
}
|
367
|
+
.pb_form_pill_close {
|
368
|
+
color: $product_6_highlight;
|
369
|
+
&:hover {
|
370
|
+
background-color: mix($product_6_highlight, $card_dark, 40%);
|
371
|
+
}
|
372
|
+
}
|
433
373
|
&:hover {
|
434
|
-
background-color: mix($
|
374
|
+
background-color: mix($product_6_highlight, $card_dark, 20%);
|
375
|
+
}
|
376
|
+
&:active {
|
377
|
+
background-color: mix($product_6_highlight, $card_dark, 30%);
|
435
378
|
}
|
436
379
|
}
|
437
|
-
|
438
|
-
background-color: mix($product_4_highlight, $card_dark,
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
}
|
449
|
-
.pb_form_pill_close {
|
450
|
-
color: $product_7_highlight;
|
380
|
+
@if ($color_name == "solar") {
|
381
|
+
background-color: mix($product_4_highlight, $card_dark, 10%);
|
382
|
+
.pb_form_pill_text, .pb_form_pill_tag, .pb_form_pill_icon {
|
383
|
+
color: $product_4_highlight;
|
384
|
+
}
|
385
|
+
.pb_form_pill_close {
|
386
|
+
color: $product_4_highlight;
|
387
|
+
&:hover {
|
388
|
+
background-color: mix($product_4_highlight, $card_dark, 40%);
|
389
|
+
}
|
390
|
+
}
|
451
391
|
&:hover {
|
452
|
-
background-color: mix($
|
392
|
+
background-color: mix($product_4_highlight, $card_dark, 20%);
|
393
|
+
}
|
394
|
+
&:active {
|
395
|
+
background-color: mix($product_4_highlight, $card_dark, 30%);
|
453
396
|
}
|
454
397
|
}
|
455
|
-
|
456
|
-
background-color: mix($product_7_highlight, $card_dark,
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
}
|
467
|
-
.pb_form_pill_close {
|
468
|
-
color: $text_dk_light;
|
398
|
+
@if ($color_name == "insulation") {
|
399
|
+
background-color: mix($product_7_highlight, $card_dark, 10%);
|
400
|
+
.pb_form_pill_text, .pb_form_pill_tag, .pb_form_pill_icon {
|
401
|
+
color: $product_7_highlight;
|
402
|
+
}
|
403
|
+
.pb_form_pill_close {
|
404
|
+
color: $product_7_highlight;
|
405
|
+
&:hover {
|
406
|
+
background-color: mix($product_7_highlight, $card_dark, 40%);
|
407
|
+
}
|
408
|
+
}
|
469
409
|
&:hover {
|
470
|
-
background-color: mix($
|
410
|
+
background-color: mix($product_7_highlight, $card_dark, 20%);
|
411
|
+
}
|
412
|
+
&:active {
|
413
|
+
background-color: mix($product_7_highlight, $card_dark, 30%);
|
471
414
|
}
|
472
415
|
}
|
473
|
-
|
474
|
-
background-color: mix($product_8_highlight, $card_dark,
|
475
|
-
|
476
|
-
|
477
|
-
|
416
|
+
@if ($color_name == "accessories") {
|
417
|
+
background-color: mix($product_8_highlight, $card_dark, 10%);
|
418
|
+
.pb_form_pill_text, .pb_form_pill_tag, .pb_form_pill_icon {
|
419
|
+
color: $text_dk_light;
|
420
|
+
}
|
421
|
+
.pb_form_pill_close {
|
422
|
+
color: $text_dk_light;
|
423
|
+
&:hover {
|
424
|
+
background-color: mix($product_8_highlight, $card_dark, 40%);
|
425
|
+
}
|
426
|
+
}
|
427
|
+
&:hover {
|
428
|
+
background-color: mix($product_8_highlight, $card_dark, 20%);
|
429
|
+
}
|
430
|
+
&:active {
|
431
|
+
background-color: mix($product_8_highlight, $card_dark, 30%);
|
432
|
+
}
|
478
433
|
}
|
479
434
|
}
|
480
435
|
}
|
481
436
|
}
|
482
|
-
|
437
|
+
|
438
|
+
&[class*=lowercase] {
|
439
|
+
text-transform: lowercase;
|
440
|
+
}
|
441
|
+
|
442
|
+
&[class*=none] {
|
443
|
+
text-transform: none;
|
444
|
+
}
|
445
|
+
}
|